0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-05 10:17:30 -05:00
bitcoin-bitcoin-core/src/policy
Pieter Wuille e9a021d7e6 Make Taproot spends standard + policy limits
This adds a `TxoutType::WITNESS_V1_TAPROOT` for P2TR outputs, and permits spending
them in standardness rules. No corresponding `CTxDestination` is added for it,
as that isn't needed until we want wallet integration. The taproot validation flags
are also enabled for mempool transactions, and standardness rules are added
(stack item size limit, no annexes).
2020-10-12 17:18:47 -07:00
..
feerate.cpp policy: optional FeeEstimateMode param to CFeeRate::ToString 2020-06-24 16:01:38 +09:00
feerate.h policy: optional FeeEstimateMode param to CFeeRate::ToString 2020-06-24 16:01:38 +09:00
fees.cpp policy/fees: remove a floating-point division by zero 2020-09-14 16:23:23 +02:00
fees.h policy/fees: correct decay explanation comments 2020-09-14 15:11:25 +02:00
policy.cpp Make Taproot spends standard + policy limits 2020-10-12 17:18:47 -07:00
policy.h Make Taproot spends standard + policy limits 2020-10-12 17:18:47 -07:00
rbf.cpp refactor: Add IsRBFOptInEmptyMempool 2020-09-05 11:44:25 +02:00
rbf.h doc: Add doxygen comment to IsRBFOptIn 2020-09-05 11:45:16 +02:00
settings.cpp scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
settings.h scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00