Module version
Functions
- Asserts that the version of the oracle is compatible with the version expected by the contract.
Globals
- The ORACLE_VERSION constant is used to check that the oracle interface is in sync between PXE and Aztec.nr. We need to version the oracle interface to ensure that developers get a reasonable error message if they use incompatible versions of Aztec.nr and PXE. The TypeScript counterpart is in
oracle_version.ts.