Skip to content

Conversation

@0xB10C
Copy link
Contributor

@0xB10C 0xB10C commented Dec 22, 2025

getorphantxs ( verbosity )
Shows transactions in the tx orphanage.

This implements the hidden getorphantxs RPC in the last commit. Depends on #432 and #433. Part of #333.

Since the expiry and entry fields were dropped for v30 (this is an experimental RPC after all), there is a into.rs implementation for both v29 and v30.

jamillambert and others added 5 commits December 17, 2025 20:42
Implement the RPC in v17 hidden module, add the client macro and test.
Add all the reexports for later versions, there are no changes up to
v30.
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.
Comment on lines +81 to +83
crate::impl_client_v29__get_orphan_txs_verbosity_2!();
crate::impl_client_v29__get_orphan_txs_verbosity_1!();
crate::impl_client_v29__get_orphan_txs!();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My assumption is that using the v29 macros here in v30 is correct. However, I'm not 100% sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants