-
Notifications
You must be signed in to change notification settings - Fork 19
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
chore: upgrade v0.45.9 #135
Commits on Oct 17, 2022
-
fix: call
SetIAVLCacheSize
with the configured value in simapp (bac……kport #13107) (#13109) * fix: call `SetIAVLCacheSize` with the configured value in simapp (#13107) * Call `SetIAVLCacheSize` with the configured value in simapp. * Update CHANGELOG.md (cherry picked from commit ab33342) # Conflicts: # CHANGELOG.md # simapp/simd/cmd/root.go * fix conflicts Co-authored-by: yihuang <huang@crypto.com>
Configuration menu - View commit details
-
Copy full SHA for 4dd6b0d - Browse repository at this point
Copy the full SHA 4dd6b0dView commit details -
feat: Add a cli cmd to prune old states according to current settings…
… (backport #12742) (#13120) * feat: Add a cli cmd to prune old states according to current settings (#12742) * add PruningCmd and change PruneStores signature * the mimimum default pruning interval is 10 Co-authored-by: Marko <marbar3778@yahoo.com> (cherry picked from commit d874ace) # Conflicts: # CHANGELOG.md # store/rootmulti/store.go * fix backport error and conflicts Co-authored-by: adu-crypto <94821467+adu-crypto@users.noreply.github.com> Co-authored-by: adu <adu.du@crypto.com>
Configuration menu - View commit details
-
Copy full SHA for 877d318 - Browse repository at this point
Copy the full SHA 877d318View commit details -
fix: rollback command don't actually delete multistore versions (back…
…port #11361) (#13133)
Configuration menu - View commit details
-
Copy full SHA for f6d2239 - Browse repository at this point
Copy the full SHA f6d2239View commit details -
Configuration menu - View commit details
-
Copy full SHA for 420f76a - Browse repository at this point
Copy the full SHA 420f76aView commit details -
feat: configurable fastnode (backport #13321) (#13338)
* feat: configurable fastnode (#13321) (cherry picked from commit 412e2fc) # Conflicts: # CHANGELOG.md # fuzz/tests/store_internal_proofs_createnonmembershipproof_test.go # go.mod # go.sum # server/config/config.go # server/config/toml.go # simapp/go.mod # simapp/go.sum # store/rootmulti/store.go # tests/go.mod # tests/go.sum * fix conflicts Co-authored-by: Marko <marbar3778@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 44f0448 - Browse repository at this point
Copy the full SHA 44f0448View commit details -
fix: ensure withdraw_rewards events are always emitted on reward with…
…drawal (backport #13323) (#13340) * fix: ensure withdraw_rewards events are always emitted on reward withdrawal (#13323) (cherry picked from commit c1c23a7) # Conflicts: # CHANGELOG.md # tests/integration/distribution/keeper/delegation_test.go # testutil/sims/app_helpers.go # x/distribution/keeper/delegation.go # x/distribution/keeper/delegation_test.go # x/distribution/keeper/keeper.go * fix conflicts * move changelog to right place * fix typo Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
Configuration menu - View commit details
-
Copy full SHA for 57e96a8 - Browse repository at this point
Copy the full SHA 57e96a8View commit details -
imp(keyring): improve UX for keyring.List (#13369)
* imp(keyring): improve UX for keyring.List * use offline info in case of error * Delete .dccache * c++ * conflicts
Configuration menu - View commit details
-
Copy full SHA for 7616011 - Browse repository at this point
Copy the full SHA 7616011View commit details -
feat: ADR-038 Part 2: StreamingService interface, file writing implem…
…entation, and configuration (#8664) (#13326) * feat: ADR-038 Part 2: StreamingService interface, file writing implementation, and configuration (#8664) <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ v Before smashing the submit button please review the checkboxes. v If a checkbox is n/a - please still include it but + a little note why ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> <!-- Add a description of the changes that this PR introduces and the files that are the most critical to review. --> Hello 👋 this PR introduces the second stage of changes to support [ADR-038](cosmos/cosmos-sdk#8012) state listening. This is rebased on top of the [first segment](cosmos/cosmos-sdk#8551), which introduces the low level changes to the MultiStore and KVStore interfaces and implementations, the new WriteListener types, and the new listen.KVStore type. In this segment we introduce the StreamingService interface, an implementation that writes out to files, and it's integration and configuration at the BaseApp level. The idea was to have the first segment reviewed independently first but if people think it is easier/more time efficient to review both at the same time then we could start here. Thanks! This work is towards satisfying [ADR-038](https://github.com/cosmos/cosmos-sdk/blob/master/docs/architecture/adr-038-state-listening.md)
Configuration menu - View commit details
-
Copy full SHA for 4d56b6f - Browse repository at this point
Copy the full SHA 4d56b6fView commit details -
fix: state listener could observe discarded writes (backport #13459) …
…(#13463) * fix: state listener could observe discarded writes (#13459) * fix: state listener could observe uncommitted writes Closes: #13457 don't pass listeners to nested cached store, only the most inner layer's cache writes should be observed. * Update CHANGELOG.md * add unit test * rename Co-authored-by: Marko <marbar3778@yahoo.com> (cherry picked from commit bb54c59) # Conflicts: # CHANGELOG.md * fixes * gofumpt * gofumpt * updates Co-authored-by: yihuang <huang@crypto.com> Co-authored-by: Julien Robert <julien@rbrt.fr> Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for eb12265 - Browse repository at this point
Copy the full SHA eb12265View commit details -
Configuration menu - View commit details
-
Copy full SHA for d431725 - Browse repository at this point
Copy the full SHA d431725View commit details -
Configuration menu - View commit details
-
Copy full SHA for 870288b - Browse repository at this point
Copy the full SHA 870288bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24d2ced - Browse repository at this point
Copy the full SHA 24d2cedView commit details -
chore: make iavl fast node migration off by default (#13540)
* fix iavl fast node migration to false * changelog entry
Configuration menu - View commit details
-
Copy full SHA for 7346751 - Browse repository at this point
Copy the full SHA 7346751View commit details -
Merge pull request from GHSA-3qp7-gj37-g9rx
Dragonberry 🐉 🍓 Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> Co-authored-by: Ethan Buchman <ethan@coinculture.info> Co-authored-by: Nicolas Lara <nicolaslara@gmail.com> Co-authored-by: Roman <34196718+p0mvn@users.noreply.github.com> Co-authored-by: Roman <roman@osmosis.team> Co-authored-by: Julien Robert <julien@rbrt.fr> Co-authored-by: emidev98 <49301655+emidev98@users.noreply.github.com> Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com> Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> Co-authored-by: Nicolas Lara <nicolaslara@gmail.com> Co-authored-by: Roman <34196718+p0mvn@users.noreply.github.com> Co-authored-by: Roman <roman@osmosis.team> Co-authored-by: Julien Robert <julien@rbrt.fr> Co-authored-by: emidev98 <49301655+emidev98@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dc2e912 - Browse repository at this point
Copy the full SHA dc2e912View commit details
Commits on Oct 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6e146ff - Browse repository at this point
Copy the full SHA 6e146ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80be348 - Browse repository at this point
Copy the full SHA 80be348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d0b70 - Browse repository at this point
Copy the full SHA 40d0b70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b4c3f7 - Browse repository at this point
Copy the full SHA 3b4c3f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1913780 - Browse repository at this point
Copy the full SHA 1913780View commit details -
Configuration menu - View commit details
-
Copy full SHA for de1fb88 - Browse repository at this point
Copy the full SHA de1fb88View commit details