-
Notifications
You must be signed in to change notification settings - Fork 42
add hidden RPC getorphantxs
#435
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
base: master
Are you sure you want to change the base?
add hidden RPC getorphantxs
#435
Conversation
jamillambert
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.
Most of it looks good. A few specific comments below.
12204f8 to
ca15500
Compare
|
Addresses review. Thanks! |
|
Almost, for the client macros I meant that the list of macros in the hidden section for both v29 and v30 should be in alphabetical order like the other sections. |
ca15500 to
04006e5
Compare
|
I see. Ignoring the |
jamillambert
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 04006e5
The merge-base changed after approval.
Implement the RPC in v22 hidden module, add the client macro, model and test. Redefine the client macro in v27 where there is an added required argument. Add all the reexports up to v30.
04006e5 to
a501481
Compare
|
No changes, just rebased. Will rebase again after #433. |
This implements the hidden
getorphantxsRPC in the last commit. Depends on #432 and #433. Part of #333.Since the
expiryandentryfields were dropped for v30 (this is an experimental RPC after all), there is ainto.rsimplementation for both v29 and v30.