Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add faucet enabling testing #270

Merged
merged 29 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
96f4a8b
ci: turn doc warnings into errors (#259)
hackaugusto Mar 5, 2024
7d4d768
Boilerplate done
phklive Mar 11, 2024
49224ec
pushed fix for miden-client
phklive Mar 11, 2024
7b97987
Pull
phklive Mar 12, 2024
b44592d
Merge branch 'next' into phklive-pol-faucet
phklive Mar 12, 2024
7937dce
Fix formatting
phklive Mar 12, 2024
d096795
Pulled after client fix
phklive Mar 13, 2024
ddc3c88
Merge branch 'next' of github.com:0xPolygonMiden/miden-node into next
phklive Mar 14, 2024
727b516
Merge branch 'next' into phklive-pol-faucet
phklive Mar 14, 2024
f061215
Fixed typos + added build_client fn
phklive Mar 14, 2024
ef2a64a
Added configs + figment
phklive Mar 14, 2024
edca414
Merge branch 'next' of github.com:0xPolygonMiden/miden-node into next
phklive Mar 14, 2024
210282c
Merge branch 'next' into phklive-pol-faucet
phklive Mar 14, 2024
c4a99bc
Merge next
phklive Mar 20, 2024
c670e3a
Fix client implementation in faucet + use released client
phklive Mar 20, 2024
30a55a7
updated cargo
phklive Mar 21, 2024
8dbe57c
Merge branch 'next' into phklive-pol-faucet
phklive Mar 22, 2024
2c41f32
Fixed Miden node when importing Miden client, db errors
phklive Mar 22, 2024
1e94151
Format files
phklive Mar 25, 2024
e945115
Added proper support of configuration file + logging
phklive Mar 25, 2024
5a885b0
Improved config file handling
phklive Mar 25, 2024
9b5f417
Removed superfluous file
phklive Mar 25, 2024
c9ae939
First pass at improvements
phklive Mar 27, 2024
ceb1cc2
Change naming of note
phklive Mar 28, 2024
63eb93f
Fixed html + added metadata endpoint
phklive Mar 28, 2024
477feda
Want to implement Display for NoteId
phklive Mar 28, 2024
8d5e4ec
Merge branch 'next' into phklive-pol-faucet
phklive Mar 28, 2024
f093c2f
Upgraded js to use async + NoteId does not impl Display in main
phklive Mar 28, 2024
f76476e
cargo updated
phklive Mar 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ genesis.dat
*.sqlite3
*.sqlite3-shm
*.sqlite3-wal
db/
phklive marked this conversation as resolved.
Show resolved Hide resolved
Loading
Loading