-
Notifications
You must be signed in to change notification settings - Fork 992
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
Draft: Non-breaking 0.31.6 #2616
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e with consesus key in wallet.toml
This includes the additional data required to fully review a proposal when using `namada client query-proposal`: - Default (optional hash of WASM code) - PGF Steward (add/remove addresses) - PGF Payment (actions) Fixes #2570.
Show help for query-proposal-votes subcommand instead of crashing when no arg provided Signed-off-by: Hyung-Kyu Choi <hyungkyu.choi@gmail.com>
Signed-off-by: Hyung-Kyu Choi <hyungkyu.choi@gmail.com>
* origin/grarco/invalidate-masp-notes-in-client: Refactors `check_balance_too_low_err` to accept either a balance key or a balance Changelog #2534 Refactors the `ShieldedUtils` trait Fixes e2e test Updates masp proofs Invalidate spent keys when generating masp transactions Returns error if the provided gas-spending-key is not needed Improves tests of fee unshielding [chore]: Fix integration masp test fixtures I don't know [chore] Rebase on main [fix] Some e2e test fixes Moved fetch calls completely from other calls. Updated cli. Fixed tests Added changelog entry. Changed the note scanning algorithm to not require additional context.
* origin/brent/client-improvements: add extra log for incoming epoch change fix spelling `GenIbcShieldedTransfer` fixup! client query to help understand when next epoch may occur fixup! fix `sign-tx` metadata message changelog: add #2615 fix `sign-tx` metadata message fix proposal vote help message fix gov VP log fix help messages for CLI args catch unbonding error due to frozen validator at client level client query to help understand when next epoch may occur
* plutomonkey/proposal-data: Better formatting of proposals. Fix typos: s/continous/continuous
* dsrvlabs/query-proposal-votes: add changelog show help for query-proposal-votes when no arg provided
* rllola/fix/time-out: added changelog added env var, minor refactor increase timeout from 30 to 180
* origin/tiago/commit-failure: Changelog for #2657 Document fields in `commit` response Bump last processed Eth block before calling `commit_block` Remove mut response from `commit` Crash if committing a block fails
4052288
to
73b36a4
Compare
* origin/yuji/fix-ibc-shielded-transfer-back: add changelog fix token address when shielded transfer back to Namada
* origin/fraccaman/allow-http-url-cli: added changelog refactor addresses with protocol use tendermint_rpc::Url instead of TendermintAddress
* Krewedk0/main: fix ledger test fix formatting review fix, add changelog add slashed bonds/unbonds info to the client
* origin/fraccaman/fix-proposal-loading: use btreeset instead of hashset
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WARNING: ☠️ do not merge this branch into your development branches and do not rely on it being stable. ☠️
contains:
queue:
modularization queue:
implement, then include:
HashSet
in the codebase #2576