STARK-based virtual machine

cryptography stark virtual-machine zero-knowledge
38 Open Issues Need Help Last updated: Jul 2, 2026

Open Issues Need Help

View All on GitHub
good first issue assembly

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
good first issue assembly on hold

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
good first issue

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
good first issue

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
good first issue

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
good first issue assembly tests on hold

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
good first issue assembly

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
good first issue assembly

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
good first issue corelib

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
documentation good first issue

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
good first issue assembly stdlib

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
good first issue assembly

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
good first issue tests

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
documentation good first issue

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
good first issue

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
good first issue processor

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
documentation good first issue

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
good first issue

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge
documentation help wanted assembly

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

AI Summary: Create a new `drop_stack` procedure within the `std::sys` module of the Miden VM's standard library. This procedure should simply execute four `dropw` instructions to efficiently clear stack overflow, replacing the repetitive `dropw dropw dropw dropw` sequence currently used in assembly programs.

Complexity: 2/5
good first issue stdlib

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

AI Summary: The task is to modify the `ExecutionOptions::default()` function in the Miden VM project to ensure its `max_cycles` value aligns with the `MAX_TX_EXECUTION_CYCLES` constant defined in `miden-base`. Currently, the default uses `u32::MAX`, which exceeds the allowed maximum, causing an error. The fix involves changing the default `max_cycles` to the correct value from `miden-base`.

Complexity: 3/5
good first issue processor

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge

AI Summary: The task is to remove the unused `AdviceProvider::get_leaf_depth()` function from the Miden Virtual Machine project. This involves identifying the function, confirming it's not used anywhere in the codebase, and then safely removing it along with any associated code or documentation.

Complexity: 2/5
good first issue processor

STARK-based virtual machine

Rust
#cryptography#stark#virtual-machine#zero-knowledge