-
Notifications
You must be signed in to change notification settings - Fork 215
Merge rc v1.8.0 feat governance fixes #6491
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
Merged
iulianpascalau
merged 2,281 commits into
feat/governance-fixes
from
merge-rc-v1.8.0-feat-governance-fixes
Sep 24, 2024
Merged
Merge rc v1.8.0 feat governance fixes #6491
iulianpascalau
merged 2,281 commits into
feat/governance-fixes
from
merge-rc-v1.8.0-feat-governance-fixes
Sep 24, 2024
Conversation
This file contains hidden or 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
Append log events for all inner transactions failure
…in-go into relayedv3_fixes # Conflicts: # integrationTests/chainSimulator/relayedTx/relayedTx_test.go
…tDataVerifier that returns false on IsWhitelisted
ChainSimulator: verify tx on send
…elayedv3_2024.06.19 Merge rc 17next1 into feat relayedv3 2024.06.19
…ifier-chain-simulator White list data verifier fixes chain simulator
Dynamic roles singular
even newer wasmer
new-faster-wasmer
…to rc/v1.7.next1 # Conflicts: # .github/workflows/build_and_test.yml # .github/workflows/create_release.yml # go.mod # go.sum
…2024.08.08 Merge master into rc17next1 2024.08.08
Merge rc 1.7.next1 into rc 1.8.0
…fixes # Conflicts: # genesis/process/shardGenesisBlockCreator.go # vm/systemSmartContracts/governance_test.go
| DelegateVote = 50000000 | ||
| RevokeVote = 50000000 | ||
| CloseProposal = 50000000 | ||
| GetAllNodeStates = 20000000 |
Contributor
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.
you need to add here:
ClearProposal = 50000000
ClaimAccumulatedFees = 1000000
ChangeConfig = 50000000
…e-rc-v1.8.0-feat-governance-fixes # Conflicts: # vm/systemSmartContracts/governance.go # vm/systemSmartContracts/governance_test.go
iulianpascalau
approved these changes
Sep 24, 2024
sasurobert
approved these changes
Sep 24, 2024
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.
Reasoning behind the pull request
Proposed changes
Testing procedure
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
featbranch created?featbranch merging, do all satellite projects have a proper tag insidego.mod?