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

ACP-77: Implement SetSubnetValidatorWeightTx #3421

Merged
merged 540 commits into from
Nov 12, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    2e7595c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fb7637 View commit details
    Browse the repository at this point in the history
  3. merged

    StephenButtolph committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    30d788f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'implement-acp-77-update-convert-subnet-tx' into impleme…

    …nt-acp-77-register-subnet-validator-tx
    StephenButtolph authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    e83ad9a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'implement-acp-77-register-subnet-validator-tx' into imp…

    …lement-acp-77--set-subnet-validator-weight-tx
    StephenButtolph authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    e33eff9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    575b36a View commit details
    Browse the repository at this point in the history
  7. update comment

    StephenButtolph committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d2d0f69 View commit details
    Browse the repository at this point in the history
  8. update comment

    StephenButtolph committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b6b6515 View commit details
    Browse the repository at this point in the history
  9. update doc

    StephenButtolph committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6ffcd1b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Address comments

    StephenButtolph committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    ad00180 View commit details
    Browse the repository at this point in the history
  2. nit

    StephenButtolph committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f1b07d2 View commit details
    Browse the repository at this point in the history
  3. fix unit tests

    StephenButtolph committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    7fb99c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65b5d50 View commit details
    Browse the repository at this point in the history
  5. merged

    StephenButtolph committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    8791e78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f31cfc6 View commit details
    Browse the repository at this point in the history
  7. merged

    StephenButtolph committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    fe9a76d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    369545d View commit details
    Browse the repository at this point in the history
  9. merged

    StephenButtolph committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    69adceb View commit details
    Browse the repository at this point in the history
  10. Merge branch 'implement-acp-77-update-convert-subnet-tx' into impleme…

    …nt-acp-77-register-subnet-validator-tx
    StephenButtolph authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    96345cb View commit details
    Browse the repository at this point in the history
  11. Merge branch 'implement-acp-77-register-subnet-validator-tx' into imp…

    …lement-acp-77--set-subnet-validator-weight-tx
    StephenButtolph committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    e1ebce9 View commit details
    Browse the repository at this point in the history
  12. fix merge

    StephenButtolph committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    dc90043 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'implement-acp-77-register-subnet-validator-tx' into imp…

    …lement-acp-77--set-subnet-validator-weight-tx
    StephenButtolph authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    81202b5 View commit details
    Browse the repository at this point in the history
  14. fix merge

    StephenButtolph committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    2d722fa View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    58d5b8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    273fbbe View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Update mocks

    StephenButtolph committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    290ef97 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    StephenButtolph committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9155e1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cadf8f7 View commit details
    Browse the repository at this point in the history
  4. nit

    StephenButtolph committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    803d0c4 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'populate-subnet-public-key-diffs' of github.com:ava-lab…

    …s/avalanchego into populate-subnet-public-key-diffs
    StephenButtolph committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    76f4eee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2c7773 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. comment

    StephenButtolph committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    95c42a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d7bd81 View commit details
    Browse the repository at this point in the history
  3. merged

    StephenButtolph committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    bbc395b View commit details
    Browse the repository at this point in the history
  4. merged

    StephenButtolph committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3a03597 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    21cdc32 View commit details
    Browse the repository at this point in the history
  2. merged

    StephenButtolph committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    845f1d2 View commit details
    Browse the repository at this point in the history
  3. fix test

    StephenButtolph committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    91a7cd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df02f3c View commit details
    Browse the repository at this point in the history
  5. fix test

    StephenButtolph committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c848fee View commit details
    Browse the repository at this point in the history
  6. nit

    StephenButtolph committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    79c9b40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8819fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    667002e View commit details
    Browse the repository at this point in the history
  9. merged

    StephenButtolph committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    31be1e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb7f564 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd317f5 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'implement-acp-77-update-convert-subnet-tx' into impleme…

    …nt-acp-77-register-subnet-validator-tx
    StephenButtolph authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9884275 View commit details
    Browse the repository at this point in the history
  13. simplify test

    StephenButtolph committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ed2fcfd View commit details
    Browse the repository at this point in the history
  14. Merge branch 'implement-acp-77-register-subnet-validator-tx' into imp…

    …lement-acp-77--set-subnet-validator-weight-tx
    StephenButtolph authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c4f5652 View commit details
    Browse the repository at this point in the history
  15. merged

    StephenButtolph committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8f0a080 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d482de8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fc27346 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e8b21ec View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7f517c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. merged

    StephenButtolph committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7d0d7e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08bd9e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. nit

    StephenButtolph committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    78c1c3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6547c6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38ee164 View commit details
    Browse the repository at this point in the history
  4. fix merge

    StephenButtolph committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d2137ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5845d11 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. merged

    StephenButtolph committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    6c3116a View commit details
    Browse the repository at this point in the history
  2. reduce diff

    StephenButtolph committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    d0d1602 View commit details
    Browse the repository at this point in the history
  3. reduce diff

    StephenButtolph committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    d397375 View commit details
    Browse the repository at this point in the history
  4. reduce diff

    StephenButtolph committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    5f8a09c View commit details
    Browse the repository at this point in the history
  5. reduce diff

    StephenButtolph committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    3e9dc01 View commit details
    Browse the repository at this point in the history
  6. reduce diff

    StephenButtolph committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    da3a726 View commit details
    Browse the repository at this point in the history
  7. cleanup

    StephenButtolph committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    8483ced View commit details
    Browse the repository at this point in the history
  8. nit

    StephenButtolph committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0507ce7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0022a65 View commit details
    Browse the repository at this point in the history
  10. Add comment

    StephenButtolph committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    8bbeee6 View commit details
    Browse the repository at this point in the history
  11. comment

    StephenButtolph committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    08dd776 View commit details
    Browse the repository at this point in the history
  12. nit

    StephenButtolph committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    255b0bf View commit details
    Browse the repository at this point in the history
  13. reduce diff

    StephenButtolph committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    3bc547d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    bff468d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99f3c97 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. merged

    StephenButtolph committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7cf1668 View commit details
    Browse the repository at this point in the history
  2. nit

    StephenButtolph committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    41f78f0 View commit details
    Browse the repository at this point in the history
  3. nit

    StephenButtolph committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    29cd6ba View commit details
    Browse the repository at this point in the history
  4. Fix initValidatorSets

    StephenButtolph committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8dfcbb1 View commit details
    Browse the repository at this point in the history
  5. nit

    StephenButtolph committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ef29548 View commit details
    Browse the repository at this point in the history
  6. test subnetIDNodeIDDB

    StephenButtolph committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a77fb3c View commit details
    Browse the repository at this point in the history
  7. fix comments

    StephenButtolph committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ce05dc8 View commit details
    Browse the repository at this point in the history
  8. nit

    StephenButtolph committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3d04cef View commit details
    Browse the repository at this point in the history
  9. nit

    StephenButtolph committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    dc35645 View commit details
    Browse the repository at this point in the history
  10. Reduce diff

    StephenButtolph committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d472a9f View commit details
    Browse the repository at this point in the history
  11. add comment

    StephenButtolph committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    34ba29b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. reduce diff

    StephenButtolph committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    97029aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbeee70 View commit details
    Browse the repository at this point in the history
  3. merged

    StephenButtolph committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    729ded5 View commit details
    Browse the repository at this point in the history
  4. add comment

    StephenButtolph committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3621e53 View commit details
    Browse the repository at this point in the history
  5. merged

    StephenButtolph committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    de2be9f View commit details
    Browse the repository at this point in the history
  6. Delete empty entries

    StephenButtolph committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    92a2277 View commit details
    Browse the repository at this point in the history
  7. simplify state futher

    StephenButtolph committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6375aa2 View commit details
    Browse the repository at this point in the history
  8. nit

    StephenButtolph committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    aedff15 View commit details
    Browse the repository at this point in the history
  9. nit

    StephenButtolph committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1ac030a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Add caching

    StephenButtolph committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9e0d7d5 View commit details
    Browse the repository at this point in the history
  2. nit

    StephenButtolph committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9993b05 View commit details
    Browse the repository at this point in the history
  3. nit

    StephenButtolph committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    547d426 View commit details
    Browse the repository at this point in the history
  4. Add TODOs

    StephenButtolph committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    6bcc0ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6065604 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7792c7 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'implement-acp-77-sov-validators-state' of github.com:av…

    …a-labs/avalanchego into implement-acp-77-sov-validators-state
    StephenButtolph committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    39b961b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4723c46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    46c4889 View commit details
    Browse the repository at this point in the history
  10. merged

    StephenButtolph committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a576cd1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f1ca6e6 View commit details
    Browse the repository at this point in the history
  12. Fix regression

    StephenButtolph committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    71f88e8 View commit details
    Browse the repository at this point in the history
  13. nit

    StephenButtolph committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c2ffd17 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2b5d7c7 View commit details
    Browse the repository at this point in the history
  15. nit

    StephenButtolph committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    91a6465 View commit details
    Browse the repository at this point in the history
  16. nits

    StephenButtolph committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    07370a5 View commit details
    Browse the repository at this point in the history
  17. Add additional test

    StephenButtolph committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    23aff43 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Move caching logic

    StephenButtolph committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    66011f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32bba0e View commit details
    Browse the repository at this point in the history
  3. merged

    StephenButtolph committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d183148 View commit details
    Browse the repository at this point in the history
  4. nit

    StephenButtolph committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b1bb458 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad31107 View commit details
    Browse the repository at this point in the history
  6. nit

    StephenButtolph committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    cee236e View commit details
    Browse the repository at this point in the history
  7. add -> addOrSub

    StephenButtolph committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    900eba3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. merged

    StephenButtolph committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    fd48bde View commit details
    Browse the repository at this point in the history
  2. fix merge

    StephenButtolph committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    7cbf31b View commit details
    Browse the repository at this point in the history
  3. Add test

    StephenButtolph committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    33d297d View commit details
    Browse the repository at this point in the history
  4. nit

    StephenButtolph committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    486f732 View commit details
    Browse the repository at this point in the history
  5. reduce diff

    StephenButtolph committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    b448a04 View commit details
    Browse the repository at this point in the history
  6. Add tests

    StephenButtolph committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    0685531 View commit details
    Browse the repository at this point in the history
  7. test excess and fees

    StephenButtolph committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    bb9f853 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6e3e76 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. merged

    StephenButtolph committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3077356 View commit details
    Browse the repository at this point in the history
  2. improve caching

    StephenButtolph committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    69837c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8611fe4 View commit details
    Browse the repository at this point in the history
  4. cleanup

    StephenButtolph committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a5d3930 View commit details
    Browse the repository at this point in the history
  5. Simplify test

    StephenButtolph committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d74cdff View commit details
    Browse the repository at this point in the history
  6. reduce diff

    StephenButtolph committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7cddfc0 View commit details
    Browse the repository at this point in the history
  7. nit

    StephenButtolph committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    afc9054 View commit details
    Browse the repository at this point in the history
  8. nit

    StephenButtolph committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3c8246e View commit details
    Browse the repository at this point in the history
  9. nit

    StephenButtolph committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1268ed1 View commit details
    Browse the repository at this point in the history
  10. nits

    StephenButtolph committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f7b75bc View commit details
    Browse the repository at this point in the history
  11. nit

    StephenButtolph committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    82a249b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. nit

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d37e9f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dc642a View commit details
    Browse the repository at this point in the history
  3. Address PR comments

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    22de2b1 View commit details
    Browse the repository at this point in the history
  4. add comments

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    cc0e0ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33fea00 View commit details
    Browse the repository at this point in the history
  6. nit

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    915eb71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3811423 View commit details
    Browse the repository at this point in the history
  8. merged

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b0c6f0b View commit details
    Browse the repository at this point in the history
  9. reduce diff

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    74edd4f View commit details
    Browse the repository at this point in the history
  10. nit

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7d31e7a View commit details
    Browse the repository at this point in the history
  11. nit

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fca9460 View commit details
    Browse the repository at this point in the history
  12. nit

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    158621c View commit details
    Browse the repository at this point in the history
  13. nit

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    4c6462c View commit details
    Browse the repository at this point in the history
  14. nit

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a217d1b View commit details
    Browse the repository at this point in the history
  15. nit

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3987922 View commit details
    Browse the repository at this point in the history
  16. Add nodeID tests

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    56475cf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    db85cf1 View commit details
    Browse the repository at this point in the history
  18. nit

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8a18b14 View commit details
    Browse the repository at this point in the history
  19. merged

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6dc3e84 View commit details
    Browse the repository at this point in the history
  20. reduce diff

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f8552ba View commit details
    Browse the repository at this point in the history
  21. merged

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7e1c545 View commit details
    Browse the repository at this point in the history
  22. merged

    StephenButtolph committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    88fe959 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    5b08c6a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'implement-acp-77-update-convert-subnet-tx' into impleme…

    …nt-acp-77-register-subnet-validator-tx
    StephenButtolph authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    54b24e5 View commit details
    Browse the repository at this point in the history
  3. nits

    StephenButtolph committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9884a93 View commit details
    Browse the repository at this point in the history
  4. nit

    StephenButtolph committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a7cd427 View commit details
    Browse the repository at this point in the history
  5. wip

    StephenButtolph committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4c2605c View commit details
    Browse the repository at this point in the history
  6. merged

    StephenButtolph committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    20bd155 View commit details
    Browse the repository at this point in the history
  7. comments

    StephenButtolph committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    acf026a View commit details
    Browse the repository at this point in the history
  8. merged

    StephenButtolph committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bb0a605 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0bf397a View commit details
    Browse the repository at this point in the history
  10. nit

    StephenButtolph committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5591626 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0093c70 View commit details
    Browse the repository at this point in the history
  12. comment new function

    StephenButtolph committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a0e6bcd View commit details
    Browse the repository at this point in the history
  13. nit

    StephenButtolph committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5e46925 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    706c833 View commit details
    Browse the repository at this point in the history
  2. nit

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3a01924 View commit details
    Browse the repository at this point in the history
  3. nit

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d7e00dd View commit details
    Browse the repository at this point in the history
  4. nit

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    56b0049 View commit details
    Browse the repository at this point in the history
  5. nit

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3540203 View commit details
    Browse the repository at this point in the history
  6. nit

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1bf8709 View commit details
    Browse the repository at this point in the history
  7. Comment

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    018b0aa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd6e10b View commit details
    Browse the repository at this point in the history
  9. nit

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    24c7d4b View commit details
    Browse the repository at this point in the history
  10. merged

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    833c04d View commit details
    Browse the repository at this point in the history
  11. reduce diff

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    70a53b3 View commit details
    Browse the repository at this point in the history
  12. reduce diff

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    26c3549 View commit details
    Browse the repository at this point in the history
  13. reduce diff

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    877242f View commit details
    Browse the repository at this point in the history
  14. reduce diff

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5110cfa View commit details
    Browse the repository at this point in the history
  15. reduce diff

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e435ed7 View commit details
    Browse the repository at this point in the history
  16. reduce diff

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3750b1c View commit details
    Browse the repository at this point in the history
  17. reduce diff

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    687398e View commit details
    Browse the repository at this point in the history
  18. reduce diff

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5a08505 View commit details
    Browse the repository at this point in the history
  19. reduce diff

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    05d24ca View commit details
    Browse the repository at this point in the history
  20. reduce diff

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    37bede4 View commit details
    Browse the repository at this point in the history
  21. reduce diff

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3098c0b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    240f1e8 View commit details
    Browse the repository at this point in the history
  23. merged

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e0ab968 View commit details
    Browse the repository at this point in the history
  24. nit

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    efa35a4 View commit details
    Browse the repository at this point in the history
  25. nit

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    031b989 View commit details
    Browse the repository at this point in the history
  26. Add tx builder test

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a3f6186 View commit details
    Browse the repository at this point in the history
  27. add comments

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f767800 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0901618 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    aedd8da View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e64ca23 View commit details
    Browse the repository at this point in the history
  31. add TODO

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4c86649 View commit details
    Browse the repository at this point in the history
  32. reduce diff

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    987c4e2 View commit details
    Browse the repository at this point in the history
  33. merged

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e10a311 View commit details
    Browse the repository at this point in the history
  34. Merge branch 'standardize-p-chain-visitor-order' into implement-acp-7…

    …7-register-subnet-validator-tx
    StephenButtolph authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f55e2c0 View commit details
    Browse the repository at this point in the history
  35. remove dead code

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    98ffb01 View commit details
    Browse the repository at this point in the history
  36. Cleanup code

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6b23e82 View commit details
    Browse the repository at this point in the history
  37. nit

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c8f5157 View commit details
    Browse the repository at this point in the history
  38. merged

    StephenButtolph committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a741fe9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Add execution tests

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    af6171a View commit details
    Browse the repository at this point in the history
  2. nit

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e3f6ab3 View commit details
    Browse the repository at this point in the history
  3. nit

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    fc9440c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f41cff6 View commit details
    Browse the repository at this point in the history
  5. merged

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e2b971e View commit details
    Browse the repository at this point in the history
  6. nit

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    38f63f9 View commit details
    Browse the repository at this point in the history
  7. nit

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    aa4e859 View commit details
    Browse the repository at this point in the history
  8. nit

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a35c877 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'implement-acp-77-register-subnet-validator-tx' into imp…

    …lement-acp-77--set-subnet-validator-weight-tx
    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    93ffbcd View commit details
    Browse the repository at this point in the history
  10. oops

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    28b478b View commit details
    Browse the repository at this point in the history
  11. Merge branch 'implement-acp-77-register-subnet-validator-tx' into imp…

    …lement-acp-77--set-subnet-validator-weight-tx
    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    db37d00 View commit details
    Browse the repository at this point in the history
  12. nit

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3b1d5ca View commit details
    Browse the repository at this point in the history
  13. nit

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9571693 View commit details
    Browse the repository at this point in the history
  14. Address PR comments

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    30ac509 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'implement-acp-77-register-subnet-validator-tx' into imp…

    …lement-acp-77--set-subnet-validator-weight-tx
    StephenButtolph authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9769f21 View commit details
    Browse the repository at this point in the history
  16. Address PR comments

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f16cc58 View commit details
    Browse the repository at this point in the history
  17. comment nits

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2947902 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6357f5a View commit details
    Browse the repository at this point in the history
  19. nit

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    eaa7ea3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e2451ab View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6d04b1f View commit details
    Browse the repository at this point in the history
  22. execution test nits

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b71faf7 View commit details
    Browse the repository at this point in the history
  23. Merge branch 'implement-acp-77-register-subnet-validator-tx' into imp…

    …lement-acp-77--set-subnet-validator-weight-tx
    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    949da1d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fde96e7 View commit details
    Browse the repository at this point in the history
  25. nit

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c975b67 View commit details
    Browse the repository at this point in the history
  26. Add overflow case

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ddd97e3 View commit details
    Browse the repository at this point in the history
  27. merged

    StephenButtolph committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6dc9f6d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

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

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    e055312 View commit details
    Browse the repository at this point in the history
  2. merge

    StephenButtolph committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5797442 View commit details
    Browse the repository at this point in the history
  3. nit renames

    StephenButtolph committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    024b042 View commit details
    Browse the repository at this point in the history
  4. nit

    StephenButtolph committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    33c2ac8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa5f2cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    860fc32 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'refactor-subnet-auth-verification' into implement-acp-7…

    …7--set-subnet-validator-weight-tx
    StephenButtolph committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    02fa55a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. merged

    StephenButtolph committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4b36d76 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refactor-subnet-auth-verification' into implement-acp-7…

    …7--set-subnet-validator-weight-tx
    StephenButtolph authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ee3f305 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48a5ac7 View commit details
    Browse the repository at this point in the history