-
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
Release/v0.24.0 #1991
Release/v0.24.0 #1991
Conversation
in progress in progress stake and slashing now params fix gaia fix gaia again add msg type deactivation delete local error in progress revert actual application in baseapp/gaia/stake add test, fix apps fix MinSignedPerWindow, pass lint fix gaia fix keeper_test fit with multiple msgs fix apply requests pass lint really the last fix fix dependency fix keeper_test fix lint
* tools: Ensure Gopkg.lock is correct in linting This adds dep status to the lint process. Also fixes linting errors that existed earlier. (not sure why they didn't show up on CI) Closes #1574 * Update dep, use the lock file new dep version creates
Release/v0.21.1
update to tm0.22.4-rc0 and bring back lcd test
…D_PROJECT_SHORT_NAME_ to actual names and packages
* types: Switch table driven test error messages to new format Make table driven tests in /types follow the format described in #1664 * typos / lower case errors * lower case, not sentences * lower case, not sentences
…ng linting for cosmos-sdk-cli
update params for x/gov and default config
version bump
Also to-do prior to release: check all testnet params are configured as desired. Note that params store is not initialized from genesis until #1772 is merged, which is no longer slated for 0.24. |
I think we want to pull #1995 into this release. |
* Set SignedBlocksWindow back to 1000 * Merge PR #1995: upgrading ledger goclient lib * Update version/version.go
As part of updating/cleaning up the changelog, we should clear |
LGTM pending internal testnet testing. |
This caused an error with non-determinism between nodes with same gaiad version and genesis.
Rename transient store key to be a unique key.
* Cherry picked commits * Update CHANGELOG.md
* This demonstrates that the state machine is non-deterministic if there are more than two txs in a block. * fix non-deterministic map iteration * (squash this) fix build errors * (squash this) iterate using range
* Update cli docs, fixes #2026 * Fixed merge conflicts * Updated chain_id
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.
ACK
Once merged we should immediately merge master back to develop.
Awesome work fam! |
Ref #1935
TODO: