aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-01Use separate watchonly wallet for multisig in feature_nulldummy.pyAndrew Chow
2020-11-01Move import and watchonly tests to be legacy wallet only in wallet_balance.pyAndrew Chow
2020-11-01Use importdescriptors for descriptor wallets in wallet_bumpfee.pyAndrew Chow
2020-11-01Avoid dumpprivkey in wallet_listsinceblock.pyAndrew Chow
2020-11-01Make import tests in wallet_listtransactions.py legacy wallet onlyAndrew Chow
2020-11-01Use a separate watchonly wallet in rpc_fundrawtransaction.pyAndrew Chow
2020-11-01Update wallet_importprunedfunds to avoid dumpprivkeyAndrew Chow
2020-11-02Merge #20271: doc: Document that wallet salvage is experimentalSamuel Dobson
2020-11-02Merge #20262: tests: Skip --descriptor tests if sqlite is not compiledSamuel Dobson
2020-11-02Merge #20080: Strip any trailing `/` in -datadir and -blocksdir pathsSamuel Dobson
2020-11-01doc: fix getchaintxstats fields in release-process.mdJon Atack
2020-11-01docs: Correct getblockstats documentation for (sw)total_weightNadav Ivgi
2020-11-01refactor: qt: Use vQueueNotifications.clear()João Barbosa
2020-10-30Increase feature_taproot inactive test coveragePieter Wuille
2020-10-30Only relay Taproot spends if next block has it activePieter Wuille
2020-10-30doc: Document that wallet salvage is experimentalMarcoFalke
2020-10-29Fix change detection of imported internal descriptorsAndrew Chow
2020-10-29Ensure a legacy wallet for BDB format checkAndrew Chow
2020-10-29Skip --descriptor tests if sqlite is not compiledAndrew Chow
2020-10-29Merge #20186: wallet: Make -wallet setting not create walletsMarcoFalke
2020-10-29Merge #20257: Update secp256k1 subtree to latest masterfanquake
2020-10-29Merge #20195: build: fix mutex detection when building bdb on macOSWladimir J. van der Laan
2020-10-29Merge #20115: cli: -netinfo quick updates/fixups for 0.21Wladimir J. van der Laan
2020-10-29Merge #20156: build: Make sqlite support optional (compile-time)Wladimir J. van der Laan
2020-10-29Merge #20242: fuzz: Properly initialize PrecomputedTransactionDataWladimir J. van der Laan
2020-10-29Merge #19753: p2p: don't add AlreadyHave transactions to recentRejectsWladimir J. van der Laan
2020-10-29rpc: update conf_target helps for correctness/consistencyJon Atack
2020-10-29wallet, rpc: fix send subtract_fee_from_outputs helpJon Atack
2020-10-29wallet: add rpc send explicit fee rate coverageJon Atack
2020-10-29wallet: add sendtoaddress/sendmany explicit fee rate coverageJon Atack
2020-10-29wallet: add walletcreatefundedpsbt explicit fee rate coverageJon Atack
2020-10-29test: refactor for walletcreatefundedpsbt fee rate coverageJon Atack
2020-10-29wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget()Jon Atack
2020-10-28Merge #20258: tests: Remove getnettotals/getpeerinfo consistency testMarcoFalke
2020-10-28[tests] Remove getnettotals/getpeerinfo consistency testJohn Newbery
2020-10-28Merge #19877: [test] clarify rpc_net & p2p_disconnect_ban functional testsWladimir J. van der Laan
2020-10-28Merge #20256: qt: Pre-splitoff translations updateMarcoFalke
2020-10-27Update secp256k1 subtree to latest masterPieter Wuille
2020-10-27Squashed 'src/secp256k1/' changes from c6b6b8f1bb..3967d96bf1Pieter Wuille
2020-10-27[test] Clarify setup of node topology.Amiti Uttarwar
2020-10-28qt: Make transaction notification queue wallet specificJoão Barbosa
2020-10-28move-only: Define TransactionNotification before TransactionTablePrivJoão Barbosa
2020-10-27[move-only, test]: Match test order with run orderAmiti Uttarwar
2020-10-27wallet: combine redundant bumpfee invalid params and args testsJon Atack
2020-10-27wallet: improve bumpfee error/help, add explicit fee rate coverageJon Atack
2020-10-27doc: Update data directory path commentsHennadii Stepanov
2020-10-27util: Add StripRedundantLastElementsOfPath functionHennadii Stepanov
2020-10-27qt: Pre-splitoff translations updateWladimir J. van der Laan
2020-10-27Avoid test-before-evict evictions of current peersSuhas Daftuar
2020-10-27Refactor test for existing peer connection into own functionSuhas Daftuar