Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions yarn-project/txe/src/txe_oracle_version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
* The Noir counterparts are in `noir-projects/aztec-nr/aztec/src/test/helpers/txe_oracles.nr`.
*/
export const TXE_ORACLE_VERSION_MAJOR = 1;
export const TXE_ORACLE_VERSION_MINOR = 0;
export const TXE_ORACLE_VERSION_MINOR = 1;

/**
* This hash is computed from the TXE oracle interfaces (IAvmExecutionOracle and ITxeExecutionOracle) and is used to
* detect when those interfaces change. When it does, bump:
* - TXE_ORACLE_VERSION_MAJOR (and reset MINOR to 0) for breaking changes, or
* - TXE_ORACLE_VERSION_MINOR for additive changes (new oracle method added).
*/
export const TXE_ORACLE_INTERFACE_HASH = 'c5e3567b08790c8181254c0831de6b5af49e221e14d36dded3fc5d8787fba482';
export const TXE_ORACLE_INTERFACE_HASH = '833b77ccdba925b1ed129028432c7d4b116867fb426cee40f9d6104c5aa31e42';
Loading