mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 10:42:13 +02:00
Merge #16647: rpc: add weight to getmempoolentry output
17d178fb94doc: add release-notes for getmempoolentry weight field addition (fanquake)9c9cc2bd20qa: Add RPC tests for weight in mempool entry (Daniel Edgecumbe)54aaa7883cRPC: add weight to mempool entry output (Daniel Edgecumbe) Pull request description: Rebase of #14649 (which itself was a rebase of #11256). Squash the two test related commits, and swapped out `size` usage for `vsize`. Added a commit with release notes. ACKs for top commit: emilengler: Concept ACK17d178finstagibbs: utACK17d178fb94meshcollider: utACK17d178fb94Tree-SHA512: 1d354c9837e0ad0afa40325de9329b9e62688d5eab4d9e1cf9b46d8ae29d08f42d903ab37a41751c2ea8f9034231b21095881b1f5d911cb542b8b06bc85dc7cd
This commit is contained in:
3
doc/release-notes-16647.md
Normal file
3
doc/release-notes-16647.md
Normal file
@@ -0,0 +1,3 @@
|
||||
RPC changes
|
||||
-----------
|
||||
`getmempoolentry` now provides a `weight` field containing the transaction weight as defined in BIP 141.
|
||||
Reference in New Issue
Block a user