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
/
kernel
Age
Commit message (
Expand
)
Author
2024-02-05
Merge bitcoin/bitcoin#29254: log: Don't use scientific notation in log messages
glozow
2024-02-05
Merge bitcoin/bitcoin#29354: test: Assumeutxo with more than just coinbase tr...
glozow
2024-01-31
Merge bitcoin/bitcoin#28956: Nuke adjusted time from validation (attempt 2)
Ava Chow
2024-01-31
Don't use scientific notation in log messages
Kristaps Kaupe
2024-01-31
test: Assumeutxo with more than just coinbase transactions
MarcoFalke
2024-01-12
[log] mempool loading
glozow
2024-01-05
Remove GetAdjustedTime
dergoegge
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-04
Get rid of shutdown.cpp/shutdown.h, use SignalInterrupt directly
Ryan Ofsky
2023-12-01
Merge bitcoin/bitcoin#28368: Fee Estimator updates from Validation Interface/...
Andrew Chow
2023-11-30
Merge bitcoin/bitcoin#26762: bugfix: Make `CCheckQueue` RAII-styled (attempt 2)
Andrew Chow
2023-11-28
Merge bitcoin/bitcoin#28903: refactor: Make CTxMemPoolEntry only explicitly c...
Andrew Chow
2023-11-25
Change petertodd seeds to petertodd.net
Peter Todd
2023-11-22
tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...
ismaelsadeeq
2023-11-22
CValidationInterface: modify the parameter of `TransactionAddedToMempool`
ismaelsadeeq
2023-11-22
CValidationInterface, mempool: add new callback to `CValidationInterface`
ismaelsadeeq
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-17
refactor: Make CTxMemPoolEntry only explicitly copyable
TheCharlatan
2023-11-16
Include version.h in fewer places
Anthony Towns
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-13
Merge bitcoin/bitcoin#28207: mempool: Persist with XOR
Andrew Chow
2023-11-10
scripted-diff: rename vTxHashes to txns_randomized
TheCharlatan
2023-11-10
[txmempool] make CTxMemPoolEntry::lockPoints mutable
glozow
2023-11-10
[refactor] Add helper for iterating through mempool entries
stickies-v
2023-11-09
mempool: persist with XOR
MarcoFalke
2023-11-02
Merge bitcoin/bitcoin#28530: tests, bug fix: DisconnectedBlockTransactions re...
glozow
2023-10-20
chainparams, assumeutxo: Fix signet txoutset hash
Fabian Jahr
2023-10-20
chainparams, assumeutxo: Fix testnet txoutset hash
Fabian Jahr
2023-10-20
coinstats: Fix hash_serialized2 calculation
Fabian Jahr
2023-10-19
bugfix: correct DisconnectedBlockTransactions memory usage
stickies-v
2023-10-18
assume duplicate transactions are not added to `iters_by_txid`
ismaelsadeeq
2023-10-18
move only: move implementation code to disconnected_transactions.cpp
ismaelsadeeq
2023-10-13
refactor: update `MAX_DISCONNECTED_TX_POOL` from kb to bytes
ismaelsadeeq
2023-10-09
Merge bitcoin/bitcoin#28591: kernel: chainparams updates for 26.x
fanquake
2023-10-06
validation, test: Improve and document nChainTx check for testability
Fabian Jahr
2023-10-05
kernel: update m_assumed_* chain params for 26.x
fanquake
2023-10-05
kernel: update chainTxData for 26.x
fanquake
2023-10-05
kernel: update nMinimumChainWork & defaultAssumeValid for 26.x
fanquake
2023-10-03
Move global `scriptcheckqueue` into `ChainstateManager` class
Hennadii Stepanov
2023-10-02
chainparams: add signet assumeutxo param at height 160_000
Sjors Provoost
2023-10-02
chainparams: add testnet assumeutxo param at height 2_500_000
Sjors Provoost
2023-09-30
test: add feature_assumeutxo functional test
James O'Beirne
2023-09-30
validation: add ChainstateRole
James O'Beirne
2023-09-30
chainparams: add blockhash to AssumeutxoData
James O'Beirne
2023-09-23
Merge bitcoin/bitcoin#28385: [refactor] rewrite DisconnectedBlockTransactions...
fanquake
2023-09-21
Merge bitcoin/bitcoin#28379: Refactor: Remove m_is_test_chain
fanquake
2023-09-14
Merge bitcoin/bitcoin#28423: kernel: Remove protocol.h/netaddress.h/compat.h ...
fanquake
2023-09-13
make DisconnectedBlockTransactions responsible for its own memory management
glozow
2023-09-13
MOVEONLY: DisconnectedBlockTransactions to its own file
glozow
[next]