-
Notifications
You must be signed in to change notification settings - Fork 0
chore: merge main into next #212
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
Conversation
feat: rename existing miden-faucet binary to miden-faucet-client docs: update docs to include information about new miden-faucet-operator binary chore: move tests of miden-faucet-operator binary into dedicated folder docs(README): update README for binary separation chore: update changelog
docs: update instructions to include correct client start command and mint command usage
…client (reverse naming)
fix(Makefile): install faucet instructions target correct binary docs(README): added explainer for binary split chore: removed redundant readme key in bin/faucet-client/Cargo.toml chore: amend description satement in bin/faucet-operator/Cargo.toml
docs: Clarify mint command technical accuracy
…ries feat: implement backwards compatibility for legacy "miden-faucet" CLI command
chore: amend character size of separators docs(client/README): amend mint command explanation to be more technically accurate chore(CHANGELOG): mark binary separation as breaking
Co-authored-by: Marti <[email protected]>
Co-authored-by: Marti <[email protected]>
Co-authored-by: Marti <[email protected]>
feat: implement mint command and rename binaries
f38ad92 to
1fd0f66
Compare
igamigo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for opening this PR. I checked that there are no conflicts against main and it looks good.
Two things though:
- The CI is not passing, so we need to review that first
- We should be careful to merge this without squash and merge, so that commits get added one by one
| @@ -0,0 +1 @@ | |||
| pub mod mint; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Nothing to do for this PR, but now that I see this, we could have just probably avoided this level of indirection and just put the mint code here
From what I can see, it seems like the lint & test workflow are both failing because of And thanks for pointing out how we should merge this PR. |
It seems this PR updated the client version, but we don't want to do that yet. The version you updated it to is not functional, so we should revert the |
1fd0f66 to
114bd40
Compare
You are right. Things should be working now! |
This PR merges the changes from the latest PR #196 into
next.This PR also changes the
CHANGELOG.mdto include the changes of #196 in v13 instead of a patch release on v12.