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
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2021-01-28
validation: Move LookupBlockIndex to BlockManager
Carl Dong
2021-01-28
validation: Guard the active_chainstate with cs_main
Carl Dong
2021-01-26
Merge bitcoin-core/gui#183: Add include for std::bind.
MarcoFalke
2021-01-26
Merge bitcoin-core/gui#189: qt: drop workaround for QTBUG-42503 which was fix...
Jonas Schnelli
2021-01-26
Merge bitcoin-core/gui#186: Add information to "Confirm fee bump" window
Jonas Schnelli
2021-01-26
Merge #21000: fuzz: Add UBSan suppressions needed for fuzz tests to not warn ...
MarcoFalke
2021-01-26
Merge bitcoin-core/gui#167: raise helpMessageDialog
MarcoFalke
2021-01-26
Add information to "Confirm fee bump" window
Prayank
2021-01-26
refactor: remove straggling boost::mutex usage
fanquake
2021-01-26
Merge #17350: doc: Add developer documentation to isminetype
Samuel Dobson
2021-01-26
Merge #20832: rpc: Better error messages for invalid addresses
Samuel Dobson
2021-01-25
fuzz: Avoid -fsanitize=integer warnings in fuzzing harnesses
practicalswift
2021-01-25
Merge #18710: Add local thread pool to CCheckQueue
Wladimir J. van der Laan
2021-01-25
raise helpMessageDialog
randymcmillan
2021-01-24
Fix BlockToJsonVerbose benchmark
Martin Ankerl
2021-01-24
Better error messages for invalid addresses
Bezdrighin
2021-01-22
Merge #20927: [refactor] [net] Clean up InactivityCheck()
MarcoFalke
2021-01-22
Merge #20523: zmq: deduplicate 'sequence' publisher message creation/sending
fanquake
2021-01-22
Merge #17920: guix: Build support for macOS
fanquake
2021-01-21
Merge bitcoin-core/gui#176: Fix TxViewDelegate layout
MarcoFalke
2021-01-21
Merge bitcoin-core/gui#171: Use layout manager for Create Wallet dialog
MarcoFalke
2021-01-21
Merge #20932: refactor: Replace fs::absolute calls with AbsPathJoin calls
MarcoFalke
2021-01-21
build: Add var printing target to src/Makefile.am
Carl Dong
2021-01-21
Merge #20972: locks: Annotate CTxMemPool::check to require cs_main
MarcoFalke
2021-01-21
Merge #20946: fuzz: Consolidate fuzzing TestingSetup initialization
MarcoFalke
2021-01-21
fuzz: Initialize a full TestingSetup where appropriate
Carl Dong
2021-01-21
fuzz: Consolidate fuzzing TestingSetup initialization
Carl Dong
2021-01-21
zmq: deduplicate 'sequence' publisher message creation/sending
Sebastian Falbesoner
2021-01-20
locks: Annotate CTxMemPool::check to require cs_main
Carl Dong
2021-01-20
Merge #20952: wallet: Add BerkeleyDB version sanity check at init time
Samuel Dobson
2021-01-19
Merge #20891: rpc: Remove deprecated bumpfee behavior
Wladimir J. van der Laan
2021-01-19
qt: drop workaround for QTBUG-42503 which was fixed in Qt 5.5.0
Pavol Rusnak
2021-01-19
doc: Add developer documentation to isminetype
HAOYUatHZ
2021-01-19
[net] Cleanup InactivityChecks() and add commenting about time
John Newbery
2021-01-18
Merge #19866: eBPF Linux tracepoints
Wladimir J. van der Laan
2021-01-18
Merge #20938: build: fix linking against -latomic when building for riscv
Wladimir J. van der Laan
2021-01-17
Merge #20939: build: fix RELOC_SECTION security check for bitcoin-util
Wladimir J. van der Laan
2021-01-17
wallet: Add BerkeleyDB version sanity check at init time
Wladimir J. van der Laan
2021-01-15
Replace fs::absolute calls with AbsPathJoin calls
Kiminuo
2021-01-15
test: Clear forced -walletdir setting after wallet init_tests
Kiminuo
2021-01-15
Merge #20916: rpc: Return wtxid from testmempoolaccept
MarcoFalke
2021-01-15
Merge #20908: fuzz: Use mocktime in process_message* fuzz targets
MarcoFalke
2021-01-15
build: fix RELOC_SECTION security check for bitcoin-util
fanquake
2021-01-15
add std::atomic include to bitcoin-util.cpp
fanquake
2021-01-14
Merge #20834: locks and docs in ATMP and CheckInputsFromMempoolAndCache
fanquake
2021-01-14
Merge #20828: fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-13
Merge bitcoin-core/gui#148: Bugfix: GUI: Restore SendConfirmationDialog butto...
MarcoFalke
2021-01-13
Merge #20917: doc, rpc: add missing signet mentions in network name lists
MarcoFalke
2021-01-13
[net] InactivityCheck() takes a CNode reference
John Newbery
[next]