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: ADR-23 Update staking parameters structure #45

Merged
merged 3 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. feat: Modify staking parameters structure (#41)

    First from series of prs to implement adr -
    https://github.com/babylonlabs-io/pm/blob/main/adr/adr-023-update-btcstaking-params.md
    
    - updates parameters struct to match the one in adr
    - fix tests
    - add utilites to modify params through command line
    KonradStaniec committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a043e2e View commit details
    Browse the repository at this point in the history
  2. feat: add comprehensive test suite for staking msg validation (#52)

    Comprehensive table driven test suite to check validations on message
    validation
    KonradStaniec committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dc01d2b View commit details
    Browse the repository at this point in the history
  3. feat: btcstaking parameters upgrade (#53)

    - Add parameters upgrade from TGE chain
    - Add e2e test
    KonradStaniec authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c170f5d View commit details
    Browse the repository at this point in the history