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-10
Merge bitcoin/bitcoin#19690: util: improve FindByte() performance
Andrew Chow
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-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-05
ci: use clang-16 in tidy task
fanquake
2023-04-04
Switch hardened derivation marker to h in descriptors
Sjors Provoost
2023-04-04
test: Use steady clock in index tests
MarcoFalke
2023-04-04
net: Use steady clock in InterruptibleRecv
MarcoFalke
2023-04-03
refactor: don't avoid sys/types.h on when building for Windows
fanquake
2023-04-03
Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system
fanquake
2023-03-28
Merge bitcoin/bitcoin#27344: fuzz: Remove legacy int parse fuzz tests
fanquake
2023-03-28
Merge bitcoin/bitcoin#27324: net: #27257 follow-ups
fanquake
2023-03-27
test: Fix intermittent failure in ChainStateManager tests
Martin Zumsande
2023-03-27
fuzz: Remove legacy int parse fuzz tests
MarcoFalke
2023-03-27
[net] Pass nRecvFloodSize to CNode
dergoegge
2023-03-27
Merge bitcoin/bitcoin#26642: clang-tidy: Add more `performance-*` checks and ...
fanquake
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-23
Use PoolAllocator for CCoinsMap
Martin Leitner-Ankerl
2023-03-23
Call ReallocateCache() on each Flush()
Martin Leitner-Ankerl
2023-03-23
Add PoolResource fuzzer
Martin Leitner-Ankerl
2023-03-23
Calculate memory usage correctly for unordered_maps that use PoolAllocator
Martin Leitner-Ankerl
2023-03-23
Add pool based memory resource & allocator
Martin Leitner-Ankerl
[next]