-
Notifications
You must be signed in to change notification settings - Fork 40
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
| /// The services offered. | ||
| pub services: u64, | ||
| /// The address of the node. | ||
| 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
tcharding
left a comment
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.
tcharding
left a comment
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 |
tcharding
left a comment
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
93ed34fc0dbc437685ec797f1437112d49589f21 Run the formatter (Jamil Lambert, PhD)
0132f7a7617009ad2cc61a1ac7007eb6ab6adbee Redefine getnodeaddresses in v27 (Jamil Lambert, PhD)
Pull request description:
Go through all the TODO in the v26 types table.
- Redefine `getnodeaddresses`: There were return field changes in v27. Redefine the struct and update the reexports. Update the types tables.
- Run the formatter: Done separately to make it easier to see the changes in patch 1.
DRAFT because on top of #321. This PR is the last 2 patches.
ACKs for top commit:
jrakibi:
ACK 93ed34fc0dbc437685ec797f1437112d49589f21
tcharding:
ACK 93ed34fc0dbc437685ec797f1437112d49589f21
Tree-SHA512: 8cd4ca5ae831bb0ff65a00194149b31cf543fbbc23acd29801462bb16b7200a020df51522e0aa787b1da927e3b6e1e33743c4b904b994a64b0ad802ade2a7882
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.