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-29
Merge bitcoin/bitcoin#27765: test: Throw error when -signetchallenge is non-hex
fanquake
2023-05-27
Merge bitcoin/bitcoin#27145: wallet: when a block is disconnected, update tra...
Andrew Chow
2023-05-27
Merge bitcoin/bitcoin#27766: fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compil...
fanquake
2023-05-26
Merge bitcoin/bitcoin#27469: wallet: improve IBD sync time by skipping block ...
Andrew Chow
2023-05-26
Merge bitcoin/bitcoin#27761: p2p: Log addresses of stalling peers
fanquake
2023-05-26
fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compile-time to a run-time setting
MarcoFalke
2023-05-26
Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is found
fanquake
2023-05-26
Merge bitcoin/bitcoin#25977: refactor: Replace `std::optional<bilingual_str>`...
fanquake
2023-05-26
p2p: Log addresses of stalling peers
Martin Zumsande
2023-05-25
test: Throw error when -signetchallenge is non-hex
MarcoFalke
2023-05-25
wallet: skip block scan if block was created before wallet birthday
furszy
2023-05-25
refactor: single method to append new spkm to the wallet
furszy
2023-05-25
Merge bitcoin/bitcoin#27747: rpc: Use 'byte'/'bytes' for bech32(m) validation...
fanquake
2023-05-25
use 'byte'/'bytes' for bech32(m) validation error
Reese Russell
2023-05-24
Unconditionally return when compact block status == READ_STATUS_FAILED
Greg Sanders
2023-05-24
Merge bitcoin/bitcoin#27727: rpc: Fix invalid bech32 address handling
Andrew Chow
2023-05-24
refactor: Replace std::optional<bilingual_str> with util::Result
Ryan Ofsky
2023-05-24
util: Add void support to util::Result
MarcoFalke
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-14
wallet, tests: mark unconflicted txs as inactive
ishaanam
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
[next]