-
Notifications
You must be signed in to change notification settings - Fork 39
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
Added ipv6 support to masternodes #90
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some non-blocking nits and requests on a quick review.
I'll have this tested shortly so I can tACK
. 💪
e8e4efd
to
bd0aba1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK 8bf3531
Great job, works good
The new ipaddress function ++ LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK 8bf3531 nice PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK - Clean implementation!
Abstract
Add ipv6 support to masternodes.
The PR uses the convention to put square brackets around the IP and then add a colon and then the port.
For example [::1]:80 means address ::1, port 80. If the user doesn't provide a port, like with ipv4, the default port will be used
What does this PR address?
Masternodes were previously only available for ipv4 addresses
What features or improvements were added?
Masternodes can now be used with ipv6 addresses
How does this benefit users?
They can use ipv6 addresses to host their masternodes, which are usually cheaper