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: agoric-sdk state-sync support #297

Merged
merged 4 commits into from
Mar 23, 2023
Merged

feat: agoric-sdk state-sync support #297

merged 4 commits into from
Mar 23, 2023

Commits on Mar 23, 2023

  1. docs: ADR-049 state sync hooks (cosmos#10976)

    Closes: cosmos#7340
    
    This is the initial draft of ADR-049 state sync hooks based on the discussion of all parties and the proposal from @yihuang  in cosmos#7340 and the implementation in cosmos#10961.
    
    (cherry picked from commit d10034f)
    adu-web3 authored and mhofman committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0dbce41 View commit details
    Browse the repository at this point in the history
  2. feat: Make extension snapshotter interface safer to use (cosmos#11825)

    * Make extension snapshotter interface safer to use
    
    Closes: cosmos#11824
    Solution:
    - Use new methods `SnapshotExtension`/`RestoreExtension` to handle payload stream specifically.
    - Improve unit tests.
    
    * update changelog
    
    * Update snapshots/types/util.go
    
    * changelog
    
    * go linter
    
    * Update CHANGELOG.md
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    (cherry picked from commit e397434)
    yihuang authored and mhofman committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    7eb0ad4 View commit details
    Browse the repository at this point in the history
  3. fix: double close (cosmos#13400)

    (cherry picked from commit dcb0c9c)
    mmsqe authored and mhofman committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    17f1103 View commit details
    Browse the repository at this point in the history
  4. feat: split BaseApp.Commit

    Allow manual snapshot making
    mhofman committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    aea978e View commit details
    Browse the repository at this point in the history