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
/
node
Age
Commit message (
Expand
)
Author
2022-06-22
scripted-diff: Rename DEFAULT_MAX_MEMPOOL_SIZE to indicate SI unit
Carl Dong
2022-06-17
Merge bitcoin/bitcoin#25299: doc: Correct comments re. units of constants
laanwj
2022-06-15
Merge bitcoin/bitcoin#25223: [kernel 2e/n] miner: Make `mempool` optional, st...
fanquake
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-06-07
doc: Correct nPruneTarget misidentifying units of variable
darosior
2022-06-06
miner: Make mempool optional for BlockAssembler
Carl Dong
2022-06-06
scripted-diff: remove duplicate categories from LogPrint output
Jon Atack
2022-06-04
Merge bitcoin/bitcoin#25065: [kernel 2c/n] Introduce `kernel::Context`, encap...
fanquake
2022-06-02
Move init::SanityCheck to kernel::SanityCheck
Carl Dong
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-06-02
kernel: pass params to BlockManager rather than using a global
Cory Fields
2022-05-31
kernel: Introduce empty and unused kernel::Context
Carl Dong
2022-05-27
miner: Make UpdatePackagesForAdded static
Carl Dong
2022-05-27
miner: Absorb SkipMapTxEntry into addPackageTxs
Carl Dong
2022-05-27
Merge bitcoin/bitcoin#24934: refactor, miner: Delete call to UpdatePackagesFo...
MacroFake
2022-05-26
Merge bitcoin/bitcoin#15936: interfaces: Expose settings.json methods to GUI
MacroFake
2022-05-24
Merge bitcoin/bitcoin#24410: [kernel 2a/n] Split hashing/index `GetUTXOStats`...
laanwj
2022-05-23
coinstats: Move GetUTXOStats to rpc/blockchain
Carl Dong
2022-05-23
scripted-diff: Move src/kernel/coinstats to kernel::
Carl Dong
2022-05-23
coinstats: Split node/coinstats.h to kernel/coinstats.h
Carl Dong
2022-05-23
coinstats: Move hasher codepath to kernel/coinstats
Carl Dong
2022-05-23
Move logic from LookupUTXOStatsWithIndex to CoinStatsIndex::LookUpStats
Carl Dong
2022-05-23
coinstats: Separate hasher/index lookup codepaths
Carl Dong
2022-05-23
coinstats: Return purely out-param CCoinsStats
Carl Dong
2022-05-21
refactor: Remove defunct attributes.h includes
Ben Woosley
2022-05-20
coinstats: Extract index_requested in-member to in-param
Carl Dong
2022-05-20
coinstats: Extract hash_type in-member to in-param
Carl Dong
2022-05-20
Add ChainstateManager::m_adjusted_time_callback
Carl Dong
2022-05-20
Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not needed
MacroFake
2022-05-19
settings: Add resetSettings() method
Ryan Ofsky
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-19
settings: Add update/getPersistent/isIgnored methods
Ryan Ofsky
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-18
Do not call global Params() when chainman is in scope
MacroFake
2022-05-18
Do not pass CChainParams& to BlockAssembler constructor
MacroFake
2022-05-18
Do not pass Consensus::Params& to Chainstate helpers
MacroFake
2022-05-18
Do not pass time getter to Chainstate helpers
MacroFake
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-10
validation: move g_versionbitscache into ChainstateManager
Anthony Towns
2022-05-10
validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...
Anthony Towns
2022-05-06
Merge bitcoin/bitcoin#24538: miner: bug fix? update for ancestor inclusion us...
MacroFake
2022-05-03
blockstorage: add LIFETIMEBOUND to GetFirstStoredBlock()::start_time
Jon Atack
2022-04-28
blockstorage, refactor: pass GetFirstStoredBlock() start_block by reference
Jon Atack
2022-04-28
blockstorage, refactor: make GetFirstStoredBlock() a member of BlockManager
Jon Atack
2022-04-27
validation: Prune UnloadBlockIndex and callees
Carl Dong
2022-04-27
init: Reset mempool and chainman via reconstruction
Carl Dong
2022-04-26
Merge bitcoin/bitcoin#24917: Make BlockManager::LoadBlockIndex private
fanquake
2022-04-25
blockstorage: Add prune locks to BlockManager
Fabian Jahr
2022-04-25
refactor: Introduce GetFirstStoredBlock helper function
Fabian Jahr
2022-04-22
Delete UpdatePackagesForAdded at beginning of addPackageTxs.
KevinMusgrave
[prev]
[next]