Skip to content

Commit

Permalink
give cluster mempool rationale
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Jan 5, 2024
1 parent 7d79c56 commit f7d7b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bip-ephemeralanchors.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ desired:
* It does not solve many-party contract pinning, such as a three-party payment channel
* It does not solve batched payments pinning if the service is unable to double-spend its own inputs. For example, an exchange may require strict separation between client funds and fee funds for security reasons.
* In two-party smart contracts, all but two outputs must be relative-timelocked, which interferes with tooling such as [https://bitcoin.sipa.be/miniscript/ Miniscript] and smart contract composition such as making an output that is directly deposited into another smart contract or any wallet with standard address types.
* Perhaps most importantly, it is incompatible with future improvements to the mempool, particularly [Cluster Mempools](https://github.com/bitcoin/bitcoin/issues/27677).
This proposal gives a standard way to create a 0-fee "parent" transaction
which can be fee-bumped by any wallet by introducing a special 0-value anchor output
Expand Down

0 comments on commit f7d7b8d

Please sign in to comment.