Releasing OpenVM v1.3.0

Published

Today we are releasing OpenVM v1.3.0, available on Github dual-licensed under MIT and Apache 2.0. This release contains several features to improve developer experience, including: 

  • Updated guest libraries: We updated the default OpenVM guest libraries to provide more ergonomic developer interfaces patching popular crates including k256, p256, and ruint. Users of OpenVM can now access all functionality of the default VM extensions through these libraries alone. 

  • Verify STARK library: We’ve added a new openvm-verify-stark library which enables verification of OpenVM STARK proofs from within Rust programs in OpenVM. 

  • OpenVM CLI: We’ve updated the OpenVM CLI to support all common Cargo options, including multiple targets, package selection, and feature selection. 

OpenVM v1.3.0 has been audited by Cantina and is recommended for production usage. As always, you can follow continued development of OpenVM in the developer chat on Telegram, and we’ll see you on Github!