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-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-09-01
Merge bitcoin/bitcoin#25951: log: Move validation option logging to LoadChain...
MacroFake
2022-09-01
Move blockstorage option logging to LoadChainstate()
MacroFake
2022-08-31
Merge bitcoin/bitcoin#25872: Fix issues when calling std::move(const&)
fanquake
2022-08-29
Make validation interface capable of signalling header presync
Pieter Wuille
2022-08-29
Move validation option logging to LoadChainstate()
MacroFake
2022-08-23
Add functions to construct locators without CChain
Pieter Wuille
2022-08-22
Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125
fanquake
2022-08-22
Merge bitcoin/bitcoin#25786: refactor: Make adjusted time type safe
fanquake
2022-08-20
Fix iwyu
MacroFake
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-05
Make adjusted time type safe
MacroFake
2022-08-04
[doc] remove non-signaling mentions of BIP125
glozow
2022-08-03
validationcaches: Use size_t for sizes
Carl Dong
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-02
scripted-diff: Move mempool_args to src/node
MacroFake
2022-08-02
Remove ::GetVirtualTransactionSize() alias
MacroFake
2022-08-02
Remove ::dustRelayFee
MacroFake
2022-08-02
Remove ::incrementalRelayFee and ::minRelayTxFee globals
MacroFake
2022-08-01
Merge bitcoin/bitcoin#25651: refactor: make all NodeImpl/ChainImpl/ExternalSi...
MacroFake
2022-07-29
refactor: remove unneeded temporaries in node/interfaces, simplify code
Jon Atack
2022-07-29
refactor: make all NodeImpl/ChainImpl/ExternalSignerImpl members public
Jon Atack
2022-07-29
Merge bitcoin/bitcoin#25571: refactor: Make mapBlocksUnknownParent local, and...
fanquake
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-07-26
Add type-safe AdjustedTime() getter to timedata
MarcoFalke
2022-07-22
Merge bitcoin/bitcoin#25668: refactor: Fix iwyu on node/chainstate
MacroFake
2022-07-21
refactor: Fix iwyu on node/chainstate
MacroFake
2022-07-20
Use HashWriter where possible
MacroFake
2022-07-20
Merge bitcoin/bitcoin#25638: refactor: Use chainman() helper consistently in ...
MacroFake
2022-07-19
refactor: Reduce number of LoadChainstate return values
Russell Yanofsky
2022-07-19
refactor: Reduce number of LoadChainstate parameters
Russell Yanofsky
2022-07-19
Merge bitcoin/bitcoin#25645: refactor: Remove unused includes from dbwrapper.h
fanquake
2022-07-19
Add missing includes to node/chainstate
MacroFake
2022-07-19
refactor: Use chainman() helper consistently in ChainImpl
MacroFake
2022-07-18
indexes, refactor: Remove CChainState use in index CommitInternal method
Ryan Ofsky
2022-07-18
Merge bitcoin/bitcoin#23997: wallet: avoid rescans under assumed-valid blocks
Andrew Chow
2022-07-18
indexes, refactor: Pass Chain interface instead of CChainState class to indexes
Ryan Ofsky
2022-07-18
interfaces, refactor: Add more block information to block connected notificat...
Ryan Ofsky
2022-07-18
refactor: Make mapBlocksUnknownParent local, and rename it
Hennadii Stepanov
2022-07-15
Move DEFAULT_PERSIST_MEMPOOL out of libbitcoinkernel
Carl Dong
2022-07-15
LoadMempool: Pass in load_path, stop using gArgs
Carl Dong
2022-07-15
DumpMempool: Pass in dump_path, stop using gArgs
Carl Dong
2022-07-12
Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress
MacroFake
2022-07-07
Merge bitcoin/bitcoin#25500: refactor: Move inbound eviction logic to its own...
fanquake
2022-07-06
[net] Move eviction logic to its own file
dergoegge
2022-07-06
[net] Move ConnectionType to its own file
Cory Fields
2022-06-28
node/ifaces: Use existing MemPoolLimits
Carl Dong
2022-06-28
scripted-diff: Rename anc/desc size limit vars to indicate SI unit
Carl Dong
2022-06-28
mempool: Pass in -maxmempool instead of referencing gArgs
Carl Dong
2022-06-23
wallet: Save wallet scan progress
w0xlt
[next]