BIP 0017 QA: Difference between revisions
No edit summary |
No edit summary |
||
Line 84: | Line 84: | ||
|- style="background:#ff9090" | |- style="background:#ff9090" | ||
| | | || | ||
| Run BIP-17-capable Bitcoin 0.6.0<br /> | | Run BIP-17-capable Bitcoin 0.6.0<br /> | ||
Mine coins using getwork interface<br /> | Mine coins using getwork interface<br /> | ||
Line 107: | Line 107: | ||
| | | | ||
|- style="background:# | |- style="background:#ffff90" | ||
| || | | ✓ || | ||
| Run BIP-17-capable Bitcoin 3.19 through 0.5.1 backports<br /> | | Run BIP-17-capable Bitcoin 3.19 through 0.5.1 backports<br /> | ||
Mine coins using getwork interface<br /> | Mine coins using getwork interface<br /> | ||
Result: blocks accepted, show up on pre-BIP17 clients<br /> | Result: blocks accepted, show up on pre-BIP17 clients<br /> | ||
Result: mined blocks' coinbase contains p2sh/CHV string | Result: mined blocks' coinbase contains p2sh/CHV string | ||
| | | Luke Dashjr | ||
|- style="background:# | |- style="background:#ffff90" | ||
| || | | ✓ || | ||
| Run BIP-17-capable Bitcoin 3.19 through 0.5.1 backports<br /> | | Run BIP-17-capable Bitcoin 3.19 through 0.5.1 backports<br /> | ||
Mine coins using getmemorypool interface<br /> | Mine coins using getmemorypool interface<br /> | ||
Result: blocks accepted, show up on pre-BIP17 clients<br /> | Result: blocks accepted, show up on pre-BIP17 clients<br /> | ||
Result: mined blocks' coinbase contains p2sh/CHV string | Result: mined blocks' coinbase contains p2sh/CHV string | ||
| | | Luke Dashjr | ||
|- style="background:#90ff90" | |- style="background:#90ff90" |
Revision as of 18:49, 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 |