Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-10-06 | 2.1 kB | |
v0.9.0 source code.tar.gz | 2025-10-06 | 15.7 MB | |
v0.9.0 source code.zip | 2025-10-06 | 16.6 MB | |
Totals: 3 Items | 32.2 MB | 0 |
What's Changed
✨ Main Features
Keygen
Ability to trigger the key generation directly via the Gateway.
New User decryption share mechanism
Shares are no longer stored on-chain. Instead, they are now included in the event’s data on the Gateway.
PauserSet
A new PauserSet
contract is available as a host and gateway contract used for the pausing mechanism.
Cleanup
Host and gateway contracts have been cleaned:
- Unused offset has been removed from the decrypted result in public decryption.
- Gateway check...
functions have been replaced by non-reverting is...
boolean getters.
- contractsChainId
field have been removed from user decryption request EIP712 struct.
- New internal empty proxy contracts have been implemented.
- Two gateway contracts have been renamed.
📝 Notes
This release comes with a public changelog.
New Contributors
- @piizama made their first contribution in https://github.com/zama-ai/fhevm/pull/357
- @dd23 made their first contribution in https://github.com/zama-ai/fhevm/pull/425
- @ppoliani made their first contribution in https://github.com/zama-ai/fhevm/pull/499
- @poppyseedDev made their first contribution in https://github.com/zama-ai/fhevm/pull/613
- @manoranjith made their first contribution in https://github.com/zama-ai/fhevm/pull/685
- @yinwenyu6 made their first contribution in https://github.com/zama-ai/fhevm/pull/737
- @gap-editor made their first contribution in https://github.com/zama-ai/fhevm/pull/595
- @arajasek made their first contribution in https://github.com/zama-ai/fhevm/pull/839
- @BilokinTaras made their first contribution in https://github.com/zama-ai/fhevm/pull/512
- @famouswizard made their first contribution in https://github.com/zama-ai/fhevm/pull/851
- @mdqst made their first contribution in https://github.com/zama-ai/fhevm/pull/805
Full Changelog: https://github.com/zama-ai/fhevm/compare/v0.7.0...v0.9.0