-
Notifications
You must be signed in to change notification settings - Fork 22
Implement submitpackage
back to v24?
#63
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
Comments
I think this is also wrong (?): according to Core's release notes, it has been 'officially added' with v26, since when it's usable on |
Oh boy, so we cannot use Thanks man! |
If doing this starts to feel like too much of a maintenance burden, please just fall back to the It is really really not our job to reverse-engineer Core's RPC protocol from natural text and tea leaves. And also -- I think that after 22(?) or so we shouldn't have to worry about this, because they did an overhaul of their RPC logic such that there are now functional tests between their help text and what their commands actually accept. |
Closed by #117, moved back to v26. Note the integration test is different for v26 to the one for v27 and v28 |
In #14 we added support for
submitpackage
for v28 and I claimed incorrectly that the method was new to v28.Turns out it exists in the
bitcoin-cli help
output inv27
also and more confusingly runningbitcoin-cli- help submitpackage
against nodes as far back as v24 returns docs. Does this mean it exists and is functional but is undocumented or something else?To close this issue the
SubmitPackage
type and accompanying code should be move out oftypes/src/v28/raw_transaction.rs
and into the directory for the first version it is supported by Core.The text was updated successfully, but these errors were encountered: