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
/
test
/
util
/
txmempool.cpp
Age
Commit message (
Expand
)
Author
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-13
CheckPackageMempoolAcceptResult: Check package rbf invariants
Greg Sanders
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
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
[fuzz] V3_MAX_VSIZE and effective ancestor/descendant size limits
glozow
2024-05-01
[refactor] make MempoolAcceptResult::m_replaced_transactions non-optional
glozow
2024-02-15
refactor: De-globalize g_signals
TheCharlatan
2024-02-15
[refactor] Make signals optional in mempool and chainman
TheCharlatan
2024-02-08
[fuzz] v3 transactions and sigop-adjusted vsize
glozow
2023-11-22
tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...
ismaelsadeeq
2023-11-07
[validation] change package-fee-too-low, return wtxid(s) and effective feerate
glozow
2023-11-03
test: bugfix CheckPackageMempoolAcceptResult return all error strings
Greg Sanders
2023-11-02
[test util] CheckPackageMempoolAcceptResult for sanity-checking results
glozow
2023-08-03
mempool_entry: add mempool entry sequence number
Anthony Towns
2023-05-24
refactor: Replace std::optional<bilingual_str> with util::Result
Ryan Ofsky
2022-10-24
test: Use type-safe NodeSeconds for TestMemPoolEntryHelper
MacroFake
2022-10-18
test: Remove unused txmempool include from tests
MacroFake