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

fix: rollback command don't actually delete multistore versions (backport #11361) #13089

Merged
merged 4 commits into from
Aug 31, 2022

Commits on Aug 30, 2022

  1. fix: rollback command don't actually delete multistore versions (#11361)

    * rollback command don't actually delete multistore versions
    
    Closes: #11333
    
    - add unit tests
    - use LoadVersionForOverwriting
    - update tendermint dependency to 0.35.x release branch
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    flushMetadata after rollback
    
    Update server/rollback.go
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    fix build
    
    gofumpt
    
    * fix unit test
    
    (cherry picked from commit 51d2de5)
    yihuang authored and mergify[bot] committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a067eef View commit details
    Browse the repository at this point in the history
  2. fix unit test

    yihuang committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    00ad2a3 View commit details
    Browse the repository at this point in the history
  3. changelog

    yihuang committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    2ec56aa View commit details
    Browse the repository at this point in the history
  4. api breaking changelog

    yihuang committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b324947 View commit details
    Browse the repository at this point in the history