Skip to content

v0.6.0

Compare
Choose a tag to compare
@immortal-tofu immortal-tofu released this 06 Dec 14:28
· 63 commits to main since this release

Summary

This initial release of fhEVM-backend establishes the foundational architecture for integrating the fhEVM coprocessor, enabling confidential smart contract asynchronous execution. It sets the stage for future updates, including support for L1.

Note

fhEVM backend is designed for blockchain builders to launch their own L1 or coprocessor.
fhEVM is designed for dapp developers to write and deploy confidential smart contract on any chain using fhEVM.

New Features

  • Coprocessor implementation: fhEVM no longer relies on precompiles but instead listens to execution on the EVM and handles FHE execution asynchronously.
  • Scalable architecture: Introduced a scalable backend architecture with asynchronous FHE operation execution and a scheduler for efficient task dispatching.

Resources