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
Age
Commit message (
Expand
)
Author
2022-03-15
Add and use BlockManager::GetAllBlockIndices
Carl Dong
2022-03-15
Add and use CBlockIndexHeightOnlyComparator
Carl Dong
2022-03-15
move-only: Move CBlockIndexWorkComparator to blockstorage
Carl Dong
2022-03-15
Only load BlockMan in BlockMan member functions
Carl Dong
2022-03-15
style-only: No need for std::pair for vSortedByHeight
Carl Dong
2022-03-09
style-only: Various blockstorage.cpp cleanups
Carl Dong
2022-03-09
refactor: more const annotations for uses of CBlockIndex*
Anthony Towns
2022-03-09
Merge bitcoin/bitcoin#24498: qt: Avoid crash on startup if int specified in s...
Andrew Chow
2022-03-09
Merge bitcoin/bitcoin#24138: index: Commit MuHash and best block together for...
MarcoFalke
2022-03-09
Merge bitcoin/bitcoin#24507: fix CI: bitcoin-chainstate: Lock `cs_main` to `U...
laanwj
2022-03-08
bitcoin-chainstate: Lock cs_main to UnloadBlockIndex
Carl Dong
2022-03-08
Merge bitcoin/bitcoin#24198: wallet, rpc: add wtxid in WalletTxToJSON
Andrew Chow
2022-03-08
Merge bitcoin/bitcoin#24312: addrman: Log too low compat value
MarcoFalke
2022-03-07
qt: Avoid crash on startup if int specified in settings.json
Ryan Ofsky
2022-03-07
test: Add tests for GetArg methods / settings.json type coercion
Ryan Ofsky
2022-03-07
Merge bitcoin/bitcoin#24132: build: Bump minimum Qt version to 5.11.3
fanquake
2022-03-07
Merge bitcoin/bitcoin#24050: validation: Give `m_block_index` ownership of `C...
MarcoFalke
2022-03-07
Merge bitcoin/bitcoin#24461: build: Minor leveldb subtree update
fanquake
2022-03-07
Merge bitcoin/bitcoin#24299: validation, refactor: UnloadBlockIndex and Chain...
laanwj
2022-03-07
Merge bitcoin/bitcoin#24468: init, doc: improve -onlynet help and related tor...
laanwj
2022-03-07
Merge bitcoin/bitcoin#24306: util: Make ArgsManager::GetPathArg more widely u...
MarcoFalke
2022-03-07
Merge bitcoin/bitcoin#24427: refactor: Release cs_main before MaybeSendFeefilter
MarcoFalke
2022-03-05
Merge bitcoin-core/gui#549: refactor: use std::chrono for formatDurationStr()...
Hennadii Stepanov
2022-03-04
Merge bitcoin/bitcoin#24043: Add (sorted)multi_a descriptor for k-of-n multis...
Andrew Chow
2022-03-04
Merge bitcoin/bitcoin#24441: fuzz: Limit script_format to 100kB
fanquake
2022-03-03
Merge bitcoin/bitcoin#24304: [kernel 0/n] Introduce `bitcoin-chainstate`
MarcoFalke
2022-03-03
init, doc: improve -onlynet help and tor/i2p documentation
Jon Atack
2022-03-02
net: only assume all local addresses if listening on any
Vasil Dimov
2022-03-02
net: fix GetListenPort() to derive the proper port
Vasil Dimov
2022-03-02
net: pass Span by value to CaptureMessage()
Vasil Dimov
2022-03-02
net: make CaptureMessage() mockable
Vasil Dimov
2022-03-02
timedata: rename variables to match the coding style
Vasil Dimov
2022-03-02
timedata: make it possible to reset the state
Vasil Dimov
2022-03-02
build: Minor leveldb subtree update
MarcoFalke
2022-03-02
Use GetPathArg where possible
Pavol Rusnak
2022-03-02
Merge bitcoin/bitcoin#24375: Do not use `LocalTestingSetup` in getarg_tests t...
MarcoFalke
2022-03-02
util, refactor: Use GetPathArg to read "-settings" value
Ryan Ofsky
2022-03-02
util: Add GetPathArg default path argument
Ryan Ofsky
2022-03-02
Merge bitcoin/bitcoin#24165: p2p: extend inbound eviction protection by netwo...
laanwj
2022-03-02
Merge bitcoin/bitcoin#23304: wallet: Derive inactive HD chains in additional ...
laanwj
2022-03-02
Merge bitcoin/bitcoin#23542: net: open p2p connections to nodes that listen o...
laanwj
2022-03-01
Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound conn...
laanwj
2022-02-28
qt: Pre-branch translation updates for 23.x
laanwj
2022-02-28
Merge bitcoin/bitcoin#24365: wallet: Don't generate keys for wallets with pri...
laanwj
2022-02-28
Merge bitcoin/bitcoin#24403: Avoid implicit-integer-sign-change in VerifyLoad...
MarcoFalke
2022-02-28
Merge bitcoin/bitcoin#24417: net: Update hardcoded seeds for 23.x
fanquake
2022-02-28
Merge bitcoin/bitcoin#24418: Chainparams update for 23.x
MarcoFalke
2022-02-27
fuzz: FuzzedFileProvider::write should not return negative value
eugene
2022-02-25
Add coinstatsindex_unclean_shutdown test
Ryan Ofsky
2022-02-25
fuzz: Limit script_format to 100kB
MarcoFalke
[next]