309 Commits (348ef7d72c85cec3897b2b306f6a2264cc089f9f)

Author SHA1 Message Date
SomberNight 0e89745c2b send server.version before subscriptions 7 years ago
SomberNight efd07f727a fix testnet 7 years ago
ThomasV c5f552f26a rm dead code 7 years ago
ThomasV 8b0db38f87 follow-up 3d4c64f9e 7 years ago
ThomasV 68873d92f9 implement scripthash logic 7 years ago
ThomasV 8c5b6bdaf3 Read default server list from file. Update list with 1.1 servers. Remove nolnet option. 7 years ago
WakiyamaP 0791b469e7 fix download failed blockchain headers 7 years ago
ThomasV 70af22c9e4 update scripts/servers to display server version 7 years ago
ThomasV 216e9403be cleanup six (no python2 support) 7 years ago
ThomasV 5f1d9cbcf5 separate network layer from synchronizer 7 years ago
ThomasV e02687bcf2 python3 updates 7 years ago
ThomasV ab15ff3a00 updates for python3 8 years ago
ThomasV 65aeb0bd3c fix 5e7169bf355f2ac3ec8791c4768f0cd971e1640d 8 years ago
Johann Bauer 8e54d5c4d4 Make proxies work 8 years ago
ThomasV c3388d9677 misc python3 updates: 8 years ago
Dmitry Sorokin d304ccdf17 py3 in qtgui 8 years ago
Dmitry Sorokin 5be78950ca py3 8 years ago
ThomasV 169ca85a01 fix #2719 7 years ago
ThomasV 72706f8219 network: connection_down if interface fails to connect chunk 7 years ago
ThomasV 5872bd4722 force new headers download if file is corrupted 7 years ago
ThomasV 57013ca985 update blockchain size after initial file download 7 years ago
ThomasV 311f9eda17 close connection if server sends invalid headers 7 years ago
ThomasV 5f3e5866ad blockchain write method, that flushes file 7 years ago
ThomasV d71c9d5be3 make blockchain.size() threadsafe 7 years ago
ThomasV d5d5e8af5c fix: handle multiple forks at same checkpoint 7 years ago
ThomasV 313d53fe0b save header immediately when forking a chain 7 years ago
ThomasV c522c6b4d0 blockchain: store reference to parent_id instead of parent, so that it gets updated after swap 7 years ago
ThomasV 1457a869d3 network: call switch_lagging after catch up 7 years ago
ThomasV ad8a6f3eff fix: do not request beyond tip 7 years ago
ThomasV feb0f483f5 fix bug if headers file is empty 7 years ago
ThomasV 97343d95e5 speed-up search by starting at own height 7 years ago
ThomasV 0891798d1b minor fix 7 years ago
ThomasV b424a83a57 add blockchain.get_name method, update kivy gui 7 years ago
ThomasV 814792eee1 show only active chains 7 years ago
ThomasV 50ad656c87 blockchain: swap a chain with its parent, if the parent branch is too short to be saved on disk 7 years ago
ThomasV 637d52ce58 don't request headers beyond tip 7 years ago
ThomasV 214e2b89c2 network: use interface.bad_header 7 years ago
ThomasV ef1120b80c fix typo 7 years ago
ThomasV 702abf6581 simplification: do not request checkpoint, check headers against all known blockchains 7 years ago
ThomasV 3d4c64f9e0 improve blockchain search 7 years ago
ThomasV 2a10d3075e rm dead code 7 years ago
ThomasV 8260dfdbe7 network: use check_headers for binary search 7 years ago
ThomasV acd0ea3ff3 cleanup dead code 7 years ago
ThomasV 65bce569e4 network: interface.tip_header 7 years ago
ThomasV b0277d5426 blockchain: size method, various fixes 7 years ago
ThomasV 43c5657cb6 blockchain: parent pointer and recursive methods 7 years ago
ThomasV cf84068fdb blockchain fixes 7 years ago
ThomasV 37143fd628 fix blockchain offset 7 years ago
ThomasV ba2211f52e network dialog: refresh display on each new header 7 years ago
ThomasV bf7deaa1fb remove blockchain fork detection threshold 7 years ago