forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 10
Apply v0.47.15 changes #559
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
Closed
drklee3
wants to merge
46
commits into
kava-v0.47.15-iavl-v1-release-x
from
kd-cosmos-sdk-v0.47.15-patch.1
Closed
Apply v0.47.15 changes #559
drklee3
wants to merge
46
commits into
kava-v0.47.15-iavl-v1-release-x
from
kd-cosmos-sdk-v0.47.15-patch.1
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
V47.7 patches
fix: Update server config min gas prices to support ; separator
(cherry picked from commit 6f151ac)
(cherry picked from commit 3833525)
migrate to using iavl v1
includes patches for: * fixed initial version of added KVStores * expose DeleteVersionsFrom on MutableTree patches are published here: https://github.com/Kava-Labs/kava-patches/tree/19bf1a78805a33fe7a27044f2b03dc3ce1d90392/iavl-v1.2
* add --unsafe-remove-modules flag to Rollback cmd * adds public DeleteKVStore method on root multistore * rollback command accepts list of store keys names to forcibly delete this is useful for rolling back an upgrade that adds modules. rollbacks are performed by loading & committing the previous version. without this new functionality, the rollback will fail because no store version will exist for modules added during the upgrade. to properly rollback the state, pass in a list of the added module names and they will be completely removed before the rollback of pre-existing modules takes place: ``` chain rollback --unsafe-remove-modules mynewmodule,othernewmodule ``` * add DeleteVersionsFrom to Tree like DeleteVersionsTo, but deletes the given version & upwards * write deletion of current & future versions * rename DeleteKVStore -> DeleteLatestVersion * remove unnecessary deleteKVStore call the DeleteVersionsFrom on the unwrapped KVStore should be sufficient
Co-authored-by: Julien Robert <julien@rbrt.fr> (cherry picked from commit 1cf2940)
…) (cosmos#19728) Co-authored-by: David Tumcharoen <david@alleslabs.com> Co-authored-by: Julien Robert <julien@rbrt.fr> (cherry picked from commit 6b11b65)
) (cosmos#19746) Co-authored-by: Rootul P <rootulp@gmail.com> Co-authored-by: sontrinh16 <trinhleson2000@gmail.com> (cherry picked from commit b9b1324)
…osmos#19752) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr> (cherry picked from commit cdb519f)
…s#20027) (cosmos#20032) Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com> Co-authored-by: marbar3778 <marbar3778@yahoo.com> Co-authored-by: Marko <marko@baricevic.me> (cherry picked from commit af7ff74)
) Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com> (cherry picked from commit f556fd9)
… 1.0.0-beta.5 (cosmos#20094) (cherry picked from commit 5a6bfe2)
(cherry picked from commit 6f9f57c)
…mos#20112) Co-authored-by: mmsqe <mavis@crypto.com> (cherry picked from commit 3d03c1b)
cosmos#20114) Co-authored-by: Julien Robert <julien@rbrt.fr> (cherry picked from commit b68da64)
…osmos#20205) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 3150641)
(cherry picked from commit c3991b5)
(cherry picked from commit aba4e40)
(cherry picked from commit 7428fe0)
(cherry picked from commit 00e4273)
…ort cosmos#20144) (cosmos#20252) Co-authored-by: Marko <marko@baricevic.me> Co-authored-by: marbar3778 <marbar3778@yahoo.com> (cherry picked from commit 7009a2e)
…ckport cosmos#20590) (cosmos#20595) Co-authored-by: Julien Robert <julien@rbrt.fr> (cherry picked from commit 647907d)
(cherry picked from commit d684290)
(cherry picked from commit 9700678)
…osmos#20837) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 837751f)
… 0.37.8" (cosmos#20844) (cherry picked from commit 1cc3043)
(cherry picked from commit cd3540b)
(cherry picked from commit 44c5d17)
…osmos#21295) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr> (cherry picked from commit 22f669b)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr> (cherry picked from commit b351c77)
(cherry picked from commit 6aa3a2b)
(cherry picked from commit f007a4e)
(cherry picked from commit 2b554fc)
(cherry picked from commit 7af40a2)
(cherry picked from commit 233ea6a)
* Limit recursion depth for unknown field detection * Limit unpack any (cherry picked from commit 1a2bff56fb7391f9ce87d4fbe9e0367ae991c0b2) * Update changelog (cherry picked from commit 37148f6)
(cherry picked from commit f008f84)
786fb7c
to
f008f84
Compare
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.
Includes commits from v0.47.11 to v0.47.15