Skip to content

Releases: diodechain/diode_server

v1.0.6

13 Nov 09:33
Compare
Choose a tag to compare

Bug fixes

  • Increased certificate validity time from 2023-11-13 to 2032-11-13
  • Fixed race condition that can lead to servers getting stuck fetch blocks from disk

Improvements

  • Added ability to access other blockchain networks via the diode protocol

v1.0.5

02 Aug 15:12
Compare
Choose a tag to compare

Bugfixes & Improvements

  • Reading BNS records quickly - Caching merkle root calculations
  • Fixed websocket ping/pong response
  • Fixed ethereum tool compatibility with geth hex encoding (0x1 vs 0x01)

v1.0.4

31 Mar 10:52
Compare
Choose a tag to compare

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

01 Jul 08:57
Compare
Choose a tag to compare

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