-
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
feat/python: Update NodeInfo #1276
feat/python: Update NodeInfo #1276
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.
Probably should add a test that does the same thing as the test in protocol.rs
I dont think thats beneficial, seems to just make a random protocol with random fields in rust. |
It's to verify the structure against the TIP data... |
Yea i understand, but as we pass rust ProtocolParams, we get that for free right? |
…-sdk into python/info-response
No, this is an independent structure. We have no tests to validate it's structure. |
I agree |
Made an issue #1338 |
Description of change
Updates NodeInfo and subtypes
Links to any relevant issues
fixes #1017
fixes #1135