mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
doc: 0.18: Remove TODO from release notes
This commit is contained in:
parent
438483983a
commit
fad9eb1014
1 changed files with 1 additions and 11 deletions
|
|
@ -216,7 +216,7 @@ New RPCs
|
||||||
- `getdescriptorinfo` accepts a descriptor and returns information about
|
- `getdescriptorinfo` accepts a descriptor and returns information about
|
||||||
it, including its computed checksum.
|
it, including its computed checksum.
|
||||||
|
|
||||||
- `joinpsbts` merges multiple distinct PSBTs into a single PSBT. The
|
- `joinpsbts` merges multiple distinct PSBTs into a single PSBT. The
|
||||||
multiple PSBTs must have different inputs. The resulting PSBT will
|
multiple PSBTs must have different inputs. The resulting PSBT will
|
||||||
contain every input and output from all of the PSBTs. Any signatures
|
contain every input and output from all of the PSBTs. Any signatures
|
||||||
provided in any of the PSBTs will be dropped.
|
provided in any of the PSBTs will be dropped.
|
||||||
|
|
@ -502,16 +502,6 @@ Network
|
||||||
the `setban` RPC, all connections from that peer will still be
|
the `setban` RPC, all connections from that peer will still be
|
||||||
rejected.
|
rejected.
|
||||||
|
|
||||||
- When fetching a transaction announced by multiple peers, previous
|
|
||||||
versions of Bitcoin Core would sequentially attempt to download the
|
|
||||||
the transaction from each announcing peer until the transaction is
|
|
||||||
received, in the order that those peers' announcements were received.
|
|
||||||
In this release, the download logic has changed to randomize the fetch
|
|
||||||
order across peers and to prefer sending download requests to outbound
|
|
||||||
peers over inbound peers.
|
|
||||||
|
|
||||||
(TODO pieter: perhaps mention orphan tx handling from #14626)
|
|
||||||
|
|
||||||
Wallet
|
Wallet
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue