Releases: zama-ai/fhevm-backend
Releases · zama-ai/fhevm-backend
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
v0.6.0-6
v0.6.0-5
v0.6.0-4
v0.6.0-3
v0.6.0-2
v0.6.0-1
v0.6.0-0
What's Changed
Other Changes
- ci: fix concurrency group for db migration by @0xawaz in #145
- ci: updates by @PacificYield in #144
- refactor: TFHEExecutor by @PacificYield in #141
- fix: adds arbitrary byte size scalar support by @david-zk in #146
- feat: updated tasks by @jatZama in #147
- chore: adds gateway to fhevm-core-contracts npm package by @jatZama in #148
- Migration of fhevm repo to fhevm-backend by @jatZama in #150
- feat: use default mocked addresses by @jatZama in #152
- fix: use viaIR to fix KMSVerifier Etherscan verification by @jatZama in #153
- chore: new npmignore by @jatZama in #155
- feat: include workflows for core contracts by @jatZama in #156
New Contributors
- @PacificYield made their first contribution in #144
Full Changelog: v0.1.2...v0.6.0-0