Commit Graph

11 Commits

Author SHA1 Message Date
SomberNight
4360a785ad blockchain: blockchains_lock needed to write/iterate global dict 2018-09-16 18:26:40 +02:00
SomberNight
1635bc8cb3 blockchain: use HEADER_SIZE named constant instead of magic numbers 2018-09-16 03:06:21 +02:00
SomberNight
8cd08cc0fa network: rm dead code; simplify 2018-09-12 01:40:54 +02:00
SomberNight
a5b3f809ce blockchain.py: add type annotations 2018-09-11 22:14:57 +02:00
SomberNight
cdca74aa39 move max_checkpoint from network to constants 2018-09-09 05:00:09 +02:00
SomberNight
3f0d79f07d blockchain.py: better handling of missing headers. more restrictive verify_chunk. 2018-09-06 14:17:42 +02:00
Janus
e9ceeb85af async block headers 2018-09-06 14:17:41 +02:00
SomberNight
2a9f5db576 blockchain.py: fix: chunks in checkpoint region were not getting saved if we were on a fork 2018-08-03 19:06:23 +02:00
SomberNight
531cdeffa9 blockchain.py: rename 'checkpoint' to 'forkpoint' 2018-08-03 18:25:53 +02:00
SomberNight
b44aca1654 network: disconnect from server on incorrect header length
fix #4522
2018-07-13 18:11:48 +02:00
Janus
097ac144d9 file reorganization with top-level module 2018-07-13 14:01:37 +02:00