Sergi Delgado Segura
95759793ba
Fixes bitcoin_cli
...
bitcoin_cli as a global variable in the main __init__.py was creating issues related to http.client.CannotSendRequest: Request-sent and connection re-usage. Define a new connection per request.
2019-10-17 17:17:52 +01:00
Sergi Delgado Segura
98c27f6013
Adds basic unit tests for the Carrier
...
Further testing is required for this one.
2019-10-11 19:51:50 +01:00
Sergi Delgado Segura
a916c67cc5
Fixes error logging
2019-10-11 19:32:44 +01:00
Sergi Delgado Segura
15c78072c9
Cleans comments + added method in generic exceptions
...
tx rejection comments moved to #37
2019-10-10 16:22:46 +01:00
Sergi Delgado Segura
6b058dfaf9
Fixes a couple of bugs from the last merge
2019-10-10 13:01:21 +01:00
Salvatore Ingala
8c2c893c5c
Merge branch 'testing' into 21-json-logs
2019-10-10 18:49:06 +07:00
Sergi Delgado Segura
eb2734ccfe
Improves carrier
...
- Takes receipt out of Carrier
- Adds missing cases (implementation missing)
- Adds notes on what to check
2019-10-10 12:34:18 +01:00
Salvatore Ingala
aea1d1f1e0
Fixes from PR review
2019-10-10 11:07:58 +07:00
Salvatore Ingala
dee93e5c62
Moved StructuredMessage and Logger to separate file; refactored pisa-cli logging using new format
2019-10-10 09:59:11 +07:00
Salvatore Ingala
bae9b6b913
Added Logger class; refactored logging accordingly
2019-10-10 09:59:10 +07:00
Salvatore Ingala
2a5dd48950
PEP8 linting
2019-10-10 09:58:27 +07:00
Salvatore Ingala
ed0cb4f632
Changed log format to JSON; fixed missing return value in get_potential_matches
2019-10-10 09:58:27 +07:00
Sergi Delgado Segura
d2a07d6519
More clean up
2019-10-07 15:36:58 +01:00
Sergi Delgado Segura
9a37b211a0
Adds Carrier to take care of sending/getting transactions
2019-10-04 13:49:48 +01:00