SomberNight
|
c61e13c1e9
|
add more block explorers, and change defaults
|
2018-10-25 18:27:41 +02:00 |
|
Andrew Zhuk
|
07a06b5d15
|
Update util.py (#4797)
Adding Bitupper Explorer to the list
|
2018-10-25 17:09:52 +02:00 |
|
SomberNight
|
81cc20039e
|
more type annotations in core lib
|
2018-10-22 16:41:25 +02:00 |
|
SomberNight
|
7c4d6c6801
|
fix #4771
|
2018-10-13 04:22:53 +02:00 |
|
SomberNight
|
5afdc14913
|
util: small clean-up re format_satoshis
related #4771
|
2018-10-13 04:21:07 +02:00 |
|
SomberNight
|
e3b372946a
|
rm aiosafe decorator. instead: log_exceptions and ignore_exceptions
|
2018-10-12 18:36:48 +02:00 |
|
SomberNight
|
372921b423
|
mv NetworkJobOnDefaultServer to util
break ref cycles
|
2018-10-12 16:09:41 +02:00 |
|
ThomasV
|
cd5453e477
|
Merge pull request #4753 from SomberNight/synchronizer_rewrite
restructure synchronizer
|
2018-10-10 20:46:17 +02:00 |
|
SomberNight
|
cc18f66793
|
network: don't save negative ETA fee estimates
-1 means bitcoind could not give an estimate
|
2018-10-09 12:03:38 +02:00 |
|
SomberNight
|
dc1a31d802
|
fix tests
follow-up 70cca3bad9
|
2018-10-07 18:43:35 +02:00 |
|
SomberNight
|
70cca3bad9
|
fix #4759
|
2018-10-07 17:50:52 +02:00 |
|
SomberNight
|
02f108d927
|
restructure synchronizer
fix CLI notify cmd. fix merchant websockets.
|
2018-10-03 17:13:46 +02:00 |
|
SomberNight
|
cedd518aea
|
mark 'blockchain_headers' file as sparse on windows
based on fyookball/electrum@647a6cc26d
|
2018-09-19 22:09:54 +02:00 |
|
SomberNight
|
78488ebcbf
|
aiosafe safety belts
traceback.print_exc was raising, and self.exception did not got set,
and the whole trace was lost. arghhhh
|
2018-09-16 22:17:20 +02:00 |
|
SomberNight
|
43664d5f11
|
fixes for stdio/text gui
|
2018-09-13 15:11:28 +02:00 |
|
SomberNight
|
2e18e3c62b
|
adapt to aiorpcx 0.8.1: rm report_crash kwarg from group.spawn
|
2018-09-12 22:09:59 +02:00 |
|
SomberNight
|
47a97279af
|
rename CustomTaskGroup to SilentTaskGroup
|
2018-09-12 19:24:58 +02:00 |
|
SomberNight
|
9505a203d8
|
util: rm dead network code
|
2018-09-12 16:57:12 +02:00 |
|
SomberNight
|
e829d6bbcf
|
wallet: put Sync and Verifier in their own TaskGroup, and that into interface.group
|
2018-09-11 20:24:01 +02:00 |
|
ThomasV
|
73bf7a92a2
|
Merge pull request #4690 from spesmilo/aiorpcx-fx
asyncio: port exchange_rate and labels to aiohttp
|
2018-09-06 17:18:55 +02:00 |
|
SomberNight
|
0ad504bdf0
|
interface: catch many common exceptions explicitly
|
2018-09-06 16:45:43 +02:00 |
|
Janus
|
6e80ba7b4f
|
asyncio: labels, crash_reporter, fx: migrate requests use to aiohttp
|
2018-09-06 16:18:45 +02:00 |
|
ThomasV
|
5ef04a039b
|
move NotificationSession
|
2018-09-06 15:53:41 +02:00 |
|
Janus
|
f733cb8947
|
aiorpcx: socks support
|
2018-09-06 14:11:36 +02:00 |
|
Janus
|
97ea0fc439
|
aiorpcx: replace network loop with asyncio and try to maintain ten sessions
|
2018-09-06 14:11:20 +02:00 |
|
SomberNight
|
40ceabff79
|
rm redundant function from util
|
2018-09-05 18:36:13 +02:00 |
|
SomberNight
|
69a204d726
|
fix #4657
|
2018-09-05 18:30:53 +02:00 |
|
SomberNight
|
7307c800d7
|
small optimisations for history tab refresh (and related)
|
2018-08-03 16:12:41 +02:00 |
|
SomberNight
|
6192bfce46
|
util.profiler: prepend class name to prints
|
2018-08-02 15:38:01 +02:00 |
|
SomberNight
|
a29e2218c8
|
wallet: introduce namedtuples TxMinedStatus and VerifiedTxInfo
|
2018-07-31 17:10:15 +02:00 |
|
SomberNight
|
8e69174374
|
logging: self.print_error should not print without -v flag
|
2018-07-29 04:29:19 +02:00 |
|
SomberNight
|
01193be241
|
logging: when not giving args to -v, log everything, as before
|
2018-07-19 13:55:05 +02:00 |
|
Janus
|
780b2d067c
|
Whitelist classes in verbose (-v) option
|
2018-07-19 01:21:33 +02:00 |
|
Janus
|
097ac144d9
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|