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-06-17
Merge bitcoin/bitcoin#28984: Cluster size 2 package rbf
Ava Chow
2024-06-10
PackageV3Checks: Relax assumptions
Greg Sanders
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-02
[policy] make v3 transactions standard
glozow
2024-05-31
[refactor] use TRUC_VERSION in place of 3
glozow
2024-05-23
Merge bitcoin/bitcoin#29873: policy: restrict all TRUC (v3) transactions to 1...
Ava Chow
2024-05-21
[policy] restrict all v3 transactions to 10kvB
glozow
2024-05-03
Merge bitcoin/bitcoin#30024: doc: replace remaining "520" magic nums with MAX...
Ava Chow
2024-05-02
Replace remaining "520" magic numbers with MAX_SCRIPT_ELEMENT_SIZE
Jon Atack
2024-05-01
[txpackages] use std::lexicographical_compare instead of sorting hex strings
glozow
2024-04-30
Merge bitcoin/bitcoin#28970: p2p: opportunistically accept 1-parent-1-child p...
Ava Chow
2024-04-26
[txpackages] add canonical way to get hash of package
glozow
2024-04-22
Avoid explicitly computing diagram; compare based on chunks
Pieter Wuille
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
[next]