aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-11-08Merge bitcoin/bitcoin#23439: test: Open streams_test_tmp file in temporary fo...MarcoFalke
2021-11-08build: Fix `make apk` if ccache enabledHennadii Stepanov
2021-11-05Merge bitcoin/bitcoin#23334: fuzz: Descriptor walletMarcoFalke
2021-11-04Open streams_test_tmp file in temporary folderMartin Leitner-Ankerl
2021-11-05Merge bitcoin/bitcoin#22949: fee: Round up fee calculation to avoid a lower t...Samuel Dobson
2021-11-03Merge bitcoin/bitcoin#23211: refactor: move `update_*` structs from txmempool...MarcoFalke
2021-11-02Merge bitcoin/bitcoin#23223: Disable lock contention logging in checkqueue_testsMarcoFalke
2021-11-02Merge bitcoin/bitcoin#22735: [net] Don't return an optional from TransportDes...MarcoFalke
2021-11-01Merge bitcoin/bitcoin#23403: test: Fix segfault in the psbt_wallet_tests/psbt...MarcoFalke
2021-11-01Merge bitcoin/bitcoin#22766: refactor: Clarify and disable unused ArgsManager...fanquake
2021-11-01Merge bitcoin/bitcoin#23380: addrman: Fix AddrMan::Add() return semantics and...fanquake
2021-10-31test: Avoid excessive locking of `cs_wallet`Hennadii Stepanov
2021-10-31test: Fix segfault in the psbt_wallet_tests/psbt_updater_testHennadii Stepanov
2021-10-30Merge bitcoin/bitcoin#23385: refactor: get wallet path relative to wallet_dirfanquake
2021-10-29refactor: get wallet path relative to wallet_dirMichael Dietz
2021-10-29Merge bitcoin/bitcoin#23354: Introduce new V4 format addrmanMarcoFalke
2021-10-29Merge bitcoin/bitcoin#22787: refactor: actual immutable pointingMarcoFalke
2021-10-28[MOVEONLY] reorder functions in addrman_impl.h and addrman.cppJohn Newbery
2021-10-28[addrman] Add Add_() inner function, fix Add() return semanticsJohn Newbery
2021-10-28[addrman] Rename Add_() to AddSingle()John Newbery
2021-10-28[addrman] Add doxygen comment to AddrMan::Add()John Newbery
2021-10-26Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, b...MarcoFalke
2021-10-26Merge bitcoin/bitcoin#23332: doc: Fix CWalletTx::Confirmation docMarcoFalke
2021-10-25Introduce new V4 format addrmanPieter Wuille
2021-10-25scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flagsRussell Yanofsky
2021-10-25Merge bitcoin/bitcoin#23306: Make AddrMan support multiple ports per IPMarcoFalke
2021-10-25refactor: Add explicit DISALLOW_NEGATION ArgsManager flag to clarify flag usageRussell Yanofsky
2021-10-25refactor: Split InterpretOption into Interpret{Key,Value} functionsRussell Yanofsky
2021-10-25Merge bitcoin/bitcoin#23311: wallet: Use PACKAGE_NAME to mention our softwareMarcoFalke
2021-10-25Merge bitcoin/bitcoin#23157: txmempool -/-> validation 1/2: improve performan...MarcoFalke
2021-10-25Merge bitcoin/bitcoin#23338: tests: speed up coinselector_testsMarcoFalke
2021-10-25refactor: use CWallet const shared pointers when possibleKarl-Johan Alm
2021-10-25refactor: const shared_ptrsKarl-Johan Alm
2021-10-22walletdb: Use SQLiteDatabase for mock wallet databasesAndrew Chow
2021-10-22tests: Place into mapWallet in coinselector_testsAndrew Chow
2021-10-22Merge bitcoin-core/gui#454: Use only Qt translation primitives in GUI codeHennadii Stepanov
2021-10-22Make AddrMan support multiple ports per IPPieter Wuille
2021-10-22Merge bitcoin/bitcoin#23336: refactor: Make GenTxid boolean constructor privateMarcoFalke
2021-10-22Merge bitcoin/bitcoin#23139: rpc: fix "trusted" field in TransactionDescripti...W. J. van der Laan
2021-10-22Merge bitcoin/bitcoin#22789: external_signer: improve fingerprint matching lo...W. J. van der Laan
2021-10-22Merge bitcoin/bitcoin#23181: refactor: remove references to deprecated values...W. J. van der Laan
2021-10-22Merge bitcoin/bitcoin#23288: tests: remove usage of LegacyScriptPubKeyMan fro...W. J. van der Laan
2021-10-22Merge bitcoin/bitcoin#23333: wallet: fix segfault by avoiding invalid default...fanquake
2021-10-22Merge bitcoin/bitcoin#23140: Make CAddrman::Select_ select buckets, not posit...W. J. van der Laan
2021-10-22Merge bitcoin/bitcoin#23002: Make descriptor wallets by defaultMarcoFalke
2021-10-22Merge bitcoin/bitcoin#23042: net: Avoid logging AlreadyHaveTx when disconnect...fanquake
2021-10-22fuzz: Add wallet fuzz testMarcoFalke
2021-10-22refactor: Use local args instead of global gArgs in CWallet::CreateMarcoFalke
2021-10-22Make GenTxid boolean constructor privateMarcoFalke
2021-10-22remove unused CTxMemPool::info(const uint256& txid)MarcoFalke