diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-06-21 17:54:54 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-06-21 17:55:00 +0200 |
commit | 398dd678338971d2189934713c83c184742f293f (patch) | |
tree | 84f5d8dedd6f643ce799bb7f67da93854bdd2345 /doc/release-notes-20833.md | |
parent | 74013641e035a2f1b12383e63938a5e848506df3 (diff) | |
parent | fa09fd1a0986aba918c5740f4c041ff2c7a7bae7 (diff) |
Merge bitcoin/bitcoin#22296: doc: Final merge of release notes snippets, mv to wiki
fa09fd1a0986aba918c5740f4c041ff2c7a7bae7 doc: Final merge of release notes snippets (MarcoFalke)
Pull request description:
None of the remaining pulls tagged for 22.0 have snippets, so merge them and move them to the wiki.
Trivial to review with `--color-moved=dimmed-zebra`.
ACKs for top commit:
laanwj:
ACK fa09fd1a0986aba918c5740f4c041ff2c7a7bae7
jonatack:
ACK fa09fd1a0986aba918c5740f4c041ff2c7a7bae7
Tree-SHA512: d5d272a9fc2217a87988efa189000cae5330da22f0459dd5e4340a18aba3d67d8fe8661016cb777e2e15f5d137c1c2b3de7d576c942eaf4201dabdc4e9c783f4
Diffstat (limited to 'doc/release-notes-20833.md')
-rw-r--r-- | doc/release-notes-20833.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/release-notes-20833.md b/doc/release-notes-20833.md deleted file mode 100644 index 9a02bbd275..0000000000 --- a/doc/release-notes-20833.md +++ /dev/null @@ -1,12 +0,0 @@ -Updated RPCs ------------- - -- The `testmempoolaccept` RPC now accepts multiple transactions (still experimental at the moment, - API may be unstable). This is intended for testing transaction packages with dependency - relationships; it is not recommended for batch-validating independent transactions. In addition to - mempool policy, package policies apply: the list cannot contain more than 25 transactions or have a - total size exceeding 101K virtual bytes, and cannot conflict with (spend the same inputs as) each other or - the mempool, even if it would be a valid BIP125 replace-by-fee. There are some known limitations to - the accuracy of the test accept: it's possible for `testmempoolaccept` to return "allowed"=True for a - group of transactions, but "too-long-mempool-chain" if they are actually submitted. (#20833) - |