aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-03net: recognize CJDNS from ParseNetwork()Vasil Dimov
2021-11-03net: use -proxy for connecting to the CJDNS networkVasil Dimov
2021-11-03net: make it possible to connect to CJDNS addressesVasil Dimov
2021-11-03Merge bitcoin/bitcoin#23154: doc: add assumeutxo notesMarcoFalke
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-02Adds verification step to Schnorr and ECDSA signingamadeuszpawlik
2021-11-02Merge bitcoin/bitcoin#22735: [net] Don't return an optional from TransportDes...MarcoFalke
2021-11-02Merge bitcoin/bitcoin#23410: doc: Add output script descriptors BIPs 380..386MarcoFalke
2021-11-01doc: Add output script descriptors BIPs 380..386Hennadii Stepanov
2021-11-01Merge bitcoin/bitcoin#23403: test: Fix segfault in the psbt_wallet_tests/psbt...MarcoFalke
2021-11-01refactor: Take Span in SetSeedMarcoFalke
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-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-29Merge bitcoin/bitcoin#23354: Introduce new V4 format addrmanMarcoFalke
2021-10-29Merge bitcoin/bitcoin#23375: test: MiniWallet: more deterministic coin select...MarcoFalke
2021-10-29Merge bitcoin/bitcoin#22972: test: fix misleading fee unit in mempool_limit.pyMarcoFalke
2021-10-29Merge bitcoin/bitcoin#22787: refactor: actual immutable pointingMarcoFalke
2021-10-28[validation/rpc] cache + use vsize calculated in PreChecksglozow
2021-10-28[validation] re-introduce bool for whether a transaction is RBFglozow
2021-10-28[validation/refactor] store precomputed txdata in workspaceglozow
2021-10-28[validation] case-based constructors for ATMPArgsglozow
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-28ci: Build fuzz with libsqlite3-devMarcoFalke
2021-10-28[addrman] Rename Add_() to AddSingle()John Newbery
2021-10-28[addrman] Add doxygen comment to AddrMan::Add()John Newbery
2021-10-27test: MiniWallet: more deterministic coin selection for coinbase UTXOs (oldes...Sebastian Falbesoner
2021-10-27Merge bitcoin/bitcoin#23305: test: refactor: add `script_util` helper for cre...MarcoFalke
2021-10-26Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, b...MarcoFalke
2021-10-26test: add script_util helper for creating bare multisig scriptsSebastian Falbesoner
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#23312: tests: reduce feature_segwit.py usage of the leg...MarcoFalke
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#22711: test: check for specific block reject reasons in...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-23Merge bitcoin/bitcoin#23215: ci: Add vcpkg tools cachefanquake