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
2 people authored and bobbinth committed Apr 12, 2024
1 parent 1849787 commit 51fe84d
Show file tree
Hide file tree
Showing 16 changed files with 1,608 additions and 138 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ genesis.dat
*.sqlite3-shm
*.sqlite3-wal


# Docs ignore
.code
.idea
Expand All @@ -35,4 +34,4 @@ env/
*.out
node_modules/
*DS_Store
*.iml
*.iml
Loading

0 comments on commit 51fe84d

Please sign in to comment.