-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Upgrade #296
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
lydia-pierce
pushed a commit
to uncle-ed-fu/cosmos-sdk
that referenced
this pull request
Jul 30, 2022
cosmos#297) * feat!: initial deposit requirement for proposals (backport cosmos#296) * Update x/gov/legacy/v3/store_test.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Update x/gov/simulation/genesis.go Co-authored-by: Adam Tucker <adam@osmosis.team> Co-authored-by: Adam Tucker <adam@osmosis.team>
brendan-kelly
referenced
this pull request
in figment-networks/cosmos-sdk
Aug 3, 2022
* feat!: initial deposit requirement for proposals (backport #296) * Update x/gov/legacy/v3/store_test.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Update x/gov/simulation/genesis.go Co-authored-by: Adam Tucker <adam@osmosis.team> Co-authored-by: Adam Tucker <adam@osmosis.team>
faddat
referenced
this pull request
in notional-labs/cosmos-sdk
Aug 21, 2022
* feat!: initial deposit for proposals * fix TestValidateInitialDeposit * fix migration tests * integrate new param into simulator * increase consensus version and migration tests * fix app state determinism tests * fix gov cli * fix grpc query tests * more fixes * restore build tags * fix genesis and proposal handler tests * Adam's comment * revert some test changes * fix TestSimulateMsgSubmitProposal * more fixes * err check * uncomment test * fixTestProposalHandler * convert uint32 to dec * revert NewDepositParams API, use decorator instead * fix proto comment * fix more tests * go mod * remove copied proto field * typo * fix tests * fix x/gov/client/testutil tests * add json tags
lydia-pierce
pushed a commit
to uncle-ed-fu/cosmos-sdk
that referenced
this pull request
Aug 22, 2022
cosmos#297) * feat!: initial deposit requirement for proposals (backport cosmos#296) * Update x/gov/legacy/v3/store_test.go Co-authored-by: Adam Tucker <adam@osmosis.team> * Update x/gov/simulation/genesis.go Co-authored-by: Adam Tucker <adam@osmosis.team> Co-authored-by: Adam Tucker <adam@osmosis.team>
rootulp
referenced
this pull request
in rootulp/cosmos-sdk
Apr 20, 2023
…al` (#296) * feat!: new baseapp method to return a branched version of the state that we can use to query in processproposal * fix!: use existing query context functionalit and re
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.
Upgrade to abci 0.8.0 and tendermint 0.13.0
Mostly about
uint64/int -> int64
, removal of abci response codes, and some changes to abci response structs