Skip to content

Commit 87fc924

Browse files
authored
chore: move state to txe session (#16574)
Follow up of #16546, this moves the session state out of the txe oracle and into the session. With this we're now well-prepared to have multiple oracles for the different txe states.
2 parents 69ca19d + e9d92dc commit 87fc924

File tree

5 files changed

+344
-199
lines changed

5 files changed

+344
-199
lines changed

yarn-project/pxe/src/contract_function_simulator/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export { ExecutionNoteCache } from './execution_note_cache.js';
22
export { HashedValuesCache } from './hashed_values_cache.js';
33
export { pickNotes } from './pick_notes.js';
4-
export type { NoteData, TypedOracle } from './oracle/typed_oracle.js';
4+
export { type NoteData, TypedOracle } from './oracle/typed_oracle.js';
55
export { MessageLoadOracleInputs } from './oracle/message_load_oracle_inputs.js';
66
export { UtilityExecutionOracle } from './oracle/utility_execution_oracle.js';
77
export { PrivateExecutionOracle } from './oracle/private_execution_oracle.js';

0 commit comments

Comments
 (0)