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

chore: Update to miden-base's next #498

Merged
merged 4 commits into from
Sep 17, 2024
Merged

chore: Update to miden-base's next #498

merged 4 commits into from
Sep 17, 2024

Conversation

igamigo
Copy link
Collaborator

@igamigo igamigo commented Sep 17, 2024

@igamigo igamigo marked this pull request as ready for review September 17, 2024 21:16
@igamigo igamigo requested a review from bobbinth September 17, 2024 21:20
Comment on lines +37 to +38
"{{ endpoint: \"{}\", asset_amount_options: {:?}, token_symbol: {}, decimals: {}, max_supply: {} }}",
self.endpoint, self.asset_amount_options, self.token_symbol, self.decimals, self.max_supply
Copy link
Collaborator Author

@igamigo igamigo Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The database path was used for the client's database so I opted to remove it as it was not needed anymore.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is because we no longer rely on the client here, right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct!

@@ -60,7 +61,7 @@ impl GenesisState {
Smt::default().root(),
*EmptySubtreeRoots::entry(BLOCK_NOTE_TREE_DEPTH, 0),
Digest::default(),
Digest::default(),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Faucet was failing to execute correctly due to this being an invalid kernel root.

Copy link
Contributor

@bobbinth bobbinth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thank you! I left one question inline.

bin/faucet/src/client.rs Outdated Show resolved Hide resolved
Comment on lines +37 to +38
"{{ endpoint: \"{}\", asset_amount_options: {:?}, token_symbol: {}, decimals: {}, max_supply: {} }}",
self.endpoint, self.asset_amount_options, self.token_symbol, self.decimals, self.max_supply
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is because we no longer rely on the client here, right?

@igamigo igamigo merged commit 881b6e5 into next Sep 17, 2024
8 checks passed
@igamigo igamigo deleted the igamigo-back-to-next branch September 17, 2024 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants