Skip to content

Commit c2c6eaf

Browse files
chore: re-export MIN_STACK_DEPTH (#2856)
1 parent c700c85 commit c2c6eaf

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- Added trace row counts to `bench-tx.json` ([#2794](https://github.com/0xMiden/protocol/pull/2794)).
2828
- Added `tx::get_tx_script_root` kernel procedure returning the root of the executed transaction script (empty word if no script was executed) ([#2816](https://github.com/0xMiden/protocol/pull/2816)).
2929
- Added `TransactionScript::from_package()` method to create `TransactionScript` from `miden-mast-package::Package` ([#2779](https://github.com/0xMiden/protocol/pull/2779)).
30+
- Re-exported `MIN_STACK_DEPTH` from `miden-processor` ([#2856](https://github.com/0xMiden/protocol/pull/2856)).
3031

3132
### Fixes
3233

crates/miden-protocol/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ pub mod vm {
7777
TargetType,
7878
};
7979
pub use miden_processor::trace::RowIndex;
80-
pub use miden_processor::{FutureMaybeSend, StackInputs, StackOutputs};
80+
pub use miden_processor::{FutureMaybeSend, MIN_STACK_DEPTH, StackInputs, StackOutputs};
8181
pub use miden_verifier::ExecutionProof;
8282
}

0 commit comments

Comments
 (0)