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

checkpointing: add keeper and core state #27

Merged
merged 21 commits into from
Jun 28, 2022

Commits on Jun 14, 2022

  1. init checkpointing module

    added checkpointing tx proto
    
    add query proto for checkpointing
    
    generated proto code
    
    wraps up the scaffolding of checkpointing
    gitferry committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    0eb0d77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b943bfa View commit details
    Browse the repository at this point in the history
  3. fixed minor protobuf issues

    gitferry committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    8f10629 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a65243e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bbcfcb View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. minor change on protos

    gitferry committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    059e1ad View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. add blssig set

    gitferry committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    aa32378 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    1448f35 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    cd36a10 View commit details
    Browse the repository at this point in the history
  2. added bls sig state

    gitferry committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    6d5a391 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. added checkpointing keys

    gitferry committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    eb4d99a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Merge branch 'main' of github.com:babylonchain/babylon into gai-check…

    …pointing-data-structure
    gitferry committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    d5c19e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65fe7e8 View commit details
    Browse the repository at this point in the history
  3. add keeper implement

    gitferry committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    121c227 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. refactor ckpt state

    gitferry committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    70e2022 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:babylonchain/babylon into gai-check…

    …pointing-data-structure
    gitferry committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    e1083f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    232dc96 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    f50e493 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:babylonchain/babylon into gai-check…

    …pointing-data-structure
    gitferry committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ec60435 View commit details
    Browse the repository at this point in the history
  3. minor

    gitferry committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    16a6f1e View commit details
    Browse the repository at this point in the history
  4. fixed ci

    gitferry committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    3e0805c View commit details
    Browse the repository at this point in the history