diff --git a/index.html b/index.html index e22b3c3af..acd219f8d 100644 --- a/index.html +++ b/index.html @@ -247,7 +247,7 @@

Polygon Miden VM

Introduction

Miden VM is a zero-knowledge virtual machine written in Rust. For any program executed on Miden VM, a STARK-based proof of execution is automatically generated. This proof can then be used by anyone to verify that the program was executed correctly without the need for re-executing the program or even knowing the contents of the program.

Status and features

-

Miden VM is currently on release v0.10. In this release, most of the core features of the VM have been stabilized, and most of the STARK proof generation has been implemented. While we expect to keep making changes to the VM internals, the external interfaces should remain relatively stable, and we will do our best to minimize the amount of breaking changes going forward.

+

Miden VM is currently on release v0.11. In this release, most of the core features of the VM have been stabilized, and most of the STARK proof generation has been implemented. While we expect to keep making changes to the VM internals, the external interfaces should remain relatively stable, and we will do our best to minimize the amount of breaking changes going forward.

At this point, Miden VM is good enough for experimentation, and even for real-world applications, but it is not yet ready for production use. The codebase has not been audited and contains known and unknown bugs and security flaws.

Feature highlights

Miden VM is a fully-featured virtual machine. Despite being optimized for zero-knowledge proof generation, it provides all the features one would expect from a regular VM. To highlight a few:

diff --git a/intro/main.html b/intro/main.html index c8de1baed..72d7d7c00 100644 --- a/intro/main.html +++ b/intro/main.html @@ -247,7 +247,7 @@

Polygon Miden VM

Introduction

Miden VM is a zero-knowledge virtual machine written in Rust. For any program executed on Miden VM, a STARK-based proof of execution is automatically generated. This proof can then be used by anyone to verify that the program was executed correctly without the need for re-executing the program or even knowing the contents of the program.

Status and features

-

Miden VM is currently on release v0.10. In this release, most of the core features of the VM have been stabilized, and most of the STARK proof generation has been implemented. While we expect to keep making changes to the VM internals, the external interfaces should remain relatively stable, and we will do our best to minimize the amount of breaking changes going forward.

+

Miden VM is currently on release v0.11. In this release, most of the core features of the VM have been stabilized, and most of the STARK proof generation has been implemented. While we expect to keep making changes to the VM internals, the external interfaces should remain relatively stable, and we will do our best to minimize the amount of breaking changes going forward.

At this point, Miden VM is good enough for experimentation, and even for real-world applications, but it is not yet ready for production use. The codebase has not been audited and contains known and unknown bugs and security flaws.

Feature highlights

Miden VM is a fully-featured virtual machine. Despite being optimized for zero-knowledge proof generation, it provides all the features one would expect from a regular VM. To highlight a few:

diff --git a/intro/usage.html b/intro/usage.html index b38fdca9b..9c902ec0e 100644 --- a/intro/usage.html +++ b/intro/usage.html @@ -245,7 +245,7 @@

Polygon Miden VM

Usage

-

Before you can use Miden VM, you'll need to make sure you have Rust installed. Miden VM v0.10 requires Rust version 1.80 or later.

+

Before you can use Miden VM, you'll need to make sure you have Rust installed. Miden VM v0.11 requires Rust version 1.80 or later.

Miden VM consists of several crates, each of which exposes a small set of functionality. The most notable of these crates are: