-
Notifications
You must be signed in to change notification settings - Fork 35
Address all TODO in v27 #318
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
Conversation
types/src/model/network.rs
Outdated
@@ -96,4 +96,6 @@ pub struct NodeAddress { | |||
pub address: Address<NetworkUnchecked>, |
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.
Ha, we botched this when added in #191. I wrote some comments on that issue.
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.
Fixed in #321
108e2a1
to
cf4694c
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.
ACK cf4694c
The merge-base changed after approval.
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.
ACK cf4694c
Trivial rebase, no conflicts. |
The merge-base changed after approval.
The return fields changed in v27. Redefine the type in v27, update reexports.
Reordering of reexports only.
cf4694c
to
93ed34f
Compare
Rebased, no changes |
ACK 93ed34f |
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.
ACK 93ed34f
Go through all the TODO in the v26 types table.
getnodeaddresses
: There were return field changes in v27. Redefine the struct and update the reexports. Update the types tables.DRAFT because on top of #321. This PR is the last 2 patches.