Skip to content
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

Merged
merged 20 commits into from
Nov 30, 2022
Merged

chore: upgrade v0.45.9 #135

merged 20 commits into from
Nov 30, 2022

Commits on Oct 17, 2022

  1. 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>
    2 people authored and MissingNO57 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4dd6b0d View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored and MissingNO57 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    877d318 View commit details
    Browse the repository at this point in the history
  3. fix: rollback command don't actually delete multistore versions (back…

    …port #11361) (#13133)
    yihuang authored and MissingNO57 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f6d2239 View commit details
    Browse the repository at this point in the history
  4. fix: make linting work on 45 (#13185)

    faddat authored and MissingNO57 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    420f76a View commit details
    Browse the repository at this point in the history
  5. 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>
    2 people authored and MissingNO57 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    44f0448 View commit details
    Browse the repository at this point in the history
  6. 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>
    3 people authored and MissingNO57 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    57e96a8 View commit details
    Browse the repository at this point in the history
  7. 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
    fedekunze authored and MissingNO57 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    7616011 View commit details
    Browse the repository at this point in the history
  8. 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)
    yihuang authored and MissingNO57 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4d56b6f View commit details
    Browse the repository at this point in the history
  9. 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>
    4 people authored and MissingNO57 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    eb12265 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d431725 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    870288b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    24d2ced View commit details
    Browse the repository at this point in the history
  13. chore: make iavl fast node migration off by default (#13540)

    * fix iavl fast node migration to false
    
    * changelog entry
    tac0turtle authored and MissingNO57 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    7346751 View commit details
    Browse the repository at this point in the history
  14. 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>
    9 people authored and MissingNO57 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    dc2e912 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    6e146ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80be348 View commit details
    Browse the repository at this point in the history
  3. Atlas main revert

    MissingNO57 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    40d0b70 View commit details
    Browse the repository at this point in the history
  4. Revert atlas changes

    MissingNO57 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    3b4c3f7 View commit details
    Browse the repository at this point in the history
  5. Timeout removed from lint

    MissingNO57 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    1913780 View commit details
    Browse the repository at this point in the history
  6. golangci timeout fix

    MissingNO57 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    de1fb88 View commit details
    Browse the repository at this point in the history