Skip to content

Releases: ergoplatform/oracle-core

Oracle core v2.0.6

10 Jan 17:51
d38bc44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.5...v2.0.6

Oracle core v2.0.5

09 Jan 10:18
46a275c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4

27 Sep 20:31
b8140c2

Choose a tag to compare

What's Changed

  • refactor: encapsulate oracle config access via getter methods by @zargarzadehm in #334
  • update rust-toolchain to 1.85.0 and ubuntu images to lts 24.04 by @Alesfatalis in #335

Full Changelog: v2.0.3...v2.0.4

Breaking Change:

Oracle operators must now add oracle_network: mainnet to their oracle_config.yaml file.
The oracle_address field is no longer required and can be removed.

Secret Loading Priority:

The application now loads the oracle's secret or mnemonic using the following priority:

  1. ORACLE_WALLET_SECRET (hex format) from environment variables
  2. oracle_secret from oracle_config.yaml
  3. ORACLE_WALLET_MNEMONIC from environment variables
  4. oracle_mnemonic from oracle_config.yaml

v2.0.3

22 Apr 13:11
f6e7c59

Choose a tag to compare

Since this version node scans are not used! The node must have extra indexes (extraIndex = true)!

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

15 Jul 19:08
fd70a4a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

06 Dec 20:01
87d1bee

Choose a tag to compare

What's Changed:

  • decimals fixed for tokens minted during prepare-update (#321)
  • Docker auto-publishing (#311)

v2.0.0

06 Sep 07:18
c6b1bd1

Choose a tag to compare

bump app version;

v2.0.0-rc1

01 Aug 08:37
6cb1ea5

Choose a tag to compare

What's Changed

  • Add check for pool box before running import-pool-update command by @greenhat in #302
  • Return HTTP error 503 for /poolHealth and /oracleHealth endpoints when health is not OK by @greenhat in #303
  • Better error messages on config load failure by @greenhat in #306
  • Add ERG/BTC Datapoint Sources by @sethdusek in #304
  • Fix pool active oracles and oracle health metrics lagging when pool is down by @greenhat in #309

Full Changelog: v2.0.0-beta12...v2.0.0-rc1

v2.0.0-beta12

03 Jul 11:52
6f42f11

Choose a tag to compare

Breaking changes!

  • Move node API key from oracle_config.yaml to ORACLE_NODE_API_KEY environment variable by @greenhat in #290

Please set your node API key in the ORACLE_NODE_API_KEY environment variable. You can put it in the .secrets file and then run source .secrets to load it into the environment. This way, the key does not get stored in the shell history.

What's Changed

  • Ignore "not enough boxes" node error and log the message by @greenhat in #289
  • Updates after "not found ballot boxes" on voting by @greenhat in #292
  • Check pool box rate in pool health assessment by @greenhat in #297
  • move reward token id check after the contract check in OracleBoxWrapper by @greenhat in #299

Full Changelog: v2.0.0-beta11...v2.0.0-beta12

v2.0.0-beta11

15 Jun 09:05
938b6db

Choose a tag to compare

What's Changed

  • Add oracle_total_count metric to Prometheus and REST API by @greenhat in #288

Full Changelog: v2.0.0-beta10...v2.0.0-beta11