Skip to content

Commit

Permalink
Add faucet enabling testing (#270)
Browse files Browse the repository at this point in the history
* ci: turn doc warnings into errors (#259)

* Boilerplate done

* pushed fix for miden-client

* Fix formatting

* Pulled after client fix

* Fixed typos + added build_client fn

* Added configs + figment

* Fix client implementation in faucet + use released client

* updated cargo

* Fixed Miden node when importing Miden client, db errors

* Format files

* Added proper support of configuration file + logging

* Improved config file handling

* Removed superfluous file

* First pass at improvements

* Change naming of note

* Fixed html + added metadata endpoint

* Want to implement Display for NoteId

* Upgraded js to use async + NoteId does not impl Display in main

* cargo updated

---------

Co-authored-by: Augusto Hack <[email protected]>
  • Loading branch information
phklive and hackaugusto authored Mar 29, 2024
1 parent 121c86c commit d8edb09
Show file tree
Hide file tree
Showing 16 changed files with 1,608 additions and 136 deletions.
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/
Loading

0 comments on commit d8edb09

Please sign in to comment.