v0.6.0
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
- Whitepaper
- fhEVM-backend with its documentation for validator/coprocessor parts. It explains how to deploy an L1 blockchain or a coprocessor
- fhEVM and its documentation for dapp developers