Ergo Mainnet 3.0.3 Release

This release is introducing new API methods:

  • /blocks/chainSlice to get headers in a specified range
  • /utxo/byId to get box by an id (if the node is holding UTXO set, e.g. working in “utxo” mode)
  • /utxo/byIdBinary to get hex-encoded box bytes by an id (if the node is holding UTXO set, e.g. working in “utxo” mode)
  • /utxo/genesis to get genesis state of the blockchain (before the genesis block)

Also, optimizations made in 3.0.2 made “height” field in /wallet/balances showing height of a last block affecting the wallet. This behavior has been reverted, so the “height” field shows current height now.

No database reset is needed!

1 Like