Module version
Functions
- Asserts that the version of the oracle is compatible with the version expected by the contract.
Globals
- The oracle version constants are used to check that the oracle interface is in sync between PXE and Aztec.nr. We version the oracle interface as
major.minorwhere:major= backward-breaking changes (must match exactly between PXE and Aztec.nr)minor= oracle additions (non-breaking; PXE minor >= contract minor)