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

WIP: Validator Manager contracts #571

Draft
wants to merge 657 commits into
base: main
Choose a base branch
from
Draft

WIP: Validator Manager contracts #571

wants to merge 657 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 18, 2024

  1. Add comments

    geoff-vball committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2109a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eb93c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69242fd View commit details
    Browse the repository at this point in the history
  4. Update contracts/staking/PoSValidatorManager.sol

    Co-authored-by: cam-schultz <[email protected]>
    Signed-off-by: Geoff Stuart <[email protected]>
    geoff-vball and cam-schultz authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8d2969a View commit details
    Browse the repository at this point in the history
  5. Update contracts/staking/PoSValidatorManager.sol

    Co-authored-by: cam-schultz <[email protected]>
    Signed-off-by: Geoff Stuart <[email protected]>
    geoff-vball and cam-schultz authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b465fba View commit details
    Browse the repository at this point in the history
  6. Update contracts/staking/PoSValidatorManager.sol

    Co-authored-by: cam-schultz <[email protected]>
    Signed-off-by: Geoff Stuart <[email protected]>
    geoff-vball and cam-schultz authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c215b3c View commit details
    Browse the repository at this point in the history
  7. fix comment

    geoff-vball committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d9ae361 View commit details
    Browse the repository at this point in the history
  8. Update contracts/staking/ValidatorMessages.sol

    Signed-off-by: cam-schultz <[email protected]>
    cam-schultz authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fbeb9c5 View commit details
    Browse the repository at this point in the history
  9. fix comment

    geoff-vball committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fb872a7 View commit details
    Browse the repository at this point in the history
  10. Update contracts/staking/interfaces/IValidatorManager.sol

    Signed-off-by: cam-schultz <[email protected]>
    cam-schultz authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b943edc View commit details
    Browse the repository at this point in the history
  11. review fixes

    geoff-vball committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8e25aa2 View commit details
    Browse the repository at this point in the history
  12. review fixes

    geoff-vball committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9bbfde2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7d96776 View commit details
    Browse the repository at this point in the history
  14. lint

    geoff-vball committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    be8d434 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bda2341 View commit details
    Browse the repository at this point in the history
  16. lint

    geoff-vball committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ebe122e View commit details
    Browse the repository at this point in the history
  17. minor feedback

    cam-schultz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    32d2b9e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    260b8a1 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'initial-validators-ending' of github.com:ava-labs/telep…

    …orter into initial-validators-ending
    cam-schultz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    75b4b38 View commit details
    Browse the repository at this point in the history
  20. build fix

    cam-schultz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    90e33ad View commit details
    Browse the repository at this point in the history
  21. fix packing

    cam-schultz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6623df0 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #547 from ava-labs/initial-validators-ending

    Initial validator sets
    cam-schultz authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0896ba3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ff7163e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8a791c1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    56fae8b View commit details
    Browse the repository at this point in the history
  26. remove staking abi-bindings

    iansuvak committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fcaf32c View commit details
    Browse the repository at this point in the history
  27. update imports

    iansuvak committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    44807c9 View commit details
    Browse the repository at this point in the history
  28. Review fixes

    geoff-vball committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    13e210b View commit details
    Browse the repository at this point in the history
  29. Review fixes

    geoff-vball committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    061c125 View commit details
    Browse the repository at this point in the history
  30. rename more files

    iansuvak committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3716819 View commit details
    Browse the repository at this point in the history
  31. Fix unit tests

    geoff-vball committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    19e28b3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d5e5e26 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    25e8de5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    622e6a8 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a7998b8 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c9b1556 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    bc7ddc7 View commit details
    Browse the repository at this point in the history
  38. lint

    iansuvak committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9e80079 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    491ae79 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. store latest uptime

    cam-schultz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4733df1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00504cb View commit details
    Browse the repository at this point in the history
  3. uptime unit tests

    cam-schultz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e17bb7f View commit details
    Browse the repository at this point in the history
  4. lint

    cam-schultz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5a288d5 View commit details
    Browse the repository at this point in the history
  5. update abi bindings

    cam-schultz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4087297 View commit details
    Browse the repository at this point in the history
  6. fix e2e

    cam-schultz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2eda1da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25aade4 View commit details
    Browse the repository at this point in the history
  8. Review fixes

    geoff-vball committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    015d92e View commit details
    Browse the repository at this point in the history
  9. e2e build fix

    cam-schultz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6e46195 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    daad525 View commit details
    Browse the repository at this point in the history
  11. Small fix

    geoff-vball committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3286116 View commit details
    Browse the repository at this point in the history
  12. Small fix

    geoff-vball committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6b1e9c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    db44dab View commit details
    Browse the repository at this point in the history
  14. manual packing:

    iansuvak committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    49636c1 View commit details
    Browse the repository at this point in the history
  15. rename more references

    iansuvak committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b4ea1b3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    71230b9 View commit details
    Browse the repository at this point in the history
  17. inline memory vars

    cam-schultz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8f25e07 View commit details
    Browse the repository at this point in the history
  18. add test

    geoff-vball committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    099bf13 View commit details
    Browse the repository at this point in the history
  19. use constant for pchain blockchain id

    Matthew Lam committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2b9ff69 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #534 from ava-labs/staking-rewards

    Staking rewards
    geoff-vball authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c1de7d3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    22bd94a View commit details
    Browse the repository at this point in the history
  22. bindings

    Matthew Lam committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b8d58ee View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f01daad View commit details
    Browse the repository at this point in the history
  24. Merge pull request #563 from ava-labs/staking-rename

    Staking rename
    iansuvak authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4b2e326 View commit details
    Browse the repository at this point in the history
  25. fix uptime get blockchain ID

    Matthew Lam committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6c4b0f7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0c7b3eb View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f03a6c8 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #562 from ava-labs/p-chain-id

    Setting P-Chain blockchain id constant
    minghinmatthewlam authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ef2425c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fd20c84 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    bc4de86 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    627f47b View commit details
    Browse the repository at this point in the history
  32. Small fixes

    geoff-vball committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1aa83fe View commit details
    Browse the repository at this point in the history
  33. Fix e2e

    geoff-vball committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    59a98b1 View commit details
    Browse the repository at this point in the history
  34. Fix unit tests

    geoff-vball committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ed15d98 View commit details
    Browse the repository at this point in the history
  35. review feedback

    iansuvak committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5048225 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    9683e9c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #564 from ava-labs/iv-packing

    Manually pack initialValidators for subnetConversion ID hash-preimage
    iansuvak authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4149155 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2e817a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6e1629 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8ee395 View commit details
    Browse the repository at this point in the history
  6. pos manager custom errors

    cam-schultz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bafc103 View commit details
    Browse the repository at this point in the history
  7. update abi

    cam-schultz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e7ac131 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    329d1e7 View commit details
    Browse the repository at this point in the history
  9. Update contracts/validator-manager/PoSValidatorManager.sol

    Co-authored-by: Ian Suvak <[email protected]>
    Signed-off-by: cam-schultz <[email protected]>
    cam-schultz and iansuvak authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    059aee3 View commit details
    Browse the repository at this point in the history
  10. comment type

    cam-schultz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6a80d63 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    556c147 View commit details
    Browse the repository at this point in the history
  12. cleanup

    geoff-vball committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4b00073 View commit details
    Browse the repository at this point in the history
  13. Fix delegator end time

    geoff-vball committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    396bf4c View commit details
    Browse the repository at this point in the history
  14. consistent types

    cam-schultz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b61841d View commit details
    Browse the repository at this point in the history
  15. update bindings

    cam-schultz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    315ee62 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    69cf948 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1793727 View commit details
    Browse the repository at this point in the history
  18. Fixups

    geoff-vball committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    64700da View commit details
    Browse the repository at this point in the history
  19. fix comment

    geoff-vball committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d0b3724 View commit details
    Browse the repository at this point in the history
  20. Add check

    geoff-vball committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5d1be58 View commit details
    Browse the repository at this point in the history
  21. pre-increment

    michaelkaplan13 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d9b18da View commit details
    Browse the repository at this point in the history
  22. Fix abi bindings

    michaelkaplan13 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0eaeea8 View commit details
    Browse the repository at this point in the history
  23. Remove Delegator.endedAt

    geoff-vball committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d7367d6 View commit details
    Browse the repository at this point in the history
  24. format + lint

    cam-schultz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f73d2d0 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #566 from ava-labs/custom-errors

    Custom errors
    cam-schultz authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c54321c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9a17f4c View commit details
    Browse the repository at this point in the history
  27. update vdr manager readme

    cam-schultz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8c27c5a View commit details
    Browse the repository at this point in the history
  28. clarification

    cam-schultz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f3a6194 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #565 from ava-labs/gstuart/fixups

    Small fixes pre-audit
    geoff-vball authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    09e69d7 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #567 from ava-labs/update-readme

    update vdr manager readme
    cam-schultz authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    855eb00 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    6c38fdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a23bedb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be119a0 View commit details
    Browse the repository at this point in the history
  4. Remove unneeded line

    geoff-vball committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8aa030e View commit details
    Browse the repository at this point in the history
  5. address feedback

    cam-schultz committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1c5d546 View commit details
    Browse the repository at this point in the history
  6. fix e2e

    cam-schultz committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bb4d482 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a384357 View commit details
    Browse the repository at this point in the history
  8. separate helpers

    cam-schultz committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7077a9a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #572 from ava-labs/delegation-state-diagram

    delegation readme + state diagram
    cam-schultz authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4dbb52c View commit details
    Browse the repository at this point in the history
  10. lint

    cam-schultz committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2f8e980 View commit details
    Browse the repository at this point in the history
  11. Review fixes

    geoff-vball committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b5ee7f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Rewards refactor

    geoff-vball committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9dbb1fa View commit details
    Browse the repository at this point in the history
  2. Fix

    geoff-vball committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d8635f3 View commit details
    Browse the repository at this point in the history
  3. Remove event

    geoff-vball committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c25a48a View commit details
    Browse the repository at this point in the history
  4. Refactor tests

    geoff-vball committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    81edf43 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #574 from ava-labs/unit-test-cleanup

    Unit test cleanup
    geoff-vball authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0b5e0e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56fb125 View commit details
    Browse the repository at this point in the history
  7. errors with params and storage slot tests

    Matthew Lam committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    98ff484 View commit details
    Browse the repository at this point in the history
  8. separate invalid input error

    Matthew Lam committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fd7cf49 View commit details
    Browse the repository at this point in the history
  9. adding params to errors and passing unit tests

    Matthew Lam committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d5771d0 View commit details
    Browse the repository at this point in the history
  10. add comments

    cam-schultz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2b7acc6 View commit details
    Browse the repository at this point in the history
  11. Update contracts/validator-manager/PoSValidatorManager.sol

    Co-authored-by: Michael Kaplan <[email protected]>
    Signed-off-by: Geoff Stuart <[email protected]>
    geoff-vball and michaelkaplan13 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8532f14 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ff9e06e View commit details
    Browse the repository at this point in the history
  13. refactor force helpers

    cam-schultz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c1e1b95 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    698d4a4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    14003d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Fix out of gas error

    geoff-vball committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fadf58f View commit details
    Browse the repository at this point in the history
  2. Bindings

    geoff-vball committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a3ba881 View commit details
    Browse the repository at this point in the history
  3. lint

    geoff-vball committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    890ae47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7924fc View commit details
    Browse the repository at this point in the history
  5. Fix out of gas error

    geoff-vball committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d1304e9 View commit details
    Browse the repository at this point in the history
  6. Fix out of gas error

    geoff-vball committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    18b0a11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d69a789 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a61c5a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #576 from ava-labs/test-cleanup

    Test cleanup
    geoff-vball authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    32c5f81 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c82792f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3798c23 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    080824e View commit details
    Browse the repository at this point in the history
  13. Add tests

    geoff-vball committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0de3381 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Update contracts/validator-manager/README.md

    Co-authored-by: Ian Suvak <[email protected]>
    Signed-off-by: cam-schultz <[email protected]>
    cam-schultz and iansuvak authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    454157e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fda279 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f119180 View commit details
    Browse the repository at this point in the history
  4. Add comment line

    iansuvak committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6492e9d View commit details
    Browse the repository at this point in the history
  5. forceInitEndDelegation

    cam-schultz committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c4a34bc View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/validator-manager' into error-pa…

    …rams
    Matthew Lam committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e1c3a48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1420c70 View commit details
    Browse the repository at this point in the history
  8. add comment

    iansuvak committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3f15578 View commit details
    Browse the repository at this point in the history
  9. remove temp files

    cam-schultz committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    46acf6b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c44ae2b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #561 from ava-labs/require-uptime

    Permissionless uptime submission
    cam-schultz authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b64f307 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    44a40e3 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #577 from ava-labs/validator-manager-doc-improvements

    revamp validator manager docs
    cam-schultz authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3adb900 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #573 from ava-labs/delegator-refactor

    Delegator refactor
    cam-schultz authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8d95406 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    df755ce View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'origin/validator-manager' into error-pa…

    …rams
    Matthew Lam committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9a8a7c6 View commit details
    Browse the repository at this point in the history
  17. fix unit tests

    Matthew Lam committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    414f9a9 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #579 from ava-labs/error-params

    Custom error parameters
    minghinmatthewlam authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fd9663f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b9b7d04 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #578 from ava-labs/scd-packing

    revert to using abi.encodePacked for packSubnetConversionData
    iansuvak authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0d6cd3d View commit details
    Browse the repository at this point in the history
  21. remove todos

    cam-schultz committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fed2329 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    14be1a8 View commit details
    Browse the repository at this point in the history
  23. remove more todos

    cam-schultz committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6c729e7 View commit details
    Browse the repository at this point in the history
  24. add doccomments

    cam-schultz committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7e5a023 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8b01977 View commit details
    Browse the repository at this point in the history
  26. update bindings

    cam-schultz committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    debe234 View commit details
    Browse the repository at this point in the history
  27. format

    cam-schultz committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9229121 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    81754e5 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #580 from ava-labs/cleanup

    Cleanup
    cam-schultz authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    80c4230 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. cleanup message spec

    cam-schultz committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6121347 View commit details
    Browse the repository at this point in the history
  2. use correct type ids

    cam-schultz committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6e8fa6b View commit details
    Browse the repository at this point in the history
  3. code block formatting

    cam-schultz committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f1a5147 View commit details
    Browse the repository at this point in the history
  4. update to latest spec

    cam-schultz committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b412e48 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. pack lengths as uint32

    cam-schultz committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9515841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b06b23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80902f0 View commit details
    Browse the repository at this point in the history
  4. reorder fields

    cam-schultz committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b015856 View commit details
    Browse the repository at this point in the history
  5. unit tests working

    cam-schultz committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    54e0c76 View commit details
    Browse the repository at this point in the history
  6. update bindings

    cam-schultz committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e6ffd3b View commit details
    Browse the repository at this point in the history
  7. remove unused file

    cam-schultz committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    90967aa View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. use updated bindings

    cam-schultz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    907e41d View commit details
    Browse the repository at this point in the history
  2. bump avago

    cam-schultz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    506c603 View commit details
    Browse the repository at this point in the history
  3. version extracts rc tags

    cam-schultz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    29214d2 View commit details
    Browse the repository at this point in the history
  4. increase timeout to 120s

    cam-schultz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    85daef0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d618a68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f26868 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Oct 5, 2024

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

