Releases: zama-ai/fhevm-go
Releases · zama-ai/fhevm-go
v0.6.0-rc1
What's Changed
- doc: update Integration guide and FheLib example by @dartdart26 in #129
Full Changelog: v0.5.1...v0.6.0-rc1
v0.5.1
What's Changed
- fix: do not persist FHE public key hash in state by @dartdart26 in #125
- fix: call otel describe functions after err checks by @dartdart26 in #126
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- fix(gas): add utils for protected storage gas cost by @dartdart26 in #110
- feat: array equality as a precompile by @dartdart26 in #113
- Main internal by @immortal-tofu in #117
- fix: add missing gas costs for loading ciphertexts by @dartdart26 in #118
- feat: size-efficient list-based ciphertext inputs by @dartdart26 in #120
- fix: missing gas costs and memory issues by @dartdart26 in #121
- feat: add external seed in rand precompile APIs by @dartdart26 in #122
- Docs/update 0.5.0 by @immortal-tofu in #123
- feat: pass a contract address to verifyCiphertext by @dartdart26 in #124
Full Changelog: v0.2.0...v0.5.0
v0.2.2-2-symbolic-exec
What's Changed
- Docs/update 0.5.0 by @immortal-tofu in #123
This version includes inputs handling.
Full Changelog: v0.2.2-1-symbolic-exec...v0.2.2-2-symbolic-exec
v0.2.2-1-symbolic-exec
What's Changed
- feat: size-efficient list-based ciphertext inputs by @dartdart26 in #120
- fix: missing gas costs and memory issues by @dartdart26 in #121
- feat: add external seed in rand precompile APIs by @dartdart26 in #122
Full Changelog: v0.2.2-0-symbolic-exec...v0.2.2-1-symbolic-exec
v0.2.2-0-symbolic-exec
fix: add missing gas costs for loading ciphertexts
v0.2.1
What's Changed
- fix(gas): add utils for protected storage gas cost by @dartdart26 in #110
- Petar/fhe array eq dev by @immortal-tofu in #114
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Readme and License by @youben11 in #64
- docs: add initial Gitbook version by @aquint-zama in #67
- Update to TFHE-rs 0.5.1 by @immortal-tofu in #71
- ci: add commitlint by @aquint-zama in #72
- feat() Add 64bits by @immortal-tofu in #78
- Refactor TFHE by @youben11 in #79
- fix: add FheType for Euint64 for kms by @immortal-tofu in #80
- fix: revert input length for rand bound by @immortal-tofu in #81
- First design for OpenTelemtry by @youben11 in #82
- refactor: clean and separate the fhelib by @youben11 in #83
- feat: use slog from the std library for logging by @dartdart26 in #66
- Errors and Operands info as part of spans by @youben11 in #87
- docs: update integration steps with Otel context by @youben11 in #89
- feat: a precompile to get ciphertext bytes by @dartdart26 in #90
- Feature/add new types by @immortal-tofu in #92
- fix: adjust gas prices by @immortal-tofu in #93
- Chore/refactor by @immortal-tofu in #95
- chore: adjust gas price for min/max by @immortal-tofu in #96
- refactor: remove optReq by @immortal-tofu in #98
- Feature/eaddress by @leventdem in #99
- feat: add rotate left and rotate right by @immortal-tofu in #100
- fix: add missing ExpandedFheCiphertextSize[FheUint160] by @leventdem in #102
- docs: add submodules on clone in README by @dartdart26 in #104
New Contributors
- @aquint-zama made their first contribution in #67
Full Changelog: v0.1.6...v0.2.0
v0.2.0-9
What's Changed
- Readme and License by @youben11 in #64
- docs: add initial Gitbook version by @aquint-zama in #67
- Update to TFHE-rs 0.5.1 by @immortal-tofu in #71
- ci: add commitlint by @aquint-zama in #72
- feat() Add 64bits by @immortal-tofu in #78
- Refactor TFHE by @youben11 in #79
- fix: add FheType for Euint64 for kms by @immortal-tofu in #80
- fix: revert input length for rand bound by @immortal-tofu in #81
- First design for OpenTelemtry by @youben11 in #82
- refactor: clean and separate the fhelib by @youben11 in #83
- feat: use slog from the std library for logging by @dartdart26 in #66
- Errors and Operands info as part of spans by @youben11 in #87
- docs: update integration steps with Otel context by @youben11 in #89
- feat: a precompile to get ciphertext bytes by @dartdart26 in #90
- Feature/add new types by @immortal-tofu in #92
- fix: adjust gas prices by @immortal-tofu in #93
- Chore/refactor by @immortal-tofu in #95
- chore: adjust gas price for min/max by @immortal-tofu in #96
- refactor: remove optReq by @immortal-tofu in #98
- Feature/eaddress by @leventdem in #99
- feat: add rotate left and rotate right by @immortal-tofu in #100
- fix: add missing ExpandedFheCiphertextSize[FheUint160] by @leventdem in #102
New Contributors
- @aquint-zama made their first contribution in #67
Full Changelog: v0.1.6...v0.2.0-9
v0.2.0-8
What's Changed
- Readme and License by @youben11 in #64
- docs: add initial Gitbook version by @aquint-zama in #67
- Update to TFHE-rs 0.5.1 by @immortal-tofu in #71
- ci: add commitlint by @aquint-zama in #72
- feat() Add 64bits by @immortal-tofu in #78
- Refactor TFHE by @youben11 in #79
- fix: add FheType for Euint64 for kms by @immortal-tofu in #80
- fix: revert input length for rand bound by @immortal-tofu in #81
- First design for OpenTelemtry by @youben11 in #82
- refactor: clean and separate the fhelib by @youben11 in #83
- feat: use slog from the std library for logging by @dartdart26 in #66
- Errors and Operands info as part of spans by @youben11 in #87
- docs: update integration steps with Otel context by @youben11 in #89
- feat: a precompile to get ciphertext bytes by @dartdart26 in #90
- Feature/add new types by @immortal-tofu in #92
- fix: adjust gas prices by @immortal-tofu in #93
- Chore/refactor by @immortal-tofu in #95
- chore: adjust gas price for min/max by @immortal-tofu in #96
- refactor: remove optReq by @immortal-tofu in #98
- Feature/eaddress by @leventdem in #99
- feat: add rotate left and rotate right by @immortal-tofu in #100
New Contributors
- @aquint-zama made their first contribution in #67
Full Changelog: v0.1.6...v0.2.0-8