Releases: zama-ai/fhevm-backend
Releases · zama-ai/fhevm-backend
v0.6.2
What's Changed
Other Changes
- feat(coproc): handle fheDiv operations by @goshawk-3 in #252
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.1-0
What's Changed
Other Changes
- Update README by @antoniupop in #167
- v0.6.0 by @immortal-tofu in #177
- chore: minor release 0.6.0 changes by @dartdart26 in #178
- fix: make GatewayContract compatible with current KMS in trustless case by @jatZama in #181
Full Changelog: v0.6.0-6...v0.6.1-0
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