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
/
policy
Age
Commit message (
Expand
)
Author
2023-08-14
MOVEONLY: Move datacarrier defaults to policy.h
Andrew Chow
2023-08-14
Move MANDATORY_SCRIPT_VERIFY_FLAGS from script/standard.h to policy/policy.h
Anthony Towns
2023-06-26
Merge bitcoin/bitcoin#27914: feerate: For GetFeePerK() return nSatoshisPerK i...
fanquake
2023-06-19
feerate: For GetFeePerK() return nSatoshisPerK instead of round trip through ...
Andrew Chow
2023-06-14
tx fees, policy: read stale fee estimates with a regtest-only option
ismaelsadeeq
2023-06-14
tx fees, policy: do not read estimates of old fee_estimates.dat
ismaelsadeeq
2023-06-14
tx fees, policy: periodically flush fee estimates to fee_estimates.dat
ismaelsadeeq
2023-06-12
Use `int32_t` type for most transaction size/weight values
Hennadii Stepanov
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-01-31
clang-tidy: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2023-01-03
Merge bitcoin/bitcoin#26289: Use util::Result in for calculating mempool ance...
Andrew Chow
2022-12-24
scripted-diff: Insert missed copyright header
Hennadii Stepanov
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-21
Merge bitcoin/bitcoin#26265: POLICY: Relax MIN_STANDARD_TX_NONWITNESS_SIZE to...
Andrew Chow
2022-12-19
Relax MIN_STANDARD_TX_NONWITNESS_SIZE to 65 non-witness bytes
Greg Sanders
2022-12-13
mempool: log/halt when CalculateMemPoolAncestors fails unexpectedly
stickies-v
2022-12-13
mempool: use util::Result for CalculateMemPoolAncestors
stickies-v
2022-11-30
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Hennadii Stepanov
2022-11-16
refactor: Move `CTxMemPoolEntry` class to its own module
Hennadii Stepanov
2022-10-13
add lock annotation for FeeFilterRounder::round()
glozow
2022-10-13
Merge bitcoin/bitcoin#24407: fees: make the class FeeFilterRounder thread-safe
Andrew Chow
2022-10-10
Merge bitcoin/bitcoin#26118: log: Use steady clock for bench logging
MacroFake
2022-10-05
refactor: mempool: use CTxMempool::Limits
stickies-v
2022-09-19
Use steady clock for bench logging
MacroFake
2022-09-02
Fee estimation: extend bucket ranges consistently
Anthony Towns
2022-08-22
fixups for BIP125 doc cleanup
glozow
2022-08-04
[doc] remove non-signaling mentions of BIP125
glozow
2022-08-03
scripted-diff: remove mention of BIP125 from non-signaling var names
glozow
2022-08-02
Remove ::g_max_datacarrier_bytes global
MacroFake
2022-08-02
Pass datacarrier setting into IsStandard
MacroFake
2022-08-02
Combine datacarrier globals into one
MacroFake
2022-08-02
Remove ::GetVirtualTransactionSize() alias
MacroFake
2022-08-02
Remove ::fIsBareMultisigStd global
MacroFake
2022-08-02
Remove ::dustRelayFee
MacroFake
2022-08-02
Remove ::IsStandardTx(tx, reason) alias
MacroFake
2022-08-02
Remove ::incrementalRelayFee and ::minRelayTxFee globals
MacroFake
2022-06-29
Use AutoFile where possible
MacroFake
2022-06-29
Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...
MacroFake
2022-06-28
fees: Pass in a filepath instead of referencing gArgs
Carl Dong
2022-06-28
scripted-diff: Rename anc/desc size limit vars to indicate SI unit
Carl Dong
2022-06-28
mempool: Pass in -maxmempool instead of referencing gArgs
Carl Dong
2022-06-22
scripted-diff: Rename DEFAULT_MAX_MEMPOOL_SIZE to indicate SI unit
Carl Dong
2022-06-22
Remove LOCKTIME_MEDIAN_TIME_PAST constant
MarcoFalke
2022-06-20
refactor: move DEFAULT_*_LIMIT assertions from validation to policy
fanquake
2022-06-20
refactor: move EXTRA_DESCENDANT_TX_SIZE_LIMIT to policy/policy.h
fanquake
2022-06-20
refactor: use braced initialization in policy/policy.h
fanquake
2022-06-20
scripted-diff: use static constexpr in policy/policy.h
fanquake
2022-06-20
refactor: Move DEFAULT_DESCENDANT_SIZE_LIMIT to policy/policy.h
fanquake
[prev]
[next]