Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use AddPermissionlessValidatorTx #90

Merged
merged 4 commits into from
Feb 13, 2024

Conversation

Nuttymoon
Copy link
Contributor

Linked issues

Changes

  • SDK
    • Use add_permissionless_validator instead of add_validator (deprecated in Durango)
  • CLI
    • Add the signer and signer-format parameters to the avalanche validator add subcommand

Breaking changes

  • signer is required when adding a node as validator to the Primary Network

@Nuttymoon Nuttymoon force-pushed the 87-addpermissionlessvalidator branch from 7f3d1ac to ee94a52 Compare February 13, 2024 14:06
@Nuttymoon Nuttymoon force-pushed the 87-addpermissionlessvalidator branch from ee94a52 to 73b9083 Compare February 13, 2024 14:11
@Nuttymoon
Copy link
Contributor Author

Tested on Fuji with one of our validators (add a validator to the Primary Network with a signer):

cargo run -- avax validator list --subnet-id 11111111111111111111111111111111LpoYY -n fuji --json | jq '.[] | select(.nodeID == "NodeID-6Pq5DKB1kzJjvnc8KPNSDYfMCsUGJxCyZ")'

@Nuttymoon Nuttymoon merged commit da808cb into main Feb 13, 2024
1 check passed
@Nuttymoon Nuttymoon deleted the 87-addpermissionlessvalidator branch February 13, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use AddPermissionlessValidatorTx instead of AddValidatorTx
2 participants