Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-17 | scripted-diff: change signrawtransaction to signrawtransactionwithwallet in ↵ | Andrew Chow | |
tests -BEGIN VERIFY SCRIPT- sed -i 's/\<signrawtransaction\>/signrawtransactionwithwallet/g' test/functional/*.py sed -i 's/\<signrawtransaction\>/signrawtransactionwithwallet/g' test/functional/test_framework/*.py -END VERIFY SCRIPT- | |||
2018-02-16 | scripted-diff: validateaddress to getaddressinfo in tests | Andrew Chow | |
Change all instances of validateaddress to getaddressinfo since it seems that no test actually uses validateaddress for actually validating addresses. -BEGIN VERIFY SCRIPT- find ./test/functional -path '*py' -not -path ./test/functional/wallet_disable.py -not -path ./test/functional/rpc_deprecated.py -not -path ./test/functional/wallet_address_types.py -exec sed -i'' -e 's/validateaddress/getaddressinfo/g' {} \; -END VERIFY SCRIPT- | |||
2018-02-10 | rpc: Reject deprecated reserveChangeKey in fundrawtransaction | MarcoFalke | |
2018-01-29 | tests: Fix accidental redefinition of previously defined variable via list ↵ | practicalswift | |
comprehension | |||
2018-01-25 | [tests] Rename rpc_* functional tests. | Anthony Towns | |