Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-23 | Merge #9607: Remove redundant semicolons in Python code | Wladimir J. van der Laan | |
5cdf106 Remove redundant semicolons in Python code (practicalswift) | |||
2017-01-20 | Remove redundant semicolons in Python code | practicalswift | |
2017-01-19 | [QA] Add test for fundrawtransactions new reserveChangeKey option | Jonas Schnelli | |
2016-12-13 | Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'. | Chris Moore | |
2016-12-10 | Merge #9309: [qa] Wallet needs to stay unlocked for whole test | MarcoFalke | |
9359f8a Wallet needs to stay unlocked for whole test (Alex Morcos) | |||
2016-12-09 | Wallet needs to stay unlocked for whole test | Alex Morcos | |
2016-12-07 | [QA] add fundrawtransaction test on a locked wallet with empty keypool | Jonas Schnelli | |
2016-10-02 | [qa] util: Move wait_bitcoinds() into stop_nodes() | MarcoFalke | |
2016-06-17 | [qa] fundrawtransaction: Create get_unspent() | MarcoFalke | |
2016-06-17 | [qa] assert 'changePosition out of bounds' | MarcoFalke | |
2016-06-13 | [qa] fundrawtransaction: Fix race, assert amounts | MarcoFalke | |
2016-06-07 | [rpc] fundrawtransaction feeRate: Use BTC/kB | MarcoFalke | |
Also introduce UniValueType UniValueType is a wrapper for UniValue::VType which allows setting a typeAny flag. This flag indicates the type does not matter. (Used by RPCTypeCheckObj) | |||
2016-06-06 | [rpc] fundrawtransaction: Fix help text and interface | MarcoFalke | |
2016-06-03 | Merge #7967: [RPC] add feerate option to fundrawtransaction | Wladimir J. van der Laan | |
04eaa90 Add more clear interface for CoinControl.h regarding individual feerate (Jonas Schnelli) 3b35e48 [RPC] add feerate option to fundrawtransaction (Jonas Schnelli) | |||
2016-05-15 | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | |
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-04-28 | [RPC] add feerate option to fundrawtransaction | Jonas Schnelli | |
2016-04-15 | Add change options to fundrawtransaction | João Barbosa | |
2016-04-10 | [qa] py2: Unfiddle strings into bytes explicitly | MarcoFalke | |
2016-04-01 | [qa] rpc-tests: Properly use integers, floats | MarcoFalke | |
2016-03-31 | [qa] Use python2/3 syntax | MarcoFalke | |
2016-03-19 | [qa] rpc-test: Normalize assert() | MarcoFalke | |
2016-01-13 | [qa] Fix pyton syntax in rpc tests | MarcoFalke | |
2016-01-05 | SQUASHME: Fix rpc tests that assumed fallback to minRelayTxFee | Alex Morcos | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-10-20 | [rpc-tests] fundrawtransaction: Update fee after minRelayTxFee increase | MarcoFalke | |
2015-08-14 | Merge pull request #6415 | Wladimir J. van der Laan | |
d042854 SQUASH "Implement watchonly support in fundrawtransaction" (Matt Corallo) 428a898 SQUASH "Add have-pubkey distinction to ISMINE flags" (Matt Corallo) 6bdb474 Implement watchonly support in fundrawtransaction (Matt Corallo) f5813bd Add logic to track pubkeys as watch-only, not just scripts (Matt Corallo) d3354c5 Add have-pubkey distinction to ISMINE flags (Matt Corallo) 5c17059 Update importaddress help to push its use to script-only (Matt Corallo) a1d7df3 Add importpubkey method to import a watch-only pubkey (Matt Corallo) 907a425 Add p2sh option to importaddress to import redeemScripts (Matt Corallo) 983d2d9 Split up importaddress into helper functions (Matt Corallo) cfc3dd3 Also remove pay-2-pubkey from watch when adding a priv key (Matt Corallo) | |||
2015-07-20 | Implement watchonly support in fundrawtransaction | Matt Corallo | |
Some code and test cases stolen from Bryan Bishop <bryan@ledgerx.com> (pull #5524). | |||
2015-07-18 | Exempt unspendable transaction outputs from dust checks | zathras-crypto | |
Since unspendable outputs can't be spent, there is no threshold at which it would be uneconomic to spend them. This primarily targets transaction outputs with `OP_RETURN`. --- Initially based on: commit 9cf0ae26350033d43d5dd3c95054c0d1b1641eda Author: zathras-crypto <zathrasc@gmail.com> Date: Wed Mar 25 02:04:02 2015 -0700 Changes: - cherry-picked on top of bitcoin:master - added RPC test for fundrawtransaction | |||
2015-07-10 | [QA] remove rawtransactions.py from the extended test list | Jonas Schnelli | |
rawtransactions.py is already in the standard test list | |||
2015-07-10 | [QA] fix possible reorg issue in rawtransaction.py/fundrawtransaction.py RPC ↵ | Jonas Schnelli | |
test - added missing mempool sync between block generations | |||
2015-06-11 | fundrawtransaction tests | Jonas Schnelli | |