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
/
test
Age
Commit message (
Expand
)
Author
2023-05-30
move-only: Move settings to the common library
TheCharlatan
2023-05-30
refactor: Add path argument to FindSnapshotChainstateDir
TheCharlatan
2023-05-30
Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...
fanquake
2023-05-26
fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compile-time to a run-time setting
MarcoFalke
2023-05-24
refactor: Replace std::optional<bilingual_str> with util::Result
Ryan Ofsky
2023-05-22
Merge bitcoin/bitcoin#25796: rpc: add `descriptorprocesspsbt` rpc
Andrew Chow
2023-05-22
fuzz: Print error message when FUZZ is missing
MarcoFalke
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-20
kernel: Add notification interface
TheCharlatan
2023-05-19
Merge bitcoin/bitcoin#27021: Implement Mini version of BlockAssembler to calc...
glozow
2023-05-17
index: Enable reindex-chainstate with active indexes
Martin Zumsande
2023-05-11
Merge bitcoin/bitcoin#27125: refactor, kernel: Decouple ArgsManager from bloc...
fanquake
2023-05-10
Merge bitcoin/bitcoin#19690: util: improve FindByte() performance
Andrew Chow
2023-05-10
refactor, blockstorage: Replace blocksdir arg
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-10
Merge bitcoin/bitcoin#27605: refactor: Replace global find_value function wit...
Andrew Chow
2023-05-10
refactor: Use ChainType enum exhaustively
TheCharlatan
2023-05-09
Temporarily work around gcc-13 warning bug in interfaces_tests
MarcoFalke
2023-05-09
scripted-diff: Use UniValue::find_value method
MarcoFalke
2023-05-09
Merge bitcoin/bitcoin#27491: refactor: Move chain constants to the util library
fanquake
2023-05-09
scripted-diff: Remove unused chainparamsbase includes
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-08
Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to h
Andrew Chow
2023-05-06
Merge bitcoin/bitcoin#17860: fuzz: BIP 30, CVE-2018-17144
fanquake
2023-05-06
Merge bitcoin/bitcoin#27405: util: Use steady clock instead of system clock t...
fanquake
2023-05-05
util: improve streams.h:FindByte() performance
Larry Ruane
2023-05-05
fuzz: BIP 42, BIP 30, CVE-2018-17144
MarcoFalke
2023-05-05
Move LoadVerifyActivateChainstate to ChainTestingSetup
MarcoFalke
2023-05-04
Remove unused chainparams from BlockManager methods
MarcoFalke
2023-05-04
Add BlockManagerOpts::chainparams reference
MarcoFalke
2023-05-04
rpc: add descriptorprocesspsbt rpc
ishaanam
2023-05-02
test: Add util to mine invalid blocks
MarcoFalke
2023-04-26
Merge bitcoin/bitcoin#26933: mempool: disallow txns under min relay fee, even...
glozow
2023-04-21
Merge bitcoin/bitcoin#27506: test: prevent intermittent failures
fanquake
2023-04-21
Merge bitcoin/bitcoin#27464: fuzz: re-enable prioritisetransaction & analyzep...
fanquake
2023-04-21
Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system
fanquake
2023-04-20
test: prevent intermittent failures
Amiti Uttarwar
2023-04-20
Merge bitcoin/bitcoin#25325: Add pool based memory resource
Andrew Chow
2023-04-20
Merge bitcoin/bitcoin#27214: addrman: Enable selecting addresses by network
Andrew Chow
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-18
doc: update references to kernel/chainparams.cpp
fanquake
2023-04-17
bugfix: rest: avoid segfault for invalid URI
pablomartin4btc
2023-04-17
[policy] disallow transactions under min relay fee, even in packages
glozow
2023-04-17
[test] package cpfp bumps parents <mempoolminfee but >=minrelaytxfee
glozow
2023-04-17
[test util] mock mempool minimum feerate
glozow
2023-04-14
fuzz: re-enable prioritisetransaction & analyzepsbt RPC
MarcoFalke
2023-04-11
Merge bitcoin/bitcoin#26662: fuzz: Add HeadersSyncState target
fanquake
2023-04-06
[fuzz] Add MiniMiner target + diff fuzz against BlockAssembler
glozow
2023-04-06
[unit test] GatherClusters and MiniMiner unit tests
glozow
2023-04-05
ci: use clang-16 in tidy task
fanquake
[next]