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(dot/rpc): implement sync_state_genSyncSpec RPC call #1827

Merged
merged 14 commits into from
Oct 22, 2021

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    0561c14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8108c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcfedd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Changed rpc out to Genesis format

    and added logic for raw and not raw option
    
    Fixes ChainSafe#1767
    kishansagathiya committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    085d5b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44fddcb View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

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

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    a903623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02402b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b9ddac View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Can't use BuildFromDB, since badger DB is already occupied

    Use`*state.BaseState.LoadGenesisData()` instead and then Use StorageAPI
    to create genesis.Genesis
    kishansagathiya committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    a19e059 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    929b8ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    337cf45 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

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

Commits on Oct 21, 2021

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