BIP 0017 QA
This page is a Quality Assurance test plan for BIP 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 |
Luke Dashjr (block 164676) | |
✓ | ✓ | Test multisig 1-of-1 Run 0.6 bitcoind, get a public key with: ./bitcoind validateaddress $(./bitcoind getnewaddress) |
Luke Dashjr (block 163685) |
✓ | Test multisig 1-of-2 Run 0.6 bitcoind, get 2 new bitcoin addresses |
Luke Dashjr (block 164676) | |
✓ | Test multisig 1-of-3, 2-of-3, 3-of-3 Repeat test procedures above, with the other new multisignature transaction types |
Luke Dashjr (block 164676) | |
✓ | Test multisig send-to-other Repeat test procedures above, but use two bitcoinds, prepared as follows: |
Luke Dashjr (block 164676) | |
✓ | Test redeeming multisignature transactions Fund a new, empty wallet entirely with multisig transactions |
Luke Dashjr (block 164676) | |
✓ | Run 0.6 Bitcoin-Qt GUI on one of the test wallets from above Result: balance and transactions displayed correctly |
Luke Dashjr | |
✓ | ✓ | Run BIP-17-capable backport Bitcoin 0.3.19 through 0.5.1 Send coins using GUI, RPC sendtoaddress, and RPC sendmany commands |
Luke Dashjr |
✓ | n/a | Run BIP-17-capable Bitcoin 0.6.0 Mine coins using built-in miner |
Luke Dashjr |
✓ | Run BIP-17-capable Bitcoin 0.6.0 Mine coins using getwork interface |
Luke Dashjr | |
✓ | ✓ | Run BIP-17-capable Bitcoin 0.6.0 Mine coins using getmemorypool interface |
Luke Dashjr (block 164895) |
✓ | n/a | Run BIP-17-capable Bitcoin 0.3.19 through 0.5.1 backports Mine coins using built-in miner |
Luke Dashjr |
✓ | ✓ | Run BIP-17-capable Bitcoin 3.19 through 0.5.1 backports Mine coins using getwork interface |
Luke Dashjr (block 164676) |
✓ | ✓ | Run BIP-17-capable Bitcoin 3.19 through 0.5.1 backports Mine coins using getmemorypool interface |
Luke Dashjr (block 164733) |
✓ | n/a | Create/run unit tests for: multisignature signing/verification |
Luke Dashjr, Gavin Andresen |
Create/run 'transaction fuzzer' to stress-test BIP 17 transactions |