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

feat!: Add hooks to allow app modules to add things to state-sync #10961

Merged
merged 13 commits into from
Feb 24, 2022

Commits on Feb 16, 2022

  1. Add hooks to allow app modules to add things to state-sync

    Closes: cosmos#7340
    
    - Support registering multiple snapshotters in snapshot manager.
    - Append the extension snapshotters to existing snapshot stream.
    
    fix v2 store
    
    fix rootmulti unit tests
    
    fix unit tests
    
    fix unit tests
    
    fix typo
    
    add utility function WriteExtensionItem
    
    add convenient public methods
    yihuang committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    67087bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9f3482 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Update snapshots/stream.go

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    yihuang and robert-zaremba authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    80862d1 View commit details
    Browse the repository at this point in the history
  2. fix review suggestions

    yihuang committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    7190df2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    893a661 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9aa2b24 View commit details
    Browse the repository at this point in the history
  5. update comment

    yihuang committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    d105e94 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    a41b06d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb15629 View commit details
    Browse the repository at this point in the history
  3. fix unit test

    yihuang committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    451d2b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    c0bf26f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    869593e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81fde71 View commit details
    Browse the repository at this point in the history