File tree Expand file tree Collapse file tree 3 files changed +4
-24
lines changed
noir-projects/noir-contracts/contracts/protocol/aztec_sublib Expand file tree Collapse file tree 3 files changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ name = "aztec_sublib"
33type = " lib"
44
55[dependencies ]
6+ aztec = { path = " ../../../../aztec-nr/aztec" }
67protocol_types = { path = " ../../../../noir-protocol-circuits/crates/types" }
Original file line number Diff line number Diff line change 11//! Oracle modules for protocol contracts.
22
33pub mod avm ;
4- pub mod version ;
54pub mod execution_cache ;
65pub mod capsules ;
76pub mod storage ;
@@ -15,3 +14,6 @@ pub mod logs;
1514// debug_log oracle is used by both noir-protocol-circuits and this crate and for this reason we just re-export it
1615// here from protocol_types.
1716pub use protocol_types::debug_log ;
17+
18+ // version oracle is defined in aztec-nr and re-exported here as re-defining versions is not practical.
19+ pub use aztec::oracle::version ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments