Releases: zama-ai/fhevm
Releases · zama-ai/fhevm
v0.4.0-7
What's Changed
Fixes
Other Changes
- Fixed tasks and readme by @jatZama in #262
- docs(): fixes links in getting started by @aquint-zama in #263
- deps() update docker image version by @immortal-tofu in #266
- docs() Remove deperecated warning concerning openzeppelin on Remix by @immortal-tofu in #267
- docs: add instruction on testing network1 by @youben11 in #275
- Add commitlint action by @aquint-zama in #271
- Added documentation for pitfalls and best practises by @jatZama in #276
- docs: add minor details to the pitfalls section by @jatZama in #279
- docs: update Readme.md by @yuxizama in #283
- feat: add 64bits support by @immortal-tofu in #284
- docs: add reference to fhevm-go by @dartdart26 in #285
- Feat/add ci prerelease by @immortal-tofu in #286
- chore: fix instance for main tests by @immortal-tofu in #289
- feat: added TFHE.isInitialized function for ebool type by @jatZama in #290
- fix: updated hardhat config to have same accounts in mocked mode as in fhevm mode by @jatZama in #291
- feat: added the oracle contracts and library by @jatZama in #292
- fix: install commitlint properly by @immortal-tofu in #295
- fix: silence warnings and fix _transfer in CompliantERC20 by @jatZama in #294
- docs: fixed typo on variable visibility by @jatZama in #297
- Feat/new types by @immortal-tofu in #300
- 0.4.0-1 by @immortal-tofu in #301
- chore: use ethermint node v0.3.0-5 version by @immortal-tofu in #302
- test: cover the different types of values in decryption by @youben11 in #299
- fix: updated mocked mode to be compatible with new types by @jatZama in #304
- docs: added warning for shift ops by @jatZama in #305
- Gitbook edit rebased by @immortal-tofu in #307
- 0.4.0-2 by @immortal-tofu in #308
- Docs: Update for 0.4.0 by @immortal-tofu in #309
- refactor: remove deprecated optReq by @immortal-tofu in #313
- feat: introduce select in place of cmux by @immortal-tofu in #314
- chore: remove finance usecase by @immortal-tofu in #319
- update design by @yuxizama in #317
- 0.4.0-3 by @immortal-tofu in #322
- docs: various adjustments to the current documentation by @immortal-tofu in #321
- docs: added docs for async decrypt and support for euint4 by @jatZama in #323
- chore: use task instead of custom script by @immortal-tofu in #327
- feat: added utils for oracle deployment and updated tasks by @jatZama in #326
- docs: update some designs by @yuxizama in #324
- chore: update fhevmjs by @immortal-tofu in #330
- tests: add euint4 for test contract by @youben11 in #331
- feat: added automatic deployment of predeploy when testing by @jatZama in #329
- docs: add hint for deprecation of sync decrypt by @immortal-tofu in #332
- docs: added hardhat test with async decrypt by @jatZama in #334
- fix: fixed removeDid by @jatZama in #335
- chore: attach fhevm image for logs by @jatZama in #336
- feat: general awaitAllDecryptionResults in fhevm mode by @jatZama in #338
- Docs/fhevm contract by @immortal-tofu in #337
- 0.4.0-4 by @jatZama in #339
- fix: add oracle in npmignore by @jatZama in #340
- 0.4.0-5 by @jatZama in #341
- fix: fhevm image fixing power of 2 by @jatZama in #342
- perf: better handling of decrypt oracle by @jatZama in #343
- fix: correct way to call asyncDecrypt helper by @jatZama in #344
- feat: addn randEuint64() by @immortal-tofu in #346
- docs: update roadmap by @immortal-tofu in #348
- Doc frontend update by @yuxizama in #347
- chore: typos by @aquint-zama in #350
- deps: update fhevmjs by @immortal-tofu in #352
- feat: add rotl and rotr by @immortal-tofu in #351
- Fix/euint160 nooracleservicechange by @jatZama in #354
- feat: add ability to call eaddress decrypt asynchronously by @leventdem in #349
- 0.4.0-6 by @jatZama in #355
- feat: 1day hardlimit for maxTimestamp and isExpired view func by @jatZama in #356
- 0.4.0-7 by @jatZama in #357
New Contributors
Full Changelog: v0.3.0...v0.4.0-7
v0.4.0-6
What's Changed
Fixes
Other Changes
- Fixed tasks and readme by @jatZama in #262
- docs(): fixes links in getting started by @aquint-zama in #263
- deps() update docker image version by @immortal-tofu in #266
- docs() Remove deperecated warning concerning openzeppelin on Remix by @immortal-tofu in #267
- docs: add instruction on testing network1 by @youben11 in #275
- Add commitlint action by @aquint-zama in #271
- Added documentation for pitfalls and best practises by @jatZama in #276
- docs: add minor details to the pitfalls section by @jatZama in #279
- docs: update Readme.md by @yuxizama in #283
- feat: add 64bits support by @immortal-tofu in #284
- docs: add reference to fhevm-go by @dartdart26 in #285
- Feat/add ci prerelease by @immortal-tofu in #286
- chore: fix instance for main tests by @immortal-tofu in #289
- feat: added TFHE.isInitialized function for ebool type by @jatZama in #290
- fix: updated hardhat config to have same accounts in mocked mode as in fhevm mode by @jatZama in #291
- feat: added the oracle contracts and library by @jatZama in #292
- fix: install commitlint properly by @immortal-tofu in #295
- fix: silence warnings and fix _transfer in CompliantERC20 by @jatZama in #294
- docs: fixed typo on variable visibility by @jatZama in #297
- Feat/new types by @immortal-tofu in #300
- 0.4.0-1 by @immortal-tofu in #301
- chore: use ethermint node v0.3.0-5 version by @immortal-tofu in #302
- test: cover the different types of values in decryption by @youben11 in #299
- fix: updated mocked mode to be compatible with new types by @jatZama in #304
- docs: added warning for shift ops by @jatZama in #305
- Gitbook edit rebased by @immortal-tofu in #307
- 0.4.0-2 by @immortal-tofu in #308
- Docs: Update for 0.4.0 by @immortal-tofu in #309
- refactor: remove deprecated optReq by @immortal-tofu in #313
- feat: introduce select in place of cmux by @immortal-tofu in #314
- chore: remove finance usecase by @immortal-tofu in #319
- update design by @yuxizama in #317
- 0.4.0-3 by @immortal-tofu in #322
- docs: various adjustments to the current documentation by @immortal-tofu in #321
- docs: added docs for async decrypt and support for euint4 by @jatZama in #323
- chore: use task instead of custom script by @immortal-tofu in #327
- feat: added utils for oracle deployment and updated tasks by @jatZama in #326
- docs: update some designs by @yuxizama in #324
- chore: update fhevmjs by @immortal-tofu in #330
- tests: add euint4 for test contract by @youben11 in #331
- feat: added automatic deployment of predeploy when testing by @jatZama in #329
- docs: add hint for deprecation of sync decrypt by @immortal-tofu in #332
- docs: added hardhat test with async decrypt by @jatZama in #334
- fix: fixed removeDid by @jatZama in #335
- chore: attach fhevm image for logs by @jatZama in #336
- feat: general awaitAllDecryptionResults in fhevm mode by @jatZama in #338
- Docs/fhevm contract by @immortal-tofu in #337
- 0.4.0-4 by @jatZama in #339
- fix: add oracle in npmignore by @jatZama in #340
- 0.4.0-5 by @jatZama in #341
- fix: fhevm image fixing power of 2 by @jatZama in #342
- perf: better handling of decrypt oracle by @jatZama in #343
- fix: correct way to call asyncDecrypt helper by @jatZama in #344
- feat: addn randEuint64() by @immortal-tofu in #346
- docs: update roadmap by @immortal-tofu in #348
- Doc frontend update by @yuxizama in #347
- chore: typos by @aquint-zama in #350
- deps: update fhevmjs by @immortal-tofu in #352
- feat: add rotl and rotr by @immortal-tofu in #351
- Fix/euint160 nooracleservicechange by @jatZama in #354
- feat: add ability to call eaddress decrypt asynchronously by @leventdem in #349
- 0.4.0-6 by @jatZama in #355
New Contributors
Full Changelog: v0.3.0...v0.4.0-6
v0.4.0-5
v0.4.0-4
What's Changed
Fixes
Other Changes
- Fixed tasks and readme by @jatZama in #262
- docs(): fixes links in getting started by @aquint-zama in #263
- deps() update docker image version by @immortal-tofu in #266
- docs() Remove deperecated warning concerning openzeppelin on Remix by @immortal-tofu in #267
- docs: add instruction on testing network1 by @youben11 in #275
- Add commitlint action by @aquint-zama in #271
- Added documentation for pitfalls and best practises by @jatZama in #276
- docs: add minor details to the pitfalls section by @jatZama in #279
- docs: update Readme.md by @yuxizama in #283
- feat: add 64bits support by @immortal-tofu in #284
- docs: add reference to fhevm-go by @dartdart26 in #285
- Feat/add ci prerelease by @immortal-tofu in #286
- chore: fix instance for main tests by @immortal-tofu in #289
- feat: added TFHE.isInitialized function for ebool type by @jatZama in #290
- fix: updated hardhat config to have same accounts in mocked mode as in fhevm mode by @jatZama in #291
- feat: added the oracle contracts and library by @jatZama in #292
- fix: install commitlint properly by @immortal-tofu in #295
- fix: silence warnings and fix _transfer in CompliantERC20 by @jatZama in #294
- docs: fixed typo on variable visibility by @jatZama in #297
- Feat/new types by @immortal-tofu in #300
- 0.4.0-1 by @immortal-tofu in #301
- chore: use ethermint node v0.3.0-5 version by @immortal-tofu in #302
- test: cover the different types of values in decryption by @youben11 in #299
- fix: updated mocked mode to be compatible with new types by @jatZama in #304
- docs: added warning for shift ops by @jatZama in #305
- Gitbook edit rebased by @immortal-tofu in #307
- 0.4.0-2 by @immortal-tofu in #308
- Docs: Update for 0.4.0 by @immortal-tofu in #309
- refactor: remove deprecated optReq by @immortal-tofu in #313
- feat: introduce select in place of cmux by @immortal-tofu in #314
- chore: remove finance usecase by @immortal-tofu in #319
- update design by @yuxizama in #317
- 0.4.0-3 by @immortal-tofu in #322
- docs: various adjustments to the current documentation by @immortal-tofu in #321
- docs: added docs for async decrypt and support for euint4 by @jatZama in #323
- chore: use task instead of custom script by @immortal-tofu in #327
- feat: added utils for oracle deployment and updated tasks by @jatZama in #326
- docs: update some designs by @yuxizama in #324
- chore: update fhevmjs by @immortal-tofu in #330
- tests: add euint4 for test contract by @youben11 in #331
- feat: added automatic deployment of predeploy when testing by @jatZama in #329
- docs: add hint for deprecation of sync decrypt by @immortal-tofu in #332
- docs: added hardhat test with async decrypt by @jatZama in #334
- fix: fixed removeDid by @jatZama in #335
- chore: attach fhevm image for logs by @jatZama in #336
- feat: general awaitAllDecryptionResults in fhevm mode by @jatZama in #338
- Docs/fhevm contract by @immortal-tofu in #337
- 0.4.0-4 by @jatZama in #339
New Contributors
Full Changelog: v0.3.0...v0.4.0-4
v0.4.0-3
What's Changed
- Docs: Update for 0.4.0 by @immortal-tofu in #309
- refactor: remove deprecated optReq by @immortal-tofu in #313
- feat: introduce select in place of cmux by @immortal-tofu in #314
- chore: remove finance usecase by @immortal-tofu in #319
- update design by @yuxizama in #317
- 0.4.0-3 by @immortal-tofu in #322
Full Changelog: v0.4.0-2...v0.4.0-3
v0.4.0-2
What's Changed
- chore: use ethermint node v0.3.0-5 version by @immortal-tofu in #302
- test: cover the different types of values in decryption by @youben11 in #299
- fix: updated mocked mode to be compatible with new types by @jatZama in #304
- docs: added warning for shift ops by @jatZama in #305
- Gitbook edit rebased by @immortal-tofu in #307
- 0.4.0-2 by @immortal-tofu in #308
Full Changelog: v0.4.0-1...v0.4.0-2
v0.4.0-1
What's Changed
- fix(mocked): removed all warnings from TFHE.sol when compiling in mocked mode by @jatZama in #288
- chore: fix instance for main tests by @immortal-tofu in #289
- feat: added TFHE.isInitialized function for ebool type by @jatZama in #290
- fix: updated hardhat config to have same accounts in mocked mode as in fhevm mode by @jatZama in #291
- feat: added the oracle contracts and library by @jatZama in #292
- fix: install commitlint properly by @immortal-tofu in #295
- fix: silence warnings and fix _transfer in CompliantERC20 by @jatZama in #294
- docs: fixed typo on variable visibility by @jatZama in #297
- Feat/new types by @immortal-tofu in #300
Full Changelog: v0.4.0-0...v0.4.0-1
v0.4.0-0
What's Changed
- Fixed tasks and readme by @jatZama in #262
- docs(): fixes links in getting started by @aquint-zama in #263
- deps() update docker image version by @immortal-tofu in #266
- docs() Remove deperecated warning concerning openzeppelin on Remix by @immortal-tofu in #267
- docs: add instruction on testing network1 by @youben11 in #275
- Add commitlint action by @aquint-zama in #271
- Added documentation for pitfalls and best practises by @jatZama in #276
- docs: add minor details to the pitfalls section by @jatZama in #279
- docs: update Readme.md by @yuxizama in #283
- feat: add 64bits support by @immortal-tofu in #284
- docs: add reference to fhevm-go by @dartdart26 in #285
- Feat/add ci prerelease by @immortal-tofu in #286
New Contributors
Full Changelog: v0.3.0...v0.4.0-0
v0.3.0
What's Changed
- docs() add vue and add one troubleshooting by @immortal-tofu in #232
- fix(faucet): add a grep to ignore info statements by @leventdem in #236
- made shl and shr more consistent with cleartext shift operators by restraining second operand to 8 bits by @jatZama in #241
- docs() Change summary and add new section by @immortal-tofu in #237
- Mocked version of TFHE.sol for mocked tests and coverage by @jatZama in #242
- Added Reencrypt abstract contract to replace use of EIP712WithModifier by @jatZama in #243
- feat() use new cmux by @immortal-tofu in #246
- Updated Solidity version to ^0.8.20 and OpenZeppelin Contracts to ^5.0.1 by @jatZama in #244
- feat: add upper bound for encrypted random integers by @dartdart26 in #238
- Feature/improved erc20 by @jatZama in #245
- Add testing network for terraform devnet by @david-zama in #240
- Added name and symbol parameters in constructor of EncryptedERC20 and CompliantERC20 by @jatZama in #247
- Added virtual modifier for easier extensibility - also deleted useless public modifier in Timelock constructor by @jatZama in #248
- Added NonceManager to avoid Nonce errors in CI tests by @jatZama in #249
- fix() update gas prices in doc by @immortal-tofu in #250
- docs() Reduce subsection in getting started by @immortal-tofu in #254
- Feature/evm shangai by @jatZama in #255
- docs() add troubleshooting regarding property by @immortal-tofu in #253
- Updated the documentation concerning Write Contract section by @jatZama in #256
- Updated doc with NextJS template by @jatZama in #258
- Change chain id for multiple validator testnet by @david-zama in #252
- Add mocks directory to package by @immortal-tofu in #259
- Release/0.3.0 by @immortal-tofu in #261
New Contributors
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- Features/remove decrypt by @immortal-tofu in #225
- fix() rename to whitelisted by @immortal-tofu in #226
- Fix ebool not + tests for ebool ops by @david-zama in #229
- docs() add troubleshooting by @immortal-tofu in #228
- 0.2.2 by @immortal-tofu in #231
Full Changelog: v0.2.1...v0.2.2