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
2022-10-20
bench: explicitly make all current benchmarks "high" priority
furszy
2022-10-20
bench: add "priority level" to the benchmark framework
furszy
2022-09-28
bench: place benchmark implementation inside benchmark namespace
furszy
2022-09-22
Merge bitcoin/bitcoin#26012: fuzz: Avoid timeout in bitdeque fuzz target
fanquake
2022-09-22
Merge bitcoin/bitcoin#26150: build: remove stdio.h from header checks
fanquake
2022-09-21
Merge bitcoin/bitcoin#26149: Fix assert failure in miniscript string parsing
Andrew Chow
2022-09-21
refactor: use <cstdio> over stdio.h
fanquake
2022-09-21
Merge bitcoin/bitcoin#25933: wallet: AvailableCoins, simplify output script t...
Andrew Chow
2022-09-21
Correct sanity-checking script_size calculation
Pieter Wuille
2022-09-21
Merge bitcoin/bitcoin#26099: build: remove duplicate / unneeded libs from ben...
fanquake
2022-09-21
Merge bitcoin/bitcoin#25737: rpc: treat univalue type check error as RPC_TYPE...
fanquake
2022-09-21
Merge bitcoin/bitcoin#25989: init: abort if i2p/cjdns are chosen via -onlynet...
fanquake
2022-09-20
Merge bitcoin/bitcoin#26132: wallet: Fix nNextResend data race in ResubmitWal...
Andrew Chow
2022-09-20
Merge bitcoin/bitcoin#26116: rpc: Allow importmulti watchonly imports with lo...
Andrew Chow
2022-09-20
Merge bitcoin/bitcoin#26036: net: add NetEventsInterface::g_msgproc_mutex
fanquake
2022-09-20
Fix nNextResend data race in ResubmitWalletTransactions
MacroFake
2022-09-20
Merge bitcoin/bitcoin#26095: script: bump codespell to 2.2.1, update ignored ...
MacroFake
2022-09-20
Merge bitcoin/bitcoin#26067: util: improve bitcoin-wallet exit codes
MacroFake
2022-09-19
Merge bitcoin/bitcoin#26119: doc: Move -permitbaremultisig to the relay help ...
MacroFake
2022-09-19
Merge bitcoin/bitcoin#26005: Wallet: Fix error handling (copy_file failure in...
fanquake
2022-09-19
rpc: make addpeeraddress work with cjdns addresses
Martin Zumsande
2022-09-19
init: Abort if i2p/cjdns are chosen via -onlynet but unreachable
Martin Zumsande
2022-09-19
doc: Move -permitbaremultisig to the relay help category
MacroFake
2022-09-17
rpc: Allow importmulti watchonly imports with locked wallet
Aurèle Oulès
2022-09-17
wallet: AvailableCoins, simplify output script type acquisition
furszy
2022-09-17
Make miniscript string parsing account for exact script size as bound
Pieter Wuille
2022-09-17
Permit delaying duplicate key check in miniscript::Node construction
Pieter Wuille
2022-09-16
Bugfix: Wallet: Return util::Error rather than non-error nullptr when CreateW...
Luke Dashjr
2022-09-16
Bugfix: Wallet: Wrap RestoreWallet content in a try block to ensure exception...
Luke Dashjr
2022-09-16
Merge bitcoin/bitcoin#26087: build: prune BOOST_CPPFLAGS from libbitcoin_zmq
fanquake
2022-09-16
Merge bitcoin/bitcoin#26086: build: remove BOOST_CPPFLAGS usage from bitcoin-tx
fanquake
2022-09-16
Merge bitcoin/bitcoin#25971: refactor: Use std::string for thread and index n...
MacroFake
2022-09-16
Merge bitcoin/bitcoin#25499: Use steady clock for all millis bench logging
fanquake
2022-09-16
Merge bitcoin/bitcoin#26105: Use ReadLE64 in uint256::GetUint64 instead of du...
fanquake
2022-09-16
Merge bitcoin/bitcoin#26065: i2p: use the same destination type for transient...
fanquake
2022-09-15
Use ReadLE64 in uint256::GetUint64() instead of duplicating logic
Pieter Wuille
2022-09-15
Merge bitcoin/bitcoin#26024: wallet: fix sendall creates tx that fails tx-siz...
Andrew Chow
2022-09-15
Merge bitcoin/bitcoin#26091: test: Fix syncwithvalidationinterfacequeue calls
Andrew Chow
2022-09-15
Merge bitcoin/bitcoin#26090: fs: fully initialize `_OVERLAPPED` for win32
fanquake
2022-09-15
rpc: remove unneeded RPCTypeCheckArgument checks
furszy
2022-09-15
rpc: treat univalue type check error as RPC_TYPE_ERROR, not RPC_MISC_ERROR
furszy
2022-09-15
Fix issues identified by codespell 2.2.1 and update ignored words
Jon Atack
2022-09-15
net_processing: add thread safety annotation for m_highest_fast_announce
Anthony Towns
2022-09-15
net_processing: add thread safety annotations for PeerManagerImpl members acc...
Anthony Towns
2022-09-15
net_processing: add thread safety annotations for Peer members accessed only ...
Anthony Towns
2022-09-15
wallet: fix sendall creates tx that fails tx-size check
kouloumos
2022-09-15
build: remove duplicate / unneeded libs from bench_bitcoin
fanquake
2022-09-15
build: remove unused libevent cppflags
fanquake
2022-09-15
build: remove unused natpmp / upnp cppflags
fanquake
2022-09-15
test: Add missing syncwithvalidationinterfacequeue
MacroFake
[next]