Skip to content

Releases: zama-ai/httpz-backend

v0.7.0-rc3

03 Apr 12:12
Compare
Choose a tag to compare
v0.7.0-rc3 Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: v0.7.0-rc2...v0.7.0-rc3

v0.7.0-rc2

14 Mar 11:28
eec2338
Compare
Choose a tag to compare
v0.7.0-rc2 Pre-release
Pre-release

What's Changed

Other Changes

  • chore(deploy): add zkproof-worker by @0xawaz in #348
  • fix(gw-listener): reconnect on event stream close by @dartdart26 in #353
  • zkproof multi threaded by @goshawk-3 in #362
  • Use tenant-api-key in SnS worker by @goshawk-3 in #365
  • ci: add Slither to GitHub workflow by @PacificYield in #229
  • fix: enable versionized SwitchAndSquashKey by @goshawk-3 in #364
  • Update TFHE to 1.0.1 by @antoniupop in #368
  • feat: handle ACL events. Insert PBS computations by @goshawk-3 in #366
  • feat: new InputVerifier contract with cross-chain EIP712 and several … by @jatZama in #370
  • GPU CI on Hyperstack by @antoniupop in #377
  • feat: adds solidity coverage by @jatZama in #376
  • feat: updated tasks and script for staging by @jatZama in #381
  • Upload the computed 128-PBS ciphertexts to a AWS S3 bucket by @goshawk-3 in #379
  • fix: new struct for EIP712 signature by @jatZama in #383
  • chore(build): add sns_pk keys to tenants table by @0xawaz in #385
  • chore(deploy): add sns-worker to local deployment by @0xawaz in #386
  • chore(deploy): update contracts deployment script by @0xawaz in #389
  • Deserialize sns pk by using safe_deserialize by @goshawk-3 in #391
  • feat: new KMSVerifier and InputVerifier init and threshold KMS setter by @jatZama in #392
  • chore(build): add kubernetes-client to core-contracts image by @0xawaz in #394
  • feat: new KMSVerifier and InputVerifier init and threshold KMS setter by @jatZama in #396

Full Changelog: v0.7.0-rc1...v0.7.0-rc2

v0.7.0-rc1

28 Feb 12:12
Compare
Choose a tag to compare
v0.7.0-rc1 Pre-release
Pre-release

What's Changed

Other Changes

New Contributors

Full Changelog: v0.7.0-rc0...v0.7.0-rc1

v0.7.0-rc0

14 Feb 12:38
930cbba
Compare
Choose a tag to compare
v0.7.0-rc0 Pre-release
Pre-release

What's Changed

Other Changes

New Contributors

Full Changelog: v0.6.1...v0.7.0-rc0

v0.6.3

14 Feb 12:45
Compare
Choose a tag to compare

What's Changed

Other Changes

  • feat(bitwise): enable scalar operand for fheBitAnd, fheBitOr, fheBitXor by @goshawk-3 in #312

Full Changelog: v0.6.2...v0.6.3

v0.6.2

16 Jan 12:57
abdd4f8
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.6.1...v0.6.2

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