aztec-nr - noir_aztec::test::helpers::txe_oracles

Global TXE_ORACLE_VERSION_MAJOR

pub global TXE_ORACLE_VERSION_MAJOR: Field;

The TXE oracle version constants are used to check that the oracle interface used for tests is in sync between TXE and Aztec.nr. This is separate from the contract oracle version in oracle::version, which covers oracles used during contract execution by PXE.

The TypeScript counterparts are in yarn-project/txe/src/txe_oracle_version.ts.