index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
mempool_options.h
Age
Commit message (
Expand
)
Author
2023-11-22
tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...
ismaelsadeeq
2023-11-09
mempool: persist with XOR
MarcoFalke
2023-08-28
config: default acceptnonstdtxn=0 on all chains
Anthony Towns
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-01-30
doc: Fix comment syntax error
willcl-ark
2023-01-20
mempool: Don't share mempool with dbcache in blocksonly
willcl-ark
2022-08-02
Remove ::g_max_datacarrier_bytes global
MacroFake
2022-08-02
Remove ::fIsBareMultisigStd global
MacroFake
2022-08-02
Remove ::dustRelayFee
MacroFake
2022-08-02
Remove ::incrementalRelayFee and ::minRelayTxFee globals
MacroFake
2022-08-02
Remove ::fRequireStandard global
MacroFake
2022-07-06
Introduce `mempoolfullrbf` node setting.
Antoine Riard
2022-06-28
mempool: Introduce (still-unused) MemPoolLimits
Carl Dong
2022-06-28
scripted-diff: Rename DEFAULT_MEMPOOL_EXPIRY to indicate time unit
Carl Dong
2022-06-28
mempool: Pass in -mempoolexpiry instead of referencing gArgs
Carl Dong
2022-06-28
mempool: Pass in -maxmempool instead of referencing gArgs
Carl Dong
2022-06-28
pool: Add and use MemPoolOptions, ApplyArgsManOptions
Carl Dong