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

[BFT] Add Staking Key PoP to bootstrapping tools #2803

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Jul 9, 2022

  1. add staking key PoP to keyGen command

    Tarak Ben Youssef committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    4306c43 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. include staking key PoP in node info public

    Tarak Ben Youssef committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    3805a24 View commit details
    Browse the repository at this point in the history
  2. revoke PoP as a returned value from Key generation

    Tarak Ben Youssef committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    9973216 View commit details
    Browse the repository at this point in the history
  3. update the pub key validation to include PoP validation

    Tarak Ben Youssef committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    dbeaa49 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. add PoP to partner node info

    Tarak Ben Youssef committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    12fb45e View commit details
    Browse the repository at this point in the history
  2. use []byte JSON encoding without wrapper + add PoP field from Cadence…

    … script
    Tarak Ben Youssef committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    eb78b87 View commit details
    Browse the repository at this point in the history
  3. fix test errors

    Tarak Ben Youssef committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3dad8a1 View commit details
    Browse the repository at this point in the history
  4. update bootsrapping README

    Tarak Ben Youssef committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    0374238 View commit details
    Browse the repository at this point in the history
  5. fix another test

    Tarak Ben Youssef committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    fecabfd View commit details
    Browse the repository at this point in the history
  6. update integration testnet tests

    Tarak Ben Youssef committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f1b1284 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Merge branch 'master' into tarak/6286-spork-tool-pop

    Tarak Ben Youssef committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    4d3a604 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. merge master and fix issues

    Tarak Ben Youssef committed May 9, 2024
    Configuration menu
    Copy the full SHA
    dc73896 View commit details
    Browse the repository at this point in the history
  2. fix more errors

    Tarak Ben Youssef committed May 9, 2024
    Configuration menu
    Copy the full SHA
    36e9c9c View commit details
    Browse the repository at this point in the history
  3. update bootstrap examples and readme

    Tarak Ben Youssef committed May 9, 2024
    Configuration menu
    Copy the full SHA
    bd97f2f View commit details
    Browse the repository at this point in the history
  4. simplify private key fixture

    Tarak Ben Youssef committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3cf9e32 View commit details
    Browse the repository at this point in the history