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
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-30
Rename version.h to node/protocol_version.h
MarcoFalke
2023-11-24
Merge bitcoin/bitcoin#28922: Use Txid in COutpoint
fanquake
2023-11-22
CValidationInterface: modify the parameter of `TransactionAddedToMempool`
ismaelsadeeq
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-18
blockstorage: switch from CAutoFile to AutoFile
Anthony Towns
2023-11-16
serialize: Drop useless version param from GetSerializeSize()
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-13
Merge bitcoin/bitcoin#28721: multiprocess compatibility updates
fanquake
2023-11-13
Merge bitcoin/bitcoin#28391: refactor: Simplify CTxMempool/BlockAssembler fie...
fanquake
2023-11-10
[refactor] rewrite BlockAssembler inBlock and failedTx as sets of txids
glozow
2023-11-10
[refactor] use CheckPackageLimits for checkChainLimits
glozow
2023-11-10
[refactor] Add helper for retrieving mempool entry
TheCharlatan
2023-11-10
[refactor] Add helper for iterating through mempool entries
stickies-v
2023-11-09
mempool: persist with XOR
MarcoFalke
2023-11-08
[refactor] updating miniminer comments to be more accurate
kevkevin
2023-11-07
[refactor] Miniminer var cached_descendants to descendants
kevkevin
2023-11-07
[refactor] Change MiniMinerMempoolEntry order
kevkevin
2023-11-03
[MiniMiner] track inclusion order and add Linearize() function
glozow
2023-11-03
[MiniMiner] make target_feerate optional
glozow
2023-11-03
[MiniMiner] allow manual construction with non-mempool txns
glozow
2023-11-03
[refactor] change MiniMinerMempoolEntry ctor to take values, update includes
glozow
2023-10-24
assumeutxo, blockstorage: prevent core dump on invalid hash
pablomartin4btc
2023-10-20
interfaces: Rename CalculateBumpFees methods to be compatible with capn'proto
Ryan Ofsky
2023-10-20
interfaces: Change getUnspentOutput return type to avoid multiprocess segfault
Ryan Ofsky
2023-10-20
refactor: Remove CBlockFileInfo::SetNull
MarcoFalke
2023-10-16
Merge bitcoin/bitcoin#28583: refactor: [tidy] modernize-use-emplace
fanquake
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-12
refactor: Remove unused nchaintx from SnapshotMetadata constructor
MarcoFalke
2023-10-06
blockstorage: Let FlushChainstateBlockFile return true in case of missing cursor
Fabian Jahr
2023-10-06
doc: Add and edit some comments around assumeutxo
Fabian Jahr
2023-10-06
validation: remove unused mempool param in DetectSnapshotChainstate
Fabian Jahr
2023-10-04
Merge bitcoin/bitcoin#27823: init: return error when block index is non-conti...
Andrew Chow
2023-10-03
refactor: Move `{MAX,DEFAULT}_SCRIPTCHECK_THREADS` constants
Hennadii Stepanov
2023-10-03
Move global `scriptcheckqueue` into `ChainstateManager` class
Hennadii Stepanov
2023-10-02
net: expose transport types/session IDs of connections in RPC and logs
Pieter Wuille
2023-09-30
blockstorage: segment normal/assumedvalid blockfiles
James O'Beirne
2023-09-30
validation: populate nChainTx value for assumedvalid chainstates
James O'Beirne
2023-09-30
validation: pruning for multiple chainstates
James O'Beirne
2023-09-30
validation: pass ChainstateRole for validationinterface calls
James O'Beirne
2023-09-30
assumeutxo: remove snapshot during -reindex{-chainstate}
James O'Beirne
2023-09-29
Merge bitcoin/bitcoin#27866: blockstorage: Return on fatal flush errors
Ryan Ofsky
2023-09-15
Return CAutoFile from BlockManager::Open*File()
MarcoFalke
2023-09-15
Make BufferedFile to be a CAutoFile wrapper
MarcoFalke
2023-09-15
refactor: Drop unused fclose() from BufferedFile
MarcoFalke
2023-09-14
Merge bitcoin/bitcoin#26152: Bump unconfirmed ancestor transactions to target...
Andrew Chow
2023-09-14
Merge bitcoin/bitcoin#28423: kernel: Remove protocol.h/netaddress.h/compat.h ...
fanquake
2023-09-13
[node] interface to get bump fees
glozow
[next]