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-06-12
Merge bitcoin/bitcoin#29325: consensus: Store transaction nVersion as uint32_t
merge-script
2024-06-11
Merge bitcoin/bitcoin#28339: validation: improve performance of CheckBlockIndex
Ava Chow
2024-06-10
Merge bitcoin/bitcoin#30132: indexes: Don't wipe indexes again when continuin...
Ryan Ofsky
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-07
kernel: Add less confusing reindex options
Ryan Ofsky
2024-05-24
assumeutxo: Add network magic ctor param to SnapshotMetadata
Fabian Jahr
2024-05-23
Merge bitcoin/bitcoin#29612: rpc: Optimize serialization and enhance metadata...
Ava Chow
2024-05-21
rpc: Enhance metadata of the dumptxoutset output
Fabian Jahr
2024-05-16
kernel: De-globalize fReindex
TheCharlatan
2024-05-14
Merge bitcoin/bitcoin#29086: refactor: Simply include CTxMemPool::Options in ...
Ava Chow
2024-05-09
kernel: Remove key module from kernel library
TheCharlatan
2024-05-06
refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th...
Luke Dashjr
2024-04-26
validation: allow to specify frequency for -checkblockindex
Martin Zumsande
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
[next]