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:
- ORACLE_WALLET_SECRET (hex format) from environment variables
- oracle_secret from oracle_config.yaml
- ORACLE_WALLET_MNEMONIC from environment variables
- oracle_mnemonic from oracle_config.yaml