Commits on Oct 7, 2024

  1. wip

    cam-schultz committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0ca3a53 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. use tagged subnet-evm

    cam-schultz committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2207e65 View commit details
    Browse the repository at this point in the history
  2. lengthen timeout

    cam-schultz committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b553d96 View commit details
    Browse the repository at this point in the history
  3. new justification format

    cam-schultz committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f90c70d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. bump avago

    cam-schultz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f4bb683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f281179 View commit details
    Browse the repository at this point in the history
  3. resolve todos

    cam-schultz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    06a244e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6e0632 View commit details
    Browse the repository at this point in the history
  5. reduce to 67 quorum

    cam-schultz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ead93bc View commit details
    Browse the repository at this point in the history
  6. separate e2e suites

    cam-schultz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7c1e007 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72ea62d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63bad1a View commit details
    Browse the repository at this point in the history
  9. simplify local network

    cam-schultz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    406caf7 View commit details
    Browse the repository at this point in the history
  10. cleanup

    cam-schultz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2d5bbb3 View commit details
    Browse the repository at this point in the history
  11. build fix

    cam-schultz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3b62b9b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8ebfd2 View commit details
    Browse the repository at this point in the history
  13. recover subnet helper

    cam-schultz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5a76c07 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. native staking e2e

    cam-schultz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0fa2ae8 View commit details
    Browse the repository at this point in the history
  2. remove delegation flows

    cam-schultz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c3a0640 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70b85e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4710e5 View commit details
    Browse the repository at this point in the history
  5. bump awm-relayer

    cam-schultz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c9320a9 View commit details
    Browse the repository at this point in the history
  6. poa->pos migration e2e

    cam-schultz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7136669 View commit details
    Browse the repository at this point in the history
  7. remove debug logs

    cam-schultz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3ecdb46 View commit details
    Browse the repository at this point in the history
  8. add todo

    cam-schultz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2f3390a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e033da0 View commit details
    Browse the repository at this point in the history
  10. update job names

    cam-schultz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e0e108b View commit details
    Browse the repository at this point in the history
  11. remove upload artifact

    cam-schultz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f57c860 View commit details
    Browse the repository at this point in the history
  12. lint fixes

    cam-schultz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    11e8a39 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0cb408f View commit details
    Browse the repository at this point in the history
  14. resolve todos

    cam-schultz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    380fc9a View commit details
    Browse the repository at this point in the history
  15. fix typo

    cam-schultz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a3b77b0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9123f15 View commit details
    Browse the repository at this point in the history
  17. update bindings

    cam-schultz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ec11cd1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9a962ed View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f49fe5f View commit details
    Browse the repository at this point in the history
  20. lint

    cam-schultz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6ec27cc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    6f73651 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6c5e23 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Remove todo

    cam-schultz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    944591a View commit details
    Browse the repository at this point in the history
  2. remove todos

    cam-schultz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    33d624e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba5cd03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02ce9d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43c2279 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    391b03c View commit details
    Browse the repository at this point in the history
  7. validate p chain owner

    cam-schultz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cbe7a7e View commit details
    Browse the repository at this point in the history
  8. simplify component check

    cam-schultz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4bd2158 View commit details
    Browse the repository at this point in the history
  9. delete testnet test code

    cam-schultz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    52524ea View commit details
    Browse the repository at this point in the history
  10. teleporter info getters

    cam-schultz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c12941b View commit details
    Browse the repository at this point in the history
  11. lint

    cam-schultz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    75ecd7c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. remove ref to unused var

    cam-schultz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    098442e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    646e4dd View commit details
    Browse the repository at this point in the history
  3. correct arg

    cam-schultz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4cbde54 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #592 from ava-labs/e2e-refactor-separate-suites

    E2e refactor separate suites
    cam-schultz authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dac3220 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #585 from ava-labs/acp-77-updates

    Acp 77 updates
    cam-schultz authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6174cef View commit details
    Browse the repository at this point in the history
  6. Merge pull request #600 from ava-labs/e2e-refactor-cleanup

    E2e refactor cleanup
    cam-schultz authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a6eb5b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7bcb3e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c756cd View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Merge pull request #602 from ava-labs/vdrs-can-remove-dlgrs

    Validators can remove Delegators
    cam-schultz authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8af29c8 View commit details
    Browse the repository at this point in the history