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-04-08
Merge bitcoin/bitcoin#29691: Change Luke Dashjr seed to dashjr-list-of-p2p-no...
fanquake
2024-04-05
Merge bitcoin/bitcoin#29081: refactor: Remove gmtime*
fanquake
2024-03-28
Merge bitcoin/bitcoin#29402: mempool: Log added for dumping mempool transacti...
glozow
2024-03-27
log: renamed disk to file so wording was more accurate
kevkevin
2024-03-27
mempool: Log added for dumping mempool transactions to disk
kevkevin
2024-03-21
node: Make translations of fatal errors consistent
TheCharlatan
2024-03-21
Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us
Luke Dashjr
2024-03-18
Revert "time: add runtime sanity check"
MarcoFalke
2024-03-11
scripted-diff: Replace error() with LogError()
MarcoFalke
2024-03-11
scripted-diff: return error(...); ==> error(...); return false;
MarcoFalke
2024-03-08
Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CScheduler
Ava Chow
2024-03-04
kernel: chainparams updates for 27.x
fanquake
2024-03-04
kernel: update chainTxData for 27.x
fanquake
2024-03-04
kernel: update nMinimumChainWork & defaultAssumeValid for 27.x
fanquake
2024-02-15
scripted-diff: Rename MainSignals to ValidationSignals
TheCharlatan
2024-02-15
[refactor] Make signals optional in mempool and chainman
TheCharlatan
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
[next]