aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-03-26 12:56:08 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-03-26 12:56:14 -0400
commite14cd04abbb56ed1bc65aa817132f5d6de6a37cf (patch)
tree262ceb222ac0ad8c03c2ce85f68d3b77d540969f /doc
parent8a8b03ecd2218dcdbcbf3127f2fa94f0f0da4698 (diff)
parente16b6a71880052a6f7a368d8357901b0460abaef (diff)
downloadbitcoin-e14cd04abbb56ed1bc65aa817132f5d6de6a37cf.tar.xz
Merge #15637: rpc: Rename size to vsize in mempool related calls
e16b6a7188 rpc: Rename size to vsize in mempool related calls (Miguel Herranz) Pull request description: #13008 rebased on `master`, with release notes split out. > In getmempoolancestors, getmempooldescendants, getmempoolentry and getrawmempool RPCs size returns the virtual transaction size as defined in BIP 141. Renaming it to vsize makes it consistent with returned value and other calls such as getrawtransaction. > > Related to #11218. ACKs for commit e16b6a: MarcoFalke: re-utACK e16b6a71880052a6f7a368d8357901b0460abaef jnewbery: utACK e16b6a71880052a6f7a368d8357901b0460abaef Tree-SHA512: ce95260fe7f280eacf4ff70bfffe02315c3a521b3b462a34e72a05b90733f40cc473319ac2df05d3e3c12cb7b1fbf2a1bbea632a8f979fff94207854cdbd494d
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-15637.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes-15637.md b/doc/release-notes-15637.md
new file mode 100644
index 0000000000..048d5e7218
--- /dev/null
+++ b/doc/release-notes-15637.md
@@ -0,0 +1,3 @@
+RPC changes
+-----------
+In getmempoolancestors, getmempooldescendants, getmempoolentry and getrawmempool RPCs, to be consistent with the returned value and other RPCs such as getrawtransaction, vsize has been added and size is now deprecated. size will only be returned if bitcoind is started with `-deprecatedrpc=size`. \ No newline at end of file