SomberNight
|
3d424077fd
|
introduce NetworkParameters namedtuple
|
7 years ago |
SomberNight
|
ecf4ea9ba7
|
move (de)serialize_server to interface; and use it
|
7 years ago |
SomberNight
|
b381a7fdbf
|
follow-up prev
|
7 years ago |
SomberNight
|
48a5b8527a
|
split up interface.run
|
7 years ago |
SomberNight
|
096b3e6026
|
network.maintain_sessions: rm redundant 'update' notifications
|
7 years ago |
SomberNight
|
e3fb991b1b
|
clean-up network start/stop a bit
|
7 years ago |
SomberNight
|
cdca74aa39
|
move max_checkpoint from network to constants
|
7 years ago |
SomberNight
|
2f224819ac
|
interface: small clean-up
|
7 years ago |
SomberNight
|
57cac47944
|
fix synchronizer: ask for missing txns on start
Previously it could happen that a wallet was fully synced,
except it had missing transactions, and it would not recover from this state.
|
7 years ago |
SomberNight
|
77d86f074f
|
verifier: don't try to request same chunk multiple times
|
7 years ago |
SomberNight
|
b33b2c0945
|
synchronizer: more batching
|
7 years ago |
SomberNight
|
c49e563881
|
verifier: if we fail to verify SPV proof, disconnect from server
|
7 years ago |
SomberNight
|
4a88ca1a3a
|
fix --offline option for fx and trustedcoin
|
7 years ago |
SomberNight
|
57e66324cb
|
batch fee estimates
|
7 years ago |
SomberNight
|
ddee03d324
|
interface.run: catch more exceptions
|
7 years ago |
SomberNight
|
136df7e5ee
|
wallet: recreate Synchronizer and Verifier when switching servers
not that nice but solves races
|
7 years ago |
SomberNight
|
32528d6aa6
|
rm dupe code
|
7 years ago |
SomberNight
|
64a03c245c
|
small timeout change
(re KeyError: can happen after proxy settings change)
|
7 years ago |
SomberNight
|
7500b1fbee
|
detect lost connection
supersedes #4697
|
7 years ago |
SomberNight
|
56c3c76d8b
|
follow-up 26172686b8
|
7 years ago |
SomberNight
|
fd40dee337
|
make sure to retry nodes for network
|
7 years ago |
SomberNight
|
26172686b8
|
restructure synchronizer/verifier <--> interface coupling
|
7 years ago |
SomberNight
|
1fa07c920c
|
network: restore previous API for broadcast_transaction
|
7 years ago |
Janus
|
52b877ac3d
|
network: add singleton accessor classmethod, port trustedcoin to aiohttp
|
7 years ago |
ThomasV
|
8f4b57f718
|
run freeze_packages
|
7 years ago |
Janus
|
617103bb2a
|
labels: fix saving single label
|
7 years ago |
SomberNight
|
dc51e82f54
|
fx: don't dump trace if getting rates fails
|
7 years ago |
ThomasV
|
8fe066707a
|
rm import
|
7 years ago |
Janus
|
573760daf0
|
remove generated kivy theming
|
7 years ago |
ThomasV
|
73bf7a92a2
|
Merge pull request #4690 from spesmilo/aiorpcx-fx
asyncio: port exchange_rate and labels to aiohttp
|
7 years ago |
Janus
|
be50394f11
|
aiorpcx: increase crash reporter timeout, avoid is_running in kivy
|
7 years ago |
SomberNight
|
0ad504bdf0
|
interface: catch many common exceptions explicitly
|
7 years ago |
Janus
|
6e80ba7b4f
|
asyncio: labels, crash_reporter, fx: migrate requests use to aiohttp
|
7 years ago |
ThomasV
|
5ef04a039b
|
move NotificationSession
|
7 years ago |
ThomasV
|
234273809a
|
set interface.session before marking as ready
|
7 years ago |
Janus
|
d367199553
|
async block headers: remove BlockHeaderInterface and Conn classes, make self.height a local
|
7 years ago |
Janus
|
9c363db440
|
async block headers: avoid duplicate tip fields, handle electrumx server skipping blocks
|
7 years ago |
SomberNight
|
4d95452ae7
|
wallet: partial fix for race in on_default_server_changed
|
7 years ago |
SomberNight
|
2187615c08
|
verifier: request proofs in batches
|
7 years ago |
Janus
|
c89020725b
|
address synchronizer: fetch initial addresses from wallet
|
7 years ago |
SomberNight
|
14a032a0b1
|
disconnect from servers on exception
|
7 years ago |
SomberNight
|
3f0d79f07d
|
blockchain.py: better handling of missing headers. more restrictive verify_chunk.
|
7 years ago |
SomberNight
|
2157eae499
|
fix request_chunk
|
7 years ago |
Janus
|
e9ceeb85af
|
async block headers
|
7 years ago |
Janus
|
19387ff911
|
aiorpcx: simplify open_session
|
7 years ago |
Janus
|
f12074397f
|
aiorpcx: reintroduce periodic fee updates
|
7 years ago |
SomberNight
|
a4ffa0b22a
|
interface: clean-up proxy username/pw handling
|
7 years ago |
SomberNight
|
6700364ac8
|
interface: fix cert handling
notably os.unlink cannot be inside the "with open"
|
7 years ago |
Janus
|
9543a108be
|
aiorpcx: revive some maintain_sockets code, reintroduce NODES_RETRY_INTERVAL and SERVER_RETRY_INTERVAL usage, and fix --oneserver
|
7 years ago |
ThomasV
|
5117a520ae
|
fix start_network
|
7 years ago |