-
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
Merge v0.12.1 #947
Merged
Merged
Merge v0.12.1 #947
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
CI: fix cache/step rename
- replace `voting-power` cmd with `bonded-stake` - added 2 new args for `init-validator` for their commission rate - removed staking reward accounts - the rewards will be instead auto-bonded in the validator account
* tomas/fix-pos-user-docs: docs: update PoS user docs for 0.11.0
…+grarco/multisig-specs' (#680) * grarco/replay-protection-specs: Fixes hash on unsigned txs changelog: add #440 Changes expiration block to expiration datetime Fixes internal docs references Fixes optimizations stats Mentions strict ordering of txs Removes panic Updates replay protection specs with hash strategy Updates replay protection specs Fixes `tx_counter` type, check logic and drawbacks Fixes typos, rephrase batching Review batching Replay protection specs first draft * fraccaman+grarco/multisig-specs: changelog: add #680 Merges normal and multisig accounts into one. Misc updates Updates multisig specs checks Updates multisig specs Adds multisignature specs
* tiago/main/test-unit-debug: Add a new Makefile target to print stack traces after running failing unit tests
* yuji/add_ibc_e2e_list: add ibc e2e test to the list
* james/mainline/ethbridge-ci-stacked-prs: Add changelog Run Ethereum bridge CI against more branches
CI: use specific ubuntu version
* tomas/fix-abcipp-build: [ci] wasm checksums update fix `make check-abcipp` and `make clippy-abcipp`
* james/mainline/abcipp-ci: Add changelog Check code compiles with abcipp feature enabled in CI
* tomas/fix-pos-tx-test-input-lower-bound: changelog: add #813 wasm/tx_unbond: add regressions file wasm/tx_{bond,unbond,withdraw}: avoid zero-amount action for test inputs PoS: allow 0 amount bond/unbond in tx
* bat/remove-merkle-values: changelog: add #846 [fix]: Changed Vec<u8> to &[u8] for getting merkle proofs [feat]: Removed MerkleValue type
* tiago/main/index-set-block-results: changelog: add #859 Reduce serialized size of BlockResults
Malformed transactions can cause the node to panic because this function unwraps values. Return the proper error, or a failure if asked to verify a transaction with no shielded part.
* ray/vp-verify-masp-failure: changelog: add #942 vp_verify_masp: avoid panicking unwrap()s
batconjurer
approved these changes
Dec 21, 2022
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.
No description provided.