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
2024-03-26
ImprovesFeerateDiagram: Spelling fix and removal of unused diagram vectors
Greg Sanders
2024-03-26
Merge bitcoin/bitcoin#29242: Mempool util: Add RBF diagram checks for single ...
glozow
2024-03-18
Implement ImprovesFeerateDiagram
Greg Sanders
2024-03-01
[policy] sibling eviction for v3 transactions
glozow
2024-02-21
[refactor] return pair from SingleV3Checks
glozow
2024-02-12
[doc] fix docs and comments from v3
glozow
2024-02-09
Merge bitcoin/bitcoin#28948: v3 transaction policy for anti-pinning
Ava Chow
2024-02-08
[policy] add v3 policy rules
glozow
2024-01-31
Don't use scientific notation in log messages
Kristaps Kaupe
2024-01-16
[refactor] change Workspace::m_conflicts and adjacent funcs/structs to use Txid
glozow
2024-01-03
Merge bitcoin/bitcoin#29013: test: doc: follow-up #28368
Gloria Zhao
2024-01-02
tx fees: update `m_from_disconnected_block` to `m_mempool_limit_bypassed`
ismaelsadeeq
2023-12-09
Add multiplication operator to CFeeRate
Murch
2023-11-22
tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...
ismaelsadeeq
2023-11-22
tx fees, policy: update `CBlockPolicyEstimator::processBlock` parameter
ismaelsadeeq
2023-11-22
tx fees, policy: cast with static_cast instead of C-Style cast
ismaelsadeeq
2023-11-16
Merge bitcoin/bitcoin#28605: Fix typos
fanquake
2023-11-13
Merge bitcoin/bitcoin#28076: util: Replace std::filesystem with util/fs.h
fanquake
2023-11-10
[refactor] remove access to mapTx from policy/rbf.cpp
glozow
2023-11-07
doc: fix typos
Sjors Provoost
2023-11-03
Merge bitcoin/bitcoin#28758: refactors for subpackage evaluation
fanquake
2023-11-02
Merge bitcoin/bitcoin#21161: Fee estimation: extend bucket ranges consistently
glozow
2023-11-01
scripted-diff: rename CheckPackage to IsWellFormedPackage
glozow
2023-11-01
[refactor] move package checks into helper functions
glozow
2023-10-05
Merge bitcoin/bitcoin#27609: rpc: allow submitpackage to be called outside of...
Andrew Chow
2023-10-04
[net processing] FeeFilterRounder doesn't own a FastRandomContext
dergoegge
2023-10-02
[txpackages] IsChildWithParentsTree()
glozow
2023-09-20
Replace MAX_PACKAGE_SIZE with MAX_PACKAGE_WEIGHT to avoid vbyte confusion
Greg Sanders
2023-09-14
refactor: Replace <filesystem> with <util/fs.h>
MarcoFalke
2023-09-13
Merge bitcoin/bitcoin#28251: validation: fix coins disappearing mid-package e...
fanquake
2023-09-13
[policy] check for duplicate txids in package
glozow
2023-08-23
Merge bitcoin/bitcoin#26291: Update MANDATORY_SCRIPT_VERIFY_FLAGS
Andrew Chow
2023-08-22
Merge bitcoin/bitcoin#28157: test doc: tests `acceptstalefeeestimates` option...
glozow
2023-08-18
Make post-p2sh consensus rules mandatory for tx relay
Anthony Towns
2023-08-18
doc, policy: Clarify comment on STANDARD_SCRIPT_VERIFY_FLAGS
Anthony Towns
2023-08-17
tx fees, policy: doc: update and delete unnecessary comment
ismaelsadeeq
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
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
[next]