aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-20bench: explicitly make all current benchmarks "high" priorityfurszy
2022-10-20bench: add "priority level" to the benchmark frameworkfurszy
2022-09-28bench: place benchmark implementation inside benchmark namespacefurszy
2022-09-22Merge bitcoin/bitcoin#26012: fuzz: Avoid timeout in bitdeque fuzz targetfanquake
2022-09-22Merge bitcoin/bitcoin#26150: build: remove stdio.h from header checksfanquake
2022-09-21Merge bitcoin/bitcoin#26149: Fix assert failure in miniscript string parsingAndrew Chow
2022-09-21refactor: use <cstdio> over stdio.hfanquake
2022-09-21Merge bitcoin/bitcoin#25933: wallet: AvailableCoins, simplify output script t...Andrew Chow
2022-09-21Correct sanity-checking script_size calculationPieter Wuille
2022-09-21Merge bitcoin/bitcoin#26099: build: remove duplicate / unneeded libs from ben...fanquake
2022-09-21Merge bitcoin/bitcoin#25737: rpc: treat univalue type check error as RPC_TYPE...fanquake
2022-09-21Merge bitcoin/bitcoin#25989: init: abort if i2p/cjdns are chosen via -onlynet...fanquake
2022-09-20Merge bitcoin/bitcoin#26132: wallet: Fix nNextResend data race in ResubmitWal...Andrew Chow
2022-09-20Merge bitcoin/bitcoin#26116: rpc: Allow importmulti watchonly imports with lo...Andrew Chow
2022-09-20Merge bitcoin/bitcoin#26036: net: add NetEventsInterface::g_msgproc_mutexfanquake
2022-09-20Fix nNextResend data race in ResubmitWalletTransactionsMacroFake
2022-09-20Merge bitcoin/bitcoin#26095: script: bump codespell to 2.2.1, update ignored ...MacroFake
2022-09-20Merge bitcoin/bitcoin#26067: util: improve bitcoin-wallet exit codesMacroFake
2022-09-19Merge bitcoin/bitcoin#26119: doc: Move -permitbaremultisig to the relay help ...MacroFake
2022-09-19Merge bitcoin/bitcoin#26005: Wallet: Fix error handling (copy_file failure in...fanquake
2022-09-19rpc: make addpeeraddress work with cjdns addressesMartin Zumsande
2022-09-19init: Abort if i2p/cjdns are chosen via -onlynet but unreachableMartin Zumsande
2022-09-19doc: Move -permitbaremultisig to the relay help categoryMacroFake
2022-09-17rpc: Allow importmulti watchonly imports with locked walletAurèle Oulès
2022-09-17wallet: AvailableCoins, simplify output script type acquisitionfurszy
2022-09-17Make miniscript string parsing account for exact script size as boundPieter Wuille
2022-09-17Permit delaying duplicate key check in miniscript::Node constructionPieter Wuille
2022-09-16Bugfix: Wallet: Return util::Error rather than non-error nullptr when CreateW...Luke Dashjr
2022-09-16Bugfix: Wallet: Wrap RestoreWallet content in a try block to ensure exception...Luke Dashjr
2022-09-16Merge bitcoin/bitcoin#26087: build: prune BOOST_CPPFLAGS from libbitcoin_zmqfanquake
2022-09-16Merge bitcoin/bitcoin#26086: build: remove BOOST_CPPFLAGS usage from bitcoin-txfanquake
2022-09-16Merge bitcoin/bitcoin#25971: refactor: Use std::string for thread and index n...MacroFake
2022-09-16Merge bitcoin/bitcoin#25499: Use steady clock for all millis bench loggingfanquake
2022-09-16Merge bitcoin/bitcoin#26105: Use ReadLE64 in uint256::GetUint64 instead of du...fanquake
2022-09-16Merge bitcoin/bitcoin#26065: i2p: use the same destination type for transient...fanquake
2022-09-15Use ReadLE64 in uint256::GetUint64() instead of duplicating logicPieter Wuille
2022-09-15Merge bitcoin/bitcoin#26024: wallet: fix sendall creates tx that fails tx-siz...Andrew Chow
2022-09-15Merge bitcoin/bitcoin#26091: test: Fix syncwithvalidationinterfacequeue callsAndrew Chow
2022-09-15Merge bitcoin/bitcoin#26090: fs: fully initialize `_OVERLAPPED` for win32fanquake
2022-09-15rpc: remove unneeded RPCTypeCheckArgument checksfurszy
2022-09-15rpc: treat univalue type check error as RPC_TYPE_ERROR, not RPC_MISC_ERRORfurszy
2022-09-15Fix issues identified by codespell 2.2.1 and update ignored wordsJon Atack
2022-09-15net_processing: add thread safety annotation for m_highest_fast_announceAnthony Towns
2022-09-15net_processing: add thread safety annotations for PeerManagerImpl members acc...Anthony Towns
2022-09-15net_processing: add thread safety annotations for Peer members accessed only ...Anthony Towns
2022-09-15wallet: fix sendall creates tx that fails tx-size checkkouloumos
2022-09-15build: remove duplicate / unneeded libs from bench_bitcoinfanquake
2022-09-15build: remove unused libevent cppflagsfanquake
2022-09-15build: remove unused natpmp / upnp cppflagsfanquake
2022-09-15test: Add missing syncwithvalidationinterfacequeueMacroFake