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
/
fuzz
/
tx_pool.cpp
Age
Commit message (
Expand
)
Author
2024-07-02
scripted-diff: change names from V3 to TRUC
glozow
2024-06-18
rename policy/v3_policy.* to policy/truc_policy.*
glozow
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-12
Merge bitcoin/bitcoin#29325: consensus: Store transaction nVersion as uint32_t
merge-script
2024-06-11
Merge bitcoin/bitcoin#28830: [refactor] Check CTxMemPool options in ctor
Ava Chow
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-17
[[refactor]] Check CTxMemPool options in constructor
TheCharlatan
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-01
[refactor] make MempoolAcceptResult::m_replaced_transactions non-optional
glozow
2024-03-25
scripted-diff: Rename max_sane_feerate to client_maxfeerate
Greg Sanders
2024-03-18
Merge bitcoin/bitcoin#28950: RPC: Add maxfeerate and maxburnamount args to su...
glozow
2024-03-13
RPC: Add maxfeerate and maxburnamount args to submitpackage
Greg Sanders
2024-03-08
Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CScheduler
Ava Chow
2024-02-15
refactor: De-globalize g_signals
TheCharlatan
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
[fuzz] v3 transactions and sigop-adjusted vsize
glozow
2024-01-18
refactor: remove CTxMemPool::queryHashes()
stickies-v
2023-12-01
Merge bitcoin/bitcoin#28368: Fee Estimator updates from Validation Interface/...
Andrew Chow
2023-11-22
tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...
ismaelsadeeq
2023-11-22
CValidationInterface: modify the parameter of `TransactionAddedToMempool`
ismaelsadeeq
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-07
[validation] change package-fee-too-low, return wtxid(s) and effective feerate
glozow
2023-10-31
fuzz: tx_pool checks ATMP result invariants
Greg Sanders
2023-10-27
refactor: Add LIFETIMEBOUND to all (w)txid getters
MarcoFalke
2023-10-12
Introduce types for txids & wtxids
dergoegge
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-05-02
test: Add util to mine invalid blocks
MarcoFalke
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-01-20
[fuzz] Actually use mocked mempool in tx_pool target
dergoegge
2022-12-27
clang-tidy: Add `performance-no-automatic-move` check
Hennadii Stepanov
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-18
test: Remove unused txmempool include from tests
MacroFake
2022-10-04
fuzz: add util/mempool/h.cpp
fanquake
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-08-02
sort after scripted-diff
MacroFake
2022-08-02
scripted-diff: Move mempool_args to src/node
MacroFake
2022-08-02
Remove ::fRequireStandard global
MacroFake
2022-07-24
fuzz: Remove no-op SetMempoolConstraints
MacroFake
2022-07-15
test/fuzz: Invoke LoadMempool via CChainState
Carl Dong
2022-06-28
pool: Add and use MemPoolOptions, ApplyArgsManOptions
Carl Dong
2022-06-06
miner: Make mempool optional for BlockAssembler
Carl Dong
2022-05-18
Do not pass CChainParams& to BlockAssembler constructor
MacroFake
2022-04-05
[packages/policy] use package feerate in package validation
glozow
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-07
Remove CTxMemPool params from ATMP
lsilva01
2021-12-01
Remove calls to global Params() in tx_pool test
lsilva01
2021-12-01
Remove AcceptToMemoryPoolWithTime
lsilva01
2021-12-01
Merge bitcoin/bitcoin#23546: scripted-diff: Use clang-tidy syntax for C++ nam...
fanquake
[next]