aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | wallet: add sendtoaddress/sendmany explicit fee rate coverageJon Atack2020-10-291-6/+19
| * | | | | | | | | | | | wallet: add walletcreatefundedpsbt explicit fee rate coverageJon Atack2020-10-291-1/+46
| * | | | | | | | | | | | test: refactor for walletcreatefundedpsbt fee rate coverageJon Atack2020-10-291-6/+11
| * | | | | | | | | | | | wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget()Jon Atack2020-10-292-4/+60
| * | | | | | | | | | | | wallet: combine redundant bumpfee invalid params and args testsJon Atack2020-10-271-75/+51
| * | | | | | | | | | | | wallet: improve bumpfee error/help, add explicit fee rate coverageJon Atack2020-10-272-12/+43
| * | | | | | | | | | | | wallet: fix SetFeeEstimateMode() error messageJon Atack2020-10-252-5/+5
| * | | | | | | | | | | | wallet, bugfix: fix bumpfee with explicit fee rate modesJon Atack2020-10-242-4/+12
* | | | | | | | | | | | | Merge #20282: wallet: change upgradewallet return type to be an objectSamuel Dobson2020-11-042-4/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [wallet] Return object from upgradewallet RPCSishir Giri2020-11-022-4/+13
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge #20237: net: Hardcoded seeds update for 0.21Wladimir J. van der Laan2020-11-034-1119/+1955
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | net: Hardcoded seeds update for 0.21Wladimir J. van der Laan2020-10-252-1118/+1952
| * | | | | | | | | | | | contrib: Add new versions to makeseeds.py and update gitignoreRandyMcMillan2020-10-252-1/+3
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #20290: fuzz: Fix DecodeHexTx fuzzing harness issueMarcoFalke2020-11-031-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fuzz: Fix DecodeHexTx fuzzing harness issuepracticalswift2020-11-021-2/+1
* | | | | | | | | | | | | Merge #20289: fuzz: Check for addrv1 compatibility before using addrv1 serial...MarcoFalke2020-11-031-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fuzz: Check for addrv1 compatibility before using addrv1 serializer on CServicepracticalswift2020-11-021-1/+4
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge #20187: Addrman: test-before-evict bugfix and improvements for block-re...fanquake2020-11-035-25/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Avoid test-before-evict evictions of current peersSuhas Daftuar2020-10-271-4/+23
| * | | | | | | | | | | | Refactor test for existing peer connection into own functionSuhas Daftuar2020-10-272-1/+12
| * | | | | | | | | | | | Call CAddrMan::Good() on block-relay-only peer addressesSuhas Daftuar2020-10-271-10/+18
| * | | | | | | | | | | | Avoid calling CAddrMan::Connected() on block-relay-only peer addressesSuhas Daftuar2020-10-275-10/+12
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge #20263: Update assumed chain paramsWladimir J. van der Laan2020-11-021-20/+20
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update assumed chain paramsMarcoFalke2020-11-021-20/+20
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #18788: tests: Update more tests to work with descriptor walletsWladimir J. van der Laan2020-11-0220-392/+721
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tests: Make only desc wallets for wallet_multwallet.py --descriptorsAndrew Chow2020-11-011-24/+44
| * | | | | | | | | | | | Avoid creating legacy wallets in wallet_importdescriptors.pyAndrew Chow2020-11-011-1/+2
| * | | | | | | | | | | | Update feature_backwards_compatibility for descriptor walletsAndrew Chow2020-11-012-82/+102
| * | | | | | | | | | | | Update wallet_labels.py to not require descriptors=FalseAndrew Chow2020-11-011-2/+2
| * | | | | | | | | | | | tests: Add a --legacy-wallet that is mutually exclusive with --descriptorsAndrew Chow2020-11-012-10/+36
| * | | | | | | | | | | | Disable some tests for tool_wallet when descriptorsAndrew Chow2020-11-011-3/+6
| * | | | | | | | | | | | Make raw multisig tests legacy wallet only in rpc_rawtransaction.pyAndrew Chow2020-11-011-116/+131
| * | | | | | | | | | | | Do addmultisigaddress tests in legacy wallet mode in wallet_address_types.pyAndrew Chow2020-11-011-12/+19
| * | | | | | | | | | | | Use importdescriptors when in descriptor wallet mode in wallet_createwallet.pyAndrew Chow2020-11-011-10/+45
| * | | | | | | | | | | | Avoid dumpprivkey and watchonly behavior in rpc_signrawtransaction.pyAndrew Chow2020-11-011-13/+21
| * | | | | | | | | | | | Add script equivalent of functions in address.pyAndrew Chow2020-11-011-1/+58
| * | | | | | | | | | | | Add descriptor wallet output to tool_wallet.pyAndrew Chow2020-11-011-25/+56
| * | | | | | | | | | | | Use separate watchonly wallet for multisig in feature_nulldummy.pyAndrew Chow2020-11-012-14/+25
| * | | | | | | | | | | | Move import and watchonly tests to be legacy wallet only in wallet_balance.pyAndrew Chow2020-11-011-16/+26
| * | | | | | | | | | | | Use importdescriptors for descriptor wallets in wallet_bumpfee.pyAndrew Chow2020-11-011-7/+17
| * | | | | | | | | | | | Avoid dumpprivkey in wallet_listsinceblock.pyAndrew Chow2020-11-011-5/+14
| * | | | | | | | | | | | Make import tests in wallet_listtransactions.py legacy wallet onlyAndrew Chow2020-11-011-12/+14
| * | | | | | | | | | | | Use a separate watchonly wallet in rpc_fundrawtransaction.pyAndrew Chow2020-11-011-19/+70
| * | | | | | | | | | | | Update wallet_importprunedfunds to avoid dumpprivkeyAndrew Chow2020-11-011-20/+33
* | | | | | | | | | | | | Merge #20279: doc: release process updates/fixupsMarcoFalke2020-11-021-6/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | doc: fix getchaintxstats fields in release-process.mdJon Atack2020-11-011-6/+5
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge #20165: Only relay Taproot spends if next block has it activeMarcoFalke2020-11-029-16/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Increase feature_taproot inactive test coveragePieter Wuille2020-10-301-1/+5
| * | | | | | | | | | | | Only relay Taproot spends if next block has it activePieter Wuille2020-10-309-15/+23
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge #20281: docs: Correct getblockstats documentation for (sw)total_weightMarcoFalke2020-11-021-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \