zcash-hackworks / zbxcat

A work-in-progress for Zcash Bitcoin Cross-Chain Atomic Transactions
Other
60 stars 20 forks source link

Integration tests with regtest daemon setup #18

Open arcalinea opened 7 years ago

arcalinea commented 7 years ago

Need tests that run bitcoind and zcashd in regtest mode, and go through redeem and refund cases. Especially need to test refund fail cases

whyrusleeping commented 7 years ago

Hey, I have some scripts that i was using to run bitcoin zcash and ethereum in regtest mode locally. I pushed them up to github here: https://github.com/whyrusleeping/regtesting They might come in handy for testing (I was using them to test cross blockchain things as well)