Skip to content

Releases: ricmoo/pycoind

sync logic and bug fixes (pypi v0.0.3)

08 Sep 04:52
Compare
Choose a tag to compare
Pre-release

Blockchain sync in node now waits 15 minutes before re-requesting a block (instead of 5 minutes) as some networks take time to respond.

Blockchain sync in node now also tracks which peers have received a get_headers message and won't re-issue one for 15 minutes to the same peer. Often a peer would have a backlog of get_header requests, so would then send many identical headers messages before catching up to the new get_headers, which has now had the same problem.

Improved debug logging. Logging regarding --debug now provides concise message summaries for protocol traffic and shows invalid block information.

Bug fixes for logging and switching blockchain branches when building on orphans.

This is version 0.0.3 on pypi.

bug fixes (pypi v0.0.2)

06 Sep 08:23
Compare
Choose a tag to compare
Pre-release

Bug fixes.

Also, we randomly fall back onto DNS seeds for adding peers in case a keeps going us bad addresses.

This is version 0.0.2 on pypi.

Initial release (pypi v0.0.1)

05 Sep 20:49
Compare
Choose a tag to compare
Pre-release

Initial release.

This is version 0.0.1 on pypi.