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-11-25
doc: ephemeral policy: add missing closing double quote
Sebastian Falbesoner
2024-11-25
Merge bitcoin/bitcoin#31279: policy: ephemeral dust followups
glozow
2024-11-20
CheckEphemeralSpends: return boolean, and set child state and txid outparams
Greg Sanders
2024-11-20
CheckEphemeralSpends: no need to iterate inputs if no parent dust
Greg Sanders
2024-11-20
ephemeral policy doxygen cleanup
Greg Sanders
2024-11-20
ephemeral policy: IWYU
Greg Sanders
2024-11-20
Move+rename GetDustIndexes -> GetDust
Greg Sanders
2024-11-15
Use std::ranges for ephemeral policy checks
Greg Sanders
2024-11-15
Have HasDust and PreCheckValidEphemeralTx take CTransaction
Greg Sanders
2024-11-15
Rename CheckValidEphemeralTx to PreCheckEphemeralTx
Greg Sanders
2024-11-13
Move CalculateChunksForRBF() to the mempool changeset
Suhas Daftuar
2024-11-13
Don't distinguish between direct conflicts and all conflicts when doing clust...
Suhas Daftuar
2024-11-13
CheckEphemeralSpends: only compute txid of tx when needed
Greg Sanders
2024-11-12
policy: Allow dust in transactions, spent in-mempool
Greg Sanders
2024-10-23
fees: Log non-fatal errors as [warning], instead of info-level
MarcoFalke
2024-10-16
fees: Pin required version to 149900
MarcoFalke
2024-10-16
fees: Pin "version that wrote" to 0
MarcoFalke
2024-08-29
scripted-diff: LogPrint -> LogDebug
MarcoFalke
2024-08-12
policy/feerate.h: avoid constraint self-dependency
Matt Whitlock
2024-07-30
policy: stop 3rd party wtxid malleability of anchor spend
Greg Sanders
2024-07-08
tidy: modernize-use-equals-default
MarcoFalke
2024-07-02
use version=3 instead of v3 in debug strings
glozow
2024-07-02
scripted-diff: change names from V3 to TRUC
glozow
2024-07-02
[doc] replace mentions of v3 with TRUC
glozow
2024-06-18
rename policy/v3_policy.* to policy/truc_policy.*
glozow
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
[next]