You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge bitcoin/bitcoin#29292: rpc: improve submitpackage documentation and other improvements
78e52f6 doc: rpc: fix submitpackage examples (stickies-v)
1a875d4 rpc: update min package size error message in submitpackage (stickies-v)
f9ece25 doc: rpc: submitpackage takes sorted array (stickies-v)
17f7451 test: add bounds checking for submitpackage RPC (stickies-v)
Pull request description:
`submitpackage` requires the package to be topologically sorted with the child being the last element in the array, but this is not documented in the RPC method or the error messages.
Also sneaking in some other minor improvements that I found while going through the code:
- Informing the user that `package` needs to be an array of length between `1` and `MAX_PACKAGE_COUNT` is confusing when `IsChildWithPackage()` requires that the package size >= 2. Remove this check to avoid code duplication and sending a confusing error message.
- fixups to the `submitpackage` examples
ACKs for top commit:
fjahr:
re-ACK 78e52f6
instagibbs:
ACK bitcoin/bitcoin@78e52f6
achow101:
ACK 78e52f6
glozow:
utACK 78e52f6
Tree-SHA512: a8845621bb1cbf784167fc7c82cb8ceb105868b65b26d3465f072d1c04ef3699e85a21a524ade805d423bcecbc34f7d5bff12f2c21cbd902ae1fb154193ebdc9
0 commit comments