Releases: diodechain/diode_server
Releases · diodechain/diode_server
v1.0.6
v1.0.5
Bugfixes & Improvements
- Reading BNS records quickly - Caching merkle root calculations
- Fixed websocket ping/pong response
- Fixed ethereum tool compatibility with geth hex encoding (
0x1
vs0x01
)
v1.0.4
Bugfixes & Improvements
- Improved block storage layout, reducing db size for main from 140gb to 40gb today and slowing future growth
- Fixed race conditions leading to writing empty blocks or empty block states
- Fixed issue with recent larger block states
- Fixed issue when RPC interface comes up before all blocks have been synced
- Fixed race condition leading to process restarts
v1.0.3
v1.0.3 Bugfix release
- Fix for a race conditions when writing mined blocks to the index.
- Fix for certain network environment such as eduroam to make the Diode network still reachable from there. New EDGE2_PORT config entry is
41046,443,993,1723,10000
- Fixed slow node startup (from 4 minutes to 8 seconds pre-loading caches) - this needs one startup to initialize.
Full Changelog: v1.0.2...v1.0.3