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

chainSpec: Add Checkpoint extension to the chainSpec #3271

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Feb 8, 2024

  1. syncState: Generate light-client checkpoint proof

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6e862de View commit details
    Browse the repository at this point in the history
  2. syncState: Merge legacy syncState with the checkpoint

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    10ffac6 View commit details
    Browse the repository at this point in the history
  3. rpc: Satisfy client trait bounds for the syncState

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    45fa1fb View commit details
    Browse the repository at this point in the history
  4. node/chainSpec: Extend node extensions with the checkpoint extension

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    57f8ceb View commit details
    Browse the repository at this point in the history
  5. syncState: Populate Checkpoint extensions

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5092cfa View commit details
    Browse the repository at this point in the history
  6. syncState: Add serde wrapper to avoid impl Deserialze for Checkpoint

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a34aff1 View commit details
    Browse the repository at this point in the history
  7. syncState/tests: Check the storage proof of the checkpoint has :code

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5247658 View commit details
    Browse the repository at this point in the history
  8. syncState: Add reminder to avoid recomputation

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    37408a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. stateSync: Don't clone block::hash

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bd8f9a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34d80d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9db7ba4 View commit details
    Browse the repository at this point in the history