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

Remove client dependency from faucet #368

Merged
merged 33 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
bd54a42
fix compilation error from pointing to base's next
mFragaBA May 24, 2024
255ea57
Fix database test
tomyrd Jun 3, 2024
a22e635
Add new faucet client struct
tomyrd May 24, 2024
d5a7055
Add FaucetAuthenticator
tomyrd May 24, 2024
a7b8693
Add executor to FaucetClient
tomyrd May 27, 2024
a72a012
Remove client dependency
tomyrd May 27, 2024
80d2a12
Remove loading animation if minting fails
tomyrd May 27, 2024
9175781
Update account between transactions
tomyrd May 27, 2024
34f9fd5
Mantain account state after transaction
tomyrd May 27, 2024
894e1c0
Only send seed on first transaction
tomyrd May 27, 2024
7070526
Add change to CHANGELOG
tomyrd May 27, 2024
f1f6ce6
Refactor faucet
tomyrd May 28, 2024
6196e6c
Export notes in the form of InputNoteRecord
tomyrd May 28, 2024
9ed6dc6
Wrap client in mutex
tomyrd May 28, 2024
1f5666e
Refactor names
tomyrd May 28, 2024
ea01170
Move account update to data store
tomyrd May 28, 2024
4cf5c51
Remove unnecesary unwraps
tomyrd May 28, 2024
2182e6c
Add suggestion changes
tomyrd May 29, 2024
eb8a360
Refactor transaction argument creation
tomyrd May 29, 2024
81e4bdd
Update Cargo dependencies
tomyrd May 29, 2024
95e3cfa
Add logging messages in handler
tomyrd May 30, 2024
91c2c86
Remove `FaucetAuthenticator` in favor of `BasicAuthenticator`
tomyrd May 31, 2024
502a726
Add section separators
tomyrd May 31, 2024
2b6be13
Add doc comments
tomyrd May 31, 2024
a176307
Add comments to faucet state
tomyrd May 31, 2024
18043fd
Use next miden-base from faucet
tomyrd Jun 3, 2024
39abe87
Remove `miden-client` dependency
tomyrd Jun 3, 2024
b103d38
Fix rng in faucet client
tomyrd Jun 4, 2024
03f4a9e
Fix Cargo.toml
tomyrd Jun 4, 2024
7851871
Fix doc comment for `get_random_coin`
tomyrd Jun 4, 2024
3865e01
Revert "Fix rng in faucet client"
tomyrd Jun 6, 2024
387be69
Make `tonic` a workspace dependency
tomyrd Jun 6, 2024
52fe8fc
Merge branch 'next' into tomyrd-remove-client-from-faucet
tomyrd Jun 6, 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 CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

* Standardised CI and Makefile across Miden repositories (#367)
* Remove client dependency from faucet (#368).

## 0.3.0 (2024-05-15)

Expand Down
Loading
Loading