Skip to content

Releases: xrpscan/hermes

Hermes server v0.5.0

28 Dec 15:40
Compare
Choose a tag to compare

Hermes server v0.5.0 is now available. This release has the following improvements:

  • Added support building a local registry of validators
  • Added a new environment config option VALIDATOR_SAMPLE_INTERVAL to control how frequently the validator registry is updated
  • Added a new API endpoint /api/v1/validators to serve the validator list

Hermes server v0.4.1

08 Feb 14:28
Compare
Choose a tag to compare

Hermes server v0.4.1 is now available. This release has the following fixes and improvements:

  • Added support for online-delete and disk space clean up. The online deletion feature lets the service delete validation messages from older ledgers to keep disk usage from rapidly growing over time.
  • A new command is provided to compact MongoDB collection, free up disk space and return it back to the OS.

Please read maintenance section in the README to read more about online-delete and how to enable it.

Hermes server v0.3.0

16 Sep 22:58
bdd8cfe
Compare
Choose a tag to compare
Hermes server v0.3.0 Pre-release
Pre-release

Hermes server v0.3.0 is now available. This release has the following fixes and improvements:

  • Added support for verifying validation message signatures. rippled signs validation messages using the validator's public key, and includes signature in the validation message. With this release, validation message signature verification is strictly enforced. This is a backwards incompatible change, therefore Hermes v0.3.0+ nodes can peersync with other v0.3.0+ nodes only. Ingressing validations from rippled works as usual.
  • Added production notes section in README based on feedback received from hermes ops.

Hermes server hotfix 0.2.1

31 Aug 22:14
Compare
Choose a tag to compare
Pre-release

Hermes server hotfix v0.2.1 is now available. This release has the following fixes:

  • Bug fixes related to async stacking contributed by @lathanbritz
  • It also brings down default FETCH_DEPTH from 24000 down to 6000. For existing Hermes nodes, updating .env file and switching to a lower fetch depth is recommended.

v0.2.0

19 Aug 17:42
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Hermes server pre-release v0.2.0

Hermes server v0.2.0 is now available. It has important fixes related to memory consumption and JavaScript heap out of memory errors.

Full Changelog: v0.1.0...v0.2.0