github iotaledger/hornet v1.0.3
HORNET-1.0.3

latest releases: v2.0.2, v2.0.1, v2.0.0...
3 years ago

Added

- A new public key applicable for milestone ranges between 552960-2108160

Changed

- Increases the WarpSync advancement range to 10k which allows nodes to resync even if 
  they already stored the milestone for which they lacked the applicable public key beforehand.

Config changed

         "key": "365fb85e7568b9b32f7359d6cbafa9814472ad0ecbad32d77beaf5dd9e84c6ba",
         "start": 0,
         "end": 1555200
+      },
+      {
+        "key": "ba6d07d1a1aea969e7e435f9f7d1b736ea9e0fcb8de400bf855dba7f2a57e947",
+        "start": 552960,
+        "end": 2108160
       }
     ]
   },
   "warpsync": {
-    "advancementRange": 150
+    "advancementRange": 10000
   },

Don't miss a new hornet release

NewReleases is sending notifications on new releases.