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
2023-05-25
refactor: single method to append new spkm to the wallet
furszy
2023-05-24
Merge bitcoin/bitcoin#27727: rpc: Fix invalid bech32 address handling
Andrew Chow
2023-05-24
Merge bitcoin/bitcoin#27626: Parallel compact block downloads, take 3
fanquake
2023-05-23
Support up to 3 parallel compact block txn fetchings
Greg Sanders
2023-05-23
rpc: Fix invalid bech32 handling
MarcoFalke
2023-05-22
Merge bitcoin/bitcoin#25796: rpc: add `descriptorprocesspsbt` rpc
Andrew Chow
2023-05-22
Merge bitcoin/bitcoin#27672: fuzz: Print error message when FUZZ is missing
fanquake
2023-05-22
fuzz: Print error message when FUZZ is missing
MarcoFalke
2023-05-20
random: switch to using getrandom() directly
fanquake
2023-05-20
random: add [[maybe_unused]] to GetDevURandom
fanquake
2023-05-20
random: getentropy on macOS does not need unistd.h
fanquake
2023-05-19
Merge bitcoin/bitcoin#27021: Implement Mini version of BlockAssembler to calc...
glozow
2023-05-19
Merge bitcoin/bitcoin#27662: build: Bump minimum supported GCC to g++-9
fanquake
2023-05-18
Merge bitcoin/bitcoin#27556: wallet: fix deadlock in bdb read write operation
Andrew Chow
2023-05-18
Only request full blocks from the peer we thought had the block in-flight
Greg Sanders
2023-05-18
Convert mapBlocksInFlight to a multimap
Greg Sanders
2023-05-18
Remove nBlocksInFlight
Greg Sanders
2023-05-18
alias BlockDownloadMap for mapBlocksInFlight
Greg Sanders
2023-05-18
Merge bitcoin/bitcoin#27689: doc: remove mention of glibc 2.10+
fanquake
2023-05-18
build: Bump minimum supported GCC to g++-9
MarcoFalke
2023-05-17
index: Enable reindex-chainstate with active indexes
Martin Zumsande
2023-05-17
index: Use first block from locator instead of looking for fork point
Martin Zumsande
2023-05-17
doc: remove mention of glibc 2.10+
fanquake
2023-05-16
qt, test: Add missed header
Hennadii Stepanov
2023-05-16
Merge bitcoin/bitcoin#27041: Build: Improve handling of suppressed logging in...
fanquake
2023-05-15
walletdb: Remove unused CreateMockWalletDatabase
Andrew Chow
2023-05-15
test: add coverage for wallet read write db deadlock
furszy
2023-05-15
walletdb: scope bdb::EraseRecords under a single db txn
furszy
2023-05-15
wallet: bugfix, GetNewCursor() misses to provide batch ptr to BerkeleyCursor
furszy
2023-05-15
Merge bitcoin/bitcoin#26715: Introduce `MockableDatabase` for wallet unit tests
fanquake
2023-05-11
Merge bitcoin/bitcoin#27610: Improve performance of p2p inv to send queues
fanquake
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 stopafterblockimport arg
TheCharlatan
2023-05-10
refactor, blockstorage: Replace blocksdir arg
TheCharlatan
2023-05-10
refactor, BlockManager: Replace fastprune from arg with options
TheCharlatan
2023-05-10
refactor/iwyu: Complete includes for blockmanager_args
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-10
zmq: Pass lambda to zmq's ZMQPublishRawBlockNotifier
TheCharlatan
2023-05-10
Merge bitcoin/bitcoin#27605: refactor: Replace global find_value function wit...
Andrew Chow
2023-05-10
Merge bitcoin/bitcoin#27611: refactor: Use ChainType enum exhaustively
fanquake
2023-05-10
refactor: Declare g_zmq_notification_interface as unique_ptr
TheCharlatan
2023-05-10
refactor: Use ChainType enum exhaustively
TheCharlatan
2023-05-10
net_processing: Boost inv trickle rate
Anthony Towns
2023-05-10
txmempool: have CompareDepthAndScore sort missing txs first
Anthony Towns
2023-05-09
Temporarily work around gcc-13 warning bug in interfaces_tests
MarcoFalke
2023-05-09
p2p: Avoid prematurely clearing download state for other peers
Suhas Daftuar
2023-05-09
Fix clang-tidy performance-unnecessary-copy-initialization warnings
MarcoFalke
2023-05-09
Remove unused find_value global function
MarcoFalke
2023-05-09
scripted-diff: Use UniValue::find_value method
MarcoFalke
[next]