Skip to content

Releases: zama-ai/fhevm-backend

v0.6.1

11 Dec 10:14
7c2ff2c
Compare
Choose a tag to compare

What's Changed

Other Changes

  • fix: make GatewayContract compatible with current KMS in trustless case by @jatZama in #181
  • feat: first working fhevm-native implementation by @david-zk in #151
  • Release061 by @jatZama in #182

Full Changelog: v0.6.0...v0.6.1

v0.6.1-0

09 Dec 23:19
cc62ab0
Compare
Choose a tag to compare
v0.6.1-0 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: v0.6.0-6...v0.6.1-0

v0.6.0

06 Dec 14:28
Compare
Choose a tag to compare

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

v0.6.0-6

06 Dec 11:29
Compare
Choose a tag to compare
v0.6.0-6 Pre-release
Pre-release
fix(schedule): prevent panicking in loop_schedule routine

v0.6.0-5

02 Dec 20:36
ca7e849
Compare
Choose a tag to compare
v0.6.0-5 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: v0.6.0-4...v0.6.0-5

v0.6.0-4

02 Dec 16:10
8261515
Compare
Choose a tag to compare
v0.6.0-4 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: v0.6.0-3...v0.6.0-4

v0.6.0-3

02 Dec 15:54
6765a12
Compare
Choose a tag to compare
v0.6.0-3 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: v0.6.0-2...v0.6.0-3

v0.6.0-2

02 Dec 14:26
e08391e
Compare
Choose a tag to compare
v0.6.0-2 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: v0.6.0-1...v0.6.0-2

v0.6.0-1

02 Dec 14:07
287f4e9
Compare
Choose a tag to compare
v0.6.0-1 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: v0.6.0-0...v0.6.0-1

v0.6.0-0

02 Dec 12:03
d45d3d8
Compare
Choose a tag to compare
v0.6.0-0 Pre-release
Pre-release

What's Changed

Other Changes

New Contributors

Full Changelog: v0.1.2...v0.6.0-0