Hive Engine - Light Nodes
bt-cryptomancer
released this
11 Jun 01:36
·
50 commits
to hive-engine
since this release
This release is an optional upgrade which will not break network consensus. The following items are included:
- Support for running a light node (as opposed to the default full node configuration). Light nodes only store recent block & transaction data, which saves on disk space requirements. See #144 for details & usage instructions.
- Visiting a node's URL in a browser will now return node status information in json format.
- Added NATed-ports customization feature for the witness management script (witness_action.js)
Note that as of this release, Node 14 is now the minimum required version of Node.js.
This release is notable in that all the above items are community contributions from some of our witnesses. We thank the authors @primersion , @Rishi556 , and @4Ykw for their efforts!