aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-02wallet: Use correct effective value when checking targetAurèle Oulès
2022-10-01refactor: move Boost datetime usage to walletfanquake
2022-09-30fuzz: Limit outpoints.size in txorphan target to avoid OOMMacroFake
2022-09-30Merge bitcoin/bitcoin#26131: log: log RPC port on startupMacroFake
2022-09-30Merge bitcoin/bitcoin#26074: refactor: Set RPCArg options with designated ini...MacroFake
2022-09-29Update leveldb-subtree subtree to latest upstreamfanquake
2022-09-27refactor: Do not discard `try_lock()` return valueHennadii Stepanov
2022-09-27Merge bitcoin/bitcoin#26172: p2p: ProcessHeadersMessage(): fix received_new_h...glozow
2022-09-27Merge bitcoin/bitcoin#26156: test: check that `listdescriptors` descriptor st...MacroFake
2022-09-26doc, rpc: mention that `listdescriptors` result is sorted by string represent...Sebastian Falbesoner
2022-09-25Merge bitcoin/bitcoin#26159: build: Remove `stdlib.h` from header checksMacroFake
2022-09-24Merge bitcoin/bitcoin#26130: Bugfix: Wallet: Lock cs_wallet for SignMessageMacroFake
2022-09-24p2p: ProcessHeadersMessage(): fix received_new_headerLarry Ruane
2022-09-23refactor: use <cstdlib> over stdlib.hfanquake
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-19log: log RPC port on startupJames O'Beirne
2022-09-20Bugfix: Wallet: Lock cs_wallet for SignMessageLuke Dashjr
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-19Use steady clock for bench loggingMacroFake
2022-09-19scripted-diff: Rename time symbolsMacroFake
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