Releases: zama-ai/fhevm
Releases · zama-ai/fhevm
v0.6.0-0
What's Changed
Other Changes
- docs: add a video tutorial by @yuxizama in #430
- chore: fix first event catch bug on KMS by @leventdem in #437
- fix: allow for ebytes256 + reencrypt tests by @jatZama in #435
- chore: prettier for asyncDecrypt by @jatZama in #438
- chore: new version by @jatZama in #439
- Unit tests by @jatZama in #442
- chore: added missing await by @jatZama in #448
- Doc edits and regroups - Part1 by @yuxizama in #441
- docs: fixed ACL example by @jatZama in #451
- feat: new mocked mode by @jatZama in #457
- Coverage/fix by @jatZama in #459
- Merge release/0.5.x by @immortal-tofu in #466
- chore: fix ci tests by @immortal-tofu in #467
- Release merge by @immortal-tofu in #470
- fix: edge case for mocked fheRand by @jatZama in #471
- docs: updated asyncDecrypt.png by @jatZama in #473
- docs: remove decrypt from gas page by @jatZama in #475
- fix: removed useless 5seconds pause in mocked mode by @jatZama in #476
- chore: fix small typo in the documentation about re-encryption by @fd0r in #452
- feat: symbolic computation of fhe operations handles by @jatZama in #478
- docs: add developer survey by @yuxizama in #454
- docs: update devnet in doc by @immortal-tofu in #480
- feat: FHEPayment v0 by @jatZama in #479
- feat: added allowThis function and docs by @jatZama in #483
- docs: updated gateway part on Remix by @jatZama in #485
- docs: fixed typos for encrypt by @jatZama in #487
- feat: set protocol addresses in dApp storage by @jatZama in #499
- feat: added kms signature in mocked mode by @jatZama in #501
- feat: new handle computation method by @jatZama in #507
- fix: removed ability to revoke reencryption delegation by @jatZama in #506
- feat: added InputVerifier contract with tests and mock by @jatZama in #512
- feat: added aclAddress in EIP712 struct of KMSVerifier by @jatZama in #508
- Updated upgrades plugin and made mocked mode working when changing .env by @jatZama in #514
- feat: set null FHE gas prices + remove Payment lib by @jatZama in #535
- feat: moved input KMS sig checking in KMSVerifier by @jatZama in #545
- Update decrypt.md - typo by @poppyseedDev in #543
- feat: use dynamic lists in fhevmjsMocked by @jatZama in #546
- feat: native InputVerifier by @jatZama in #547
- feat: use fhevm deployer private key for deployment by @jatZama in #552
- Doc edits - Fundamentals by @yuxizama in #495
- chore: simplify deployment by @jatZama in #553
- Doc edits: Guides by @yuxizama in #496
- Doc edits - Getting Started by @yuxizama in #493
- feat: added etherscan verification task by @jatZama in #559
- feat: adds upgrade tasks by @jatZama in #561
- feat: adds getter functions for address constants by @jatZama in #563
- Adding templates for easier handling of customer support by @poppyseedDev in #544
- ci: quick issue template fix by @poppyseedDev in #565
- chore: fixed typo by @jatZama in #566
- feat: adds localCoprocessor config by @jatZama in #567
- feat: splits launch-fhevm.sh in 2 scripts by @jatZama in #568
- chore: updates fhevmjs and fhevmjsMocked to v0.6 by @jatZama in #569
- docs: update docs for fhevmjs by @immortal-tofu in #573
- feat: updated TFHEExecutor to support new types by @jatZama in #572
- Minor fixes when running in localCoprocessor mode by @manoranjith in #576
- chore: awaitDeployment by @jatZama in #578
- chore: fixed typo initializing relayer by @jatZama in #579
- chore: updated fhevmjs by @jatZama in #580
- feat: checks if userAddress is diff than contractAddress in reencrypt by @jatZama in #581
- chore: adds view modifier in ACL by @jatZama in #584
- Unauth reencrypt test by @jatZama in #585
- Adds comments to example contracts, improve example contracts documentation by @poppyseedDev in #570
- chore: bump fhevmjs version by @jatZama in #586
- feat: TFHEExecutor events variant with faster mock by @jatZama in #587
- feat: adds FHEGas fetcher util function in fast mocked by @jatZama in #588
- feat: creates codegen for InputVerifier variants by @jatZama in #589
- feat: refactor importing fhevm-core-contracts by @jatZama in #590
- feat: fixes etherscan verification by @jatZama in #591
New Contributors
- @manoranjith made their first contribution in #576
Full Changelog: v0.5.8...v0.6.0-0
v0.5.9
What's Changed
Other Changes
- docs: updated asyncDecrypt.png by @jatZama in #472
- docs: remove decrypt from gas page by @jatZama in #474
- docs: add developer survey to the release branch by @yuxizama in #477
- Docs/devnet release by @immortal-tofu in #481
- docs: fix url in metamask setup by @immortal-tofu in #482
- docs: updated gateway part on Remix by @jatZama in #484
- docs: fixed typos for encrypt by @jatZama in #486
- docs: add a teaser message about Coprocessor launch by @yuxizama in #505
- fix: mocked mode with changing .env by @jatZama in #515
- chore: fixed ignored file by @jatZama in #516
- chore: fixed publish by @jatZama in #517
- chore: fix env file for publish by @jatZama in #518
- chore: fixed publish by @jatZama in #519
Full Changelog: v0.5.8...v0.5.9
v0.5.8
What's Changed
Other Changes
- Fix everything by @immortal-tofu in #468
Full Changelog: v0.5.7...v0.5.8
v0.5.7
What's Changed
Other Changes
- chore: remove package with optional dependencies by @immortal-tofu in #463
- 0.5.7 by @immortal-tofu in #464
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
Other Changes
- docs: updated mocked and coverage docs by @jatZama in #460
- Fix package by @immortal-tofu in #462
Full Changelog: v0.5.5...v0.5.6
v0.5.5
v0.5.4
v0.5.4-0
What's Changed
Other Changes
- docs: add a video tutorial by @yuxizama in #430
- chore: fix first event catch bug on KMS by @leventdem in #437
- fix: allow for ebytes256 + reencrypt tests by @jatZama in #435
- chore: prettier for asyncDecrypt by @jatZama in #438
- chore: new version by @jatZama in #439
Full Changelog: v0.5.2...v0.5.4-0
v0.5.3
v0.5.2
- Remove abstracts and mocks folder
- Use Solidity version ^0.8.24 for contracts