Sergi Delgado

Results 160 comments of Sergi Delgado

Looks like you're trying to install the library using Python3, but the library is written in Python2. You should use a Python2 interpreter.

Can you provide what file or script are you running so I can test this myself?

Oh OK, I see. Looks like you have not properly installed the library. You need to follow the installing instructions under [INSTALL.md](https://github.com/sr-gi/bitcoin_tools/blob/master/INSTALL.md), otherwise python cannot find the library.

It does not currently. I started to add SegWit support on the `split` branch but I currently have no time for actively develop this. I'd suggest you use https://github.com/summa-tx/riemann or...

Came looking for this. Is there any way of doing so?

> Would a `MockServer::stop` method and the possibility to set a custom port when starting a test-local mock server (something like `MockServer::start_with_port(port)`) be enough for you? That would be exactly...

Unit tests for the whole `Logger` class are missing.

~~Unit tests for `Watcher` awake, register and get_appointment are also missing.~~

Unit tests for `UserInfo.from_dict` are missing

@ritikramuka there was some issues with circle-ci so i had to roll an update. Can you rebase master so ci tests are run again?