bitcoin/src/kernel
Antoine Riard 3e27e31727 Introduce mempoolfullrbf node setting.
This new node policy setting enables to accept replaced-by-fee
transaction without inspection of the replaceability signaling
as described in BIP125 "explicit signaling".

If turns on, the node mempool accepts transaction replacement
as described in `policy/mempool-replacements.md`.

The default setting value is `false`, implying opt-in RBF
is enforced.
2022-07-06 20:57:29 -04:00
..
bitcoinkernel.cpp b-cs: Define G_TRANSLATION_FUN in bitcoinkernel.cpp 2022-04-26 16:30:53 -04:00
chainstatemanager_opts.h Add ChainstateManager::m_adjusted_time_callback 2022-05-20 11:57:51 -04:00
checks.cpp kernel: SanityChecks: Return an error struct 2022-06-02 12:22:46 -04:00
checks.h kernel: SanityChecks: Return an error struct 2022-06-02 12:22:46 -04:00
coinstats.cpp scripted-diff: Move src/kernel/coinstats to kernel:: 2022-05-23 14:53:35 -04:00
coinstats.h scripted-diff: Move src/kernel/coinstats to kernel:: 2022-05-23 14:53:35 -04:00
context.cpp init: Initialize globals with kernel::Context's life 2022-06-02 11:40:03 -04:00
context.h doc: fix typo in kernel/context.h 2022-06-08 10:03:43 -03:00
mempool_limits.h mempool: Use m_limit for UpdateTransactionsFromBlock 2022-06-28 15:49:15 -04:00
mempool_options.h Introduce mempoolfullrbf node setting. 2022-07-06 20:57:29 -04:00