-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix(node): Fix output of iota validator make-validator-info #4753
base: core-protocol/procotol-version-4
Are you sure you want to change the base?
fix(node): Fix output of iota validator make-validator-info #4753
Conversation
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
d6c17fb
to
41c66fc
Compare
41c66fc
to
703e53b
Compare
This pull request has been deployed to Vercel. Latest commit: 703e53b ✅ Preview: https://rebased-explorer-eez0d32cv-iota1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 703e53b ✅ Preview: https://wallet-dashboard-gryd57cy2-iota1.vercel.app |
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
This pull request has been deployed to Vercel. Latest commit: 7c4f2ec ✅ Preview: https://rebased-explorer-ganwnd3pk-iota1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 7c4f2ec ✅ Preview: https://wallet-dashboard-6jyre2g9t-iota1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 42c2b3d ✅ Preview: https://rebased-explorer-bybboyy6e-iota1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 42c2b3d ✅ Preview: https://wallet-dashboard-p94fefeey-iota1.vercel.app |
✅ Vercel Preview Deployment is ready! |
Description of change
Changing
primary_address
to use tcp instead of udp and adding ip4/ip6/dns support for the output filevalidator.info
ofiota validator make-validator-info
cmd. More info also here: #4437Links to any relevant issues
Fixes: #4437 Fix output of iota validator make-validator-info
Type of change
How the change has been tested
Check
validator.info
after each time running the cmds below, make sureprimary_address
uses tcp instead of udp and all addresses use this multiaddr format ip4/ip6/dns correctly depending on the address input of the cmd.Change checklist
Tick the boxes that are relevant to your changes, and delete any items that are not.