-
Notifications
You must be signed in to change notification settings - Fork 41
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
move IP generators into an abstract base class #215
move IP generators into an abstract base class #215
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey @TChukwuleta ! Welcome to warnet 😄 Now that we are closer to having the kubernetes backend finished, I think we are going to move away from setting the IP addresses manually all together, and instead just apply a patch to bitcoin core that ignores the The patched docker image is being worked on here: #206 I think we can keep this PR open for now until we have the patched docker images full ironed out, in case we need to back to generating the addresses. |
Thanks Josie. would there be anything to do to assist on getting out the patched docker image? else, I'd look for another issue to hop on |
Tend to agree as I don't think we'd even have the ability to set IP addresses on a managed k8s cluster. Also, with the isroutable patch for docker, I don't think we need to manually specify addresses, just need to pick the appropriate subnet. I'd say we close this for now and then can reopen if we do end up needing the IP addresses. |
Thanks for PR @TChukwuleta but I have to agree that it shouldn't be needed now. |
A proposed fix for #189
Created an abstract base class for the IP generator and let every other class that needs the fake IP generator including the Tank as well as LNNode inherit it.
@josibake Kindly review. Thanks