Releases: michaeljfazio/jormungandr
v0.8.14-stable-alpha2
- Added connect peers stat to stats REST endpoint
- Changed limit to "available peers" rather than "total peers"
- Increase
max_client_connections
default value to192
(help prevent node misconfiguration)
PLEASE UPDATE TO OFFICIAL IOHK RELEASE VERSION 0.8.15 ONCE IT IS AVAILABLE - THESE CHANGES WILL BE INCLUDED
v0.8.14-stable-alpha1
- Fix induced random links in Vicinity layer (using michaeljfazio/poldercast fork)
- Added 10,000 node limit for max available
- Introduced ability to configure trusted peers as "preferred" nodes to maintain active connection with after bootstrap completes (custom layer implemented in michaeljfazio/poldercast fork)
0.8.9-stable-alpha6
Remove parallel processing in PolderCast (removes race conditions causing unwrap of None values)
v0.8.9-stable-alpha5
Added exponential quarantine duration for stale/dead nodes.
Allow total nodes to grow whilst limiting available nodes (still maintains performance improvement).
Shuffle selection before Vicinity sort. Results in more diverse peer selection.
Added additional parallel processing of PolderCast data sets for added performance gain on multi-core machines.
v0.8.9-stable-alpha4
Contains additional panic fixes in PolderCast.
v0.8.9-stable-alpha3
Fixed unwrap of possible None
value in v0.11.2 poldercast library.
v0.8.9-stable-alpha2
Fixes potential panic on unwrap of None value due to concurrent modifications.
v0.8.9-stable-alpha1
This release is a custom build which cherry-picks critical fixes and improvements from Jormungandr mainline. This is my personal branch and comes with no guarantees. However, I have seen this to be exceedingly stable.