Skip to content

Forge v0.2 Alpha Release

Latest
Compare
Choose a tag to compare
@JSKitty JSKitty released this 29 Jan 01:45
· 4 commits to master since this release

This is an update bringing some major stability improvements, user-customization options, network-level smelting, safe + offline mode, and more.

GUI Binaries

Windows: https://mega.nz/#!AXQxkSqK!dSYE4LDgaNvIfkhZhnq0vzvt4pD82OfexPLG1elMxf4

Features and changes included within this release are:

  • Pending items can now be smelted.
  • The config file has 3 new customizable options; Debug, MaxInvalidScore and ForgePort.
  • Offline Mode; This is automatically enabled when the Forge cannot connect to peers, allowing it to be ran offline in a read-only state.
  • Safe Mode; This is automatically enabled when the Forge cannot connect to ZENZO Core, showing a notice in the GUI for the user to open ZENZO Core and restart the Forge, essentially an alternative Offline Mode.
  • Added network-level trustless smelting, any smelted items will now asynchronously smelt across the Forge network, instead of only locally. (This is noticeable on Forge explorers).
  • Reduced validation intensity by default to provide more stability, the user may also adjust this via the "maxinvalidscore" threshold in the config file, higher max invalid score means items are given "more chances" to successfully validate before being abandoned.