AustEcon / bitsv

BitSV: Bitcoin made easy. Documentation:
https://AustEcon.github.io/bitsv
MIT License
98 stars 28 forks source link

To Do list #5

Closed AustEcon closed 5 years ago

AustEcon commented 5 years ago

Edit 12/04/19 Please comment below with a wishlist of features you want added and I will endeavour to provide! Or recruit help! Donations gratefully received!

Or if any of the above features are important to you... let me know so I can gauge if my time will actually be well spent there.

ferndot commented 5 years ago

It would be great if there could be regtest support.

ghost commented 5 years ago

Tests seem to be passing at the moment.

AustEcon commented 5 years ago

@joshua-s It does have a test module. Currently at 87% coverage. Click on the little button on the ReadMe page that says "coverage 87%"

Edit: here's the link: https://codecov.io/gh/austecon/bitsv

These tests run for every new commit or pull request on python 3.5, 3.6 and pypy currently

ferndot commented 5 years ago

@teran-mckinney @AustEcon Thanks for the info. I was actually referring to "Regtest" as in the local testing environment for BSV.

If I understand that properly, it will allow me to develop blockchain applications without paying any fees and without publishing the transactions on a public chain. I suppose testnet support would work as well, but with the caveat of making my dev data public.

If there is something I am missing, please advise.

AustEcon commented 5 years ago

Ah! Okay. I wasn't aware of that. Thanks.

I plan on connecting up testnet as soon as I can. (Or if someone else submits a PR).

I imagine "RegTest" should be very similar to implement in theory? I'll look into it. :) I would be very happy to have this feature added.