ThomasV
|
dbceed2647
|
Restructure wallet storage:
- Perform json deserializations in wallet_db
- use StoredDict class that keeps tracks of its modifications
|
2020-02-04 13:35:58 +01:00 |
|
SomberNight
|
f60f690ca9
|
change many str(e) to repr(e) as some exceptions were cryptic
it's often valuable to see the type of the exception
(especially as for some exceptions str(e) == '')
|
2019-07-17 20:12:52 +02:00 |
|
SomberNight
|
3385a94753
|
logging: basics
|
2019-05-02 15:19:03 +02:00 |
|
SomberNight
|
8c3ab63504
|
labels: don't dump trace if failed to connect to server
|
2019-03-22 17:24:52 +01:00 |
|
SomberNight
|
1f7b56b455
|
labels plugin: no need for 'proxy_set' callback
|
2019-03-09 17:13:06 +01:00 |
|
Janus
|
ec5f406f49
|
plugins: labels: dump response if malformed sync server response
|
2018-11-30 19:16:07 +01:00 |
|
SomberNight
|
e3b372946a
|
rm aiosafe decorator. instead: log_exceptions and ignore_exceptions
|
2018-10-12 18:36:48 +02:00 |
|
SomberNight
|
c4f3fbaca0
|
labels: fix potential threading issues
also handle --offline
|
2018-09-25 21:23:44 +02:00 |
|
Janus
|
617103bb2a
|
labels: fix saving single label
|
2018-09-06 18:30:24 +02:00 |
|
ThomasV
|
8fe066707a
|
rm import
|
2018-09-06 17:47:10 +02:00 |
|
Janus
|
6e80ba7b4f
|
asyncio: labels, crash_reporter, fx: migrate requests use to aiohttp
|
2018-09-06 16:18:45 +02:00 |
|
Janus
|
097ac144d9
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|