dogecoin/qa/replace-by-fee
Peter Todd 63b5840257
Fix usage of local python-bitcoinlib
Previously was using the system-wide python-bitcoinlib, if it existed,
rather than the local copy that you check out in the README.
2015-11-20 16:23:01 -05:00
..
.gitignore Add tests for transaction replacement 2015-11-10 14:14:07 -05:00
rbf-tests.py Fix usage of local python-bitcoinlib 2015-11-20 16:23:01 -05:00
README.md Add tests for transaction replacement 2015-11-10 14:14:07 -05:00

Replace-by-fee regression tests

First get version v0.5.0 of the python-bitcoinlib library. In this directory run:

git clone -n https://github.com/petertodd/python-bitcoinlib
(cd python-bitcoinlib && git checkout 8270bfd9c6ac37907d75db3d8b9152d61c7255cd)

Then run the tests themselves with a bitcoind available running in regtest mode:

./rbf-tests.py