Skip to content

v0.2.0

Compare
Choose a tag to compare
@bobbinth bobbinth released this 08 Aug 23:17
· 1752 commits to main since this release

This release constitutes a complete redesign of the VM.

The most important changes are:

  • Implemented new decoder which removes limitations on the depth of control flow logic.
  • Introduced chiplet architecture to offload complex computations to specialized modules.
  • Added read-write random access memory.
  • Added support for operations with 32-bit unsigned integers.
  • Redesigned advice provider to include Merkle path advice sets.
  • Changed base field of the VM to the prime field with modulus 2^64 - 2^32 + 1.