aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2018-03-27 17:23:54 -0400
committerMatt Corallo <git@bluematt.me>2018-04-13 15:18:26 -0400
commit9e50c337c7126e05dad2f2f5a53ef882ab0b0330 (patch)
tree87b6ec2f4b6c58ebf0a576a11943adb3339107da /doc/release-notes.md
parentd0d9112b79f8c08971dd140143306ca497c47de7 (diff)
downloadbitcoin-9e50c337c7126e05dad2f2f5a53ef882ab0b0330.tar.xz
Note new weight field in release-notes.
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 9e9c891de9..d4c5b03449 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -65,6 +65,11 @@ RPC changes
- The `fundrawtransaction` RPC will reject the previously deprecated `reserveChangeKey` option.
- `sendmany` now shuffles outputs to improve privacy, so any previously expected behavior with regards to output ordering can no longer be relied upon.
- The new RPC `testmempoolaccept` can be used to test acceptance of a transaction to the mempool without adding it.
+- JSON transaction decomposition now includes a `weight` field which provides
+ the transaction's exact weight. This is included in REST /rest/tx/ and
+ /rest/block/ endpoints when in json mode. This is also included in `getblock`
+ (with verbosity=2), `listsinceblock`, `listtransactions`, and
+ `getrawtransaction` RPC commands.
External wallet files
---------------------