| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | wallet: add sendtoaddress/sendmany explicit fee rate coverage | Jon Atack | 2020-10-29 | 1 | -6/+19 | |
| | * | | | | | | | | | | | | wallet: add walletcreatefundedpsbt explicit fee rate coverage | Jon Atack | 2020-10-29 | 1 | -1/+46 | |
| | * | | | | | | | | | | | | test: refactor for walletcreatefundedpsbt fee rate coverage | Jon Atack | 2020-10-29 | 1 | -6/+11 | |
| | * | | | | | | | | | | | | wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget() | Jon Atack | 2020-10-29 | 2 | -4/+60 | |
| | * | | | | | | | | | | | | wallet: combine redundant bumpfee invalid params and args tests | Jon Atack | 2020-10-27 | 1 | -75/+51 | |
| | * | | | | | | | | | | | | wallet: improve bumpfee error/help, add explicit fee rate coverage | Jon Atack | 2020-10-27 | 2 | -12/+43 | |
| | * | | | | | | | | | | | | wallet: fix SetFeeEstimateMode() error message | Jon Atack | 2020-10-25 | 2 | -5/+5 | |
| | * | | | | | | | | | | | | wallet, bugfix: fix bumpfee with explicit fee rate modes | Jon Atack | 2020-10-24 | 2 | -4/+12 | |
| * | | | | | | | | | | | | | Merge #20282: wallet: change upgradewallet return type to be an object | Samuel Dobson | 2020-11-04 | 2 | -4/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | [wallet] Return object from upgradewallet RPC | Sishir Giri | 2020-11-02 | 2 | -4/+13 | |
| | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge #20237: net: Hardcoded seeds update for 0.21 | Wladimir J. van der Laan | 2020-11-03 | 4 | -1119/+1955 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | net: Hardcoded seeds update for 0.21 | Wladimir J. van der Laan | 2020-10-25 | 2 | -1118/+1952 | |
| | * | | | | | | | | | | | | contrib: Add new versions to makeseeds.py and update gitignore | RandyMcMillan | 2020-10-25 | 2 | -1/+3 | |
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge #20290: fuzz: Fix DecodeHexTx fuzzing harness issue | MarcoFalke | 2020-11-03 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | fuzz: Fix DecodeHexTx fuzzing harness issue | practicalswift | 2020-11-02 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | Merge #20289: fuzz: Check for addrv1 compatibility before using addrv1 serial... | MarcoFalke | 2020-11-03 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | fuzz: Check for addrv1 compatibility before using addrv1 serializer on CService | practicalswift | 2020-11-02 | 1 | -1/+4 | |
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge #20187: Addrman: test-before-evict bugfix and improvements for block-re... | fanquake | 2020-11-03 | 5 | -25/+65 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Avoid test-before-evict evictions of current peers | Suhas Daftuar | 2020-10-27 | 1 | -4/+23 | |
| | * | | | | | | | | | | | | Refactor test for existing peer connection into own function | Suhas Daftuar | 2020-10-27 | 2 | -1/+12 | |
| | * | | | | | | | | | | | | Call CAddrMan::Good() on block-relay-only peer addresses | Suhas Daftuar | 2020-10-27 | 1 | -10/+18 | |
| | * | | | | | | | | | | | | Avoid calling CAddrMan::Connected() on block-relay-only peer addresses | Suhas Daftuar | 2020-10-27 | 5 | -10/+12 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge #20263: Update assumed chain params | Wladimir J. van der Laan | 2020-11-02 | 1 | -20/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Update assumed chain params | MarcoFalke | 2020-11-02 | 1 | -20/+20 | |
| | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge #18788: tests: Update more tests to work with descriptor wallets | Wladimir J. van der Laan | 2020-11-02 | 20 | -392/+721 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | tests: Make only desc wallets for wallet_multwallet.py --descriptors | Andrew Chow | 2020-11-01 | 1 | -24/+44 | |
| | * | | | | | | | | | | | | Avoid creating legacy wallets in wallet_importdescriptors.py | Andrew Chow | 2020-11-01 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | Update feature_backwards_compatibility for descriptor wallets | Andrew Chow | 2020-11-01 | 2 | -82/+102 | |
| | * | | | | | | | | | | | | Update wallet_labels.py to not require descriptors=False | Andrew Chow | 2020-11-01 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | tests: Add a --legacy-wallet that is mutually exclusive with --descriptors | Andrew Chow | 2020-11-01 | 2 | -10/+36 | |
| | * | | | | | | | | | | | | Disable some tests for tool_wallet when descriptors | Andrew Chow | 2020-11-01 | 1 | -3/+6 | |
| | * | | | | | | | | | | | | Make raw multisig tests legacy wallet only in rpc_rawtransaction.py | Andrew Chow | 2020-11-01 | 1 | -116/+131 | |
| | * | | | | | | | | | | | | Do addmultisigaddress tests in legacy wallet mode in wallet_address_types.py | Andrew Chow | 2020-11-01 | 1 | -12/+19 | |
| | * | | | | | | | | | | | | Use importdescriptors when in descriptor wallet mode in wallet_createwallet.py | Andrew Chow | 2020-11-01 | 1 | -10/+45 | |
| | * | | | | | | | | | | | | Avoid dumpprivkey and watchonly behavior in rpc_signrawtransaction.py | Andrew Chow | 2020-11-01 | 1 | -13/+21 | |
| | * | | | | | | | | | | | | Add script equivalent of functions in address.py | Andrew Chow | 2020-11-01 | 1 | -1/+58 | |
| | * | | | | | | | | | | | | Add descriptor wallet output to tool_wallet.py | Andrew Chow | 2020-11-01 | 1 | -25/+56 | |
| | * | | | | | | | | | | | | Use separate watchonly wallet for multisig in feature_nulldummy.py | Andrew Chow | 2020-11-01 | 2 | -14/+25 | |
| | * | | | | | | | | | | | | Move import and watchonly tests to be legacy wallet only in wallet_balance.py | Andrew Chow | 2020-11-01 | 1 | -16/+26 | |
| | * | | | | | | | | | | | | Use importdescriptors for descriptor wallets in wallet_bumpfee.py | Andrew Chow | 2020-11-01 | 1 | -7/+17 | |
| | * | | | | | | | | | | | | Avoid dumpprivkey in wallet_listsinceblock.py | Andrew Chow | 2020-11-01 | 1 | -5/+14 | |
| | * | | | | | | | | | | | | Make import tests in wallet_listtransactions.py legacy wallet only | Andrew Chow | 2020-11-01 | 1 | -12/+14 | |
| | * | | | | | | | | | | | | Use a separate watchonly wallet in rpc_fundrawtransaction.py | Andrew Chow | 2020-11-01 | 1 | -19/+70 | |
| | * | | | | | | | | | | | | Update wallet_importprunedfunds to avoid dumpprivkey | Andrew Chow | 2020-11-01 | 1 | -20/+33 | |
| * | | | | | | | | | | | | | Merge #20279: doc: release process updates/fixups | MarcoFalke | 2020-11-02 | 1 | -6/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | doc: fix getchaintxstats fields in release-process.md | Jon Atack | 2020-11-01 | 1 | -6/+5 | |
| | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge #20165: Only relay Taproot spends if next block has it active | MarcoFalke | 2020-11-02 | 9 | -16/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Increase feature_taproot inactive test coverage | Pieter Wuille | 2020-10-30 | 1 | -1/+5 | |
| | * | | | | | | | | | | | | Only relay Taproot spends if next block has it active | Pieter Wuille | 2020-10-30 | 9 | -15/+23 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge #20281: docs: Correct getblockstats documentation for (sw)total_weight | MarcoFalke | 2020-11-02 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||