BIP 0017 QA: Difference between revisions
No edit summary |
No edit summary |
||
Line 62: | Line 62: | ||
| | | | ||
|- style="background:# | |- style="background:#90ff90" | ||
| || | | || ✓ | ||
| Run 0.6 Bitcoin-Qt GUI on one of the test wallets from above<br /> | | Run 0.6 Bitcoin-Qt GUI on one of the test wallets from above<br /> | ||
Result: balance and transactions displayed correctly | Result: balance and transactions displayed correctly |
Revision as of 21:09, 30 January 2012
This page is a Quality Assurance test plan for BIPs 17. If you see a test missing, please add it. If you can help test, please edit this page to sign-off on it.
Testnet | Mainnet | Test Procedure | Tested by |
---|---|---|---|
Run BIP-17-capable Bitcoin 0.6 Send coins using GUI, RPC sendtoaddress, and RPC sendmany commands |
|||
✓ | ✓ | Test multisig 1-of-1 Run 0.6 bitcoind, get a public key with: ./bitcoind validateaddress $(./bitcoind getnewaddress) |
Luke Dashjr |
Test multisig 1-of-2 Run 0.6 bitcoind, get 2 new bitcoin addresses |
|||
Test multisig 1-of-3, 2-of-3, 3-of-3 Repeat test procedures above, with the other new multisignature transaction types |
|||
Test multisig send-to-other Repeat test procedures above, but use two bitcoinds, prepared as follows: |
|||
Test redeeming multisignature transactions Fund a new, empty wallet entirely with multisig transactions |
|||
✓ | Run 0.6 Bitcoin-Qt GUI on one of the test wallets from above Result: balance and transactions displayed correctly |
||
✓ | ✓ | Run BIP-17-capable backport Bitcoin 0.3.19 through 0.5.1 Send coins using GUI, RPC sendtoaddress, and RPC sendmany commands |
|
✓ | n/a | Run BIP-17-capable Bitcoin 0.6.0 Mine coins using built-in miner |
|
✓ | Run BIP-17-capable Bitcoin 0.6.0 Mine coins using getwork interface |
||
✓ | Run BIP-17-capable Bitcoin 0.6.0 Mine coins using getmemorypool interface |
||
✓ | n/a | Run BIP-17-capable Bitcoin 0.3.19 through 0.5.1 backports Mine coins using built-in miner |
|
✓ | Run BIP-17-capable Bitcoin 3.19 through 0.5.1 backports Mine coins using getwork interface |
Luke Dashjr | |
✓ | Run BIP-17-capable Bitcoin 3.19 through 0.5.1 backports Mine coins using getmemorypool interface |
Luke Dashjr | |
✓ | n/a | Create/run unit tests for: multisignature signing/verification |
Luke Dashjr, Gavin Andresen |
Create/run 'transaction fuzzer' to stress-test BIP 17 transactions |