Skip to content

v2.0.4

Latest

Choose a tag to compare

@kushti kushti released this 27 Sep 20:31
b8140c2

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