Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Releases: zama-ai/fhevm-solidity

fhevm-migration-backup-25-05-20

20 May 08:35
becc4f5

Choose a tag to compare

Pre-release

What's Changed

Other Changes

Full Changelog: v0.7.0-4...fhevm-migration-backup-25-05-20

v0.7.0-4

24 Apr 11:03
52d9d14

Choose a tag to compare

v0.7.0-4 Pre-release
Pre-release

What's Changed

Other Changes

New Contributors

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

v0.7.0-3

19 Apr 12:46
367290f

Choose a tag to compare

v0.7.0-3 Pre-release
Pre-release

What's Changed

Other Changes

  • docs: clarify a bit the documentation by @bcm-at-zama in #741
  • chore(deps): bump elliptic, @ethersproject/signing-key and ethers by @dependabot in #736
  • feat: use latest core contracts, updated lib API, renamed to fhevm an… by @jatZama in #745

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

v0.7.0-2

10 Apr 12:55
e19608b

Choose a tag to compare

v0.7.0-2 Pre-release
Pre-release

What's Changed

Other Changes

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

v0.7.0-1

10 Apr 09:48
87417d2

Choose a tag to compare

v0.7.0-1 Pre-release
Pre-release

What's Changed

Other Changes

New Contributors

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

v0.7.0-0

21 Jan 14:25
2675d24

Choose a tag to compare

v0.7.0-0 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: zama-ai/fhevm@v0.6.2...v0.7.0-0

v0.6.2

14 Dec 15:20
c90044b

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: zama-ai/fhevm@v0.6.1...v0.6.2

v0.6.1

11 Dec 11:47
49288b1

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: zama-ai/fhevm@v0.6.0...v0.6.1

v0.6.1-0

09 Dec 23:43
8d8cd43

Choose a tag to compare

v0.6.1-0 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: zama-ai/fhevm@v0.6.0-8...v0.6.1-0

v0.6.0

05 Dec 20:41
c94db7e

Choose a tag to compare

Summary

This version of fhEVM introduces expanded type support, a more robust input mechanism with proof capabilities, and enhanced configurability for fhEVM deployment. These changes continue to improve flexibility, usability, and integration with encrypted data systems.

What's Changed

Breaking Changes

  • New Input Mechanism with Proof: The input mechanism now supports proofs to validate ciphertext authenticity and integrity. Update your code to align with these changes. Refer to the updated Input Mechanism Documentation for guidance.
  • Introducing TFHE.setFHEVM(): This new function enables users to specify a particular fhEVM configuration on a network.

New Features

  • Added euint128 and euint256 for higher-precision encrypted integers.
  • Added ebytes64, ebytes128, and ebytes256 for working with larger encrypted byte arrays.

Resources

Full Changelog: zama-ai/fhevm@v0.5.9...v0.6.0