Releases: FhenixProtocol/fhenix.js
Releases · FhenixProtocol/fhenix.js
v0.4.2-alpha.2
What's Changed
- fix:
fhenixsdkbugfixes by @architect-dev in #49
Full Changelog: v0.4.2-alpha.1...v0.4.2-alpha.2
v0.4.2-alpha.1
What's Changed
- PermitV2 hardhat integration (includes v0.4.2-alpha.0 bugfixes) by @architect-dev in #48
Full Changelog: v0.4.2-alpha.0...v0.4.2-alpha.1
v0.4.2-alpha.0
What's Changed
- fhenixsdk (PermitV2) by @architect-dev in #46
Full Changelog: v0.4.1...v0.4.2-alpha.0
v0.4.1
What's Changed
- Merge prs by @eshelB in #33
- Security zones by @eshelB in #32
- Update fhe-browser.ts by @Cashmaney in #36
- Added types field to package.json by @kkomelin in #37
- Create
FhenixClientSync(exposes syncencrypt_xxxx()functions) by @architect-dev in #38 - Revert "Update fhe-browser.ts" by @Cashmaney in #39
- Include type compilation in
compilestep by @architect-dev in #41 - Revert
tfhe.jscjs & preventcompilescript from overwriting it by @architect-dev in #42 - Ensure
hasPermitandunsealuse localstorage permits and account arg by @architect-dev in #43 - Skip pubkey fetch by @eshelB in #45
New Contributors
- @kkomelin made their first contribution in #37
- @architect-dev made their first contribution in #38
Full Changelog: v0.3.0...v0.4.1
v0.4.1-alpha.0
same as v0.4.0-alpha.7 but fixes the issue that v0.4.0 is considered newer by pnpm
Full Changelog: v0.4.0-alpha.7...v0.4.1-alpha.0
v0.4.0-alpha.7
- added the option to skip publicKey fetching in the constructor
- removed the unnecessary chainId fetch
Full Changelog: v0.4.0...v0.4.0-alpha.7
v0.4.0
What's Changed
- Merge prs by @eshelB in #33
- Security zones by @eshelB in #32
- Update fhe-browser.ts by @Cashmaney in #36
- Added types field to package.json by @kkomelin in #37
- Create
FhenixClientSync(exposes syncencrypt_xxxx()functions) by @architect-dev in #38 - Revert "Update fhe-browser.ts" by @Cashmaney in #39
- Include type compilation in
compilestep by @architect-dev in #41 - Revert
tfhe.jscjs & preventcompilescript from overwriting it by @architect-dev in #42 - Ensure
hasPermitandunsealuse localstorage permits and account arg by @architect-dev in #43
New Contributors
- @kkomelin made their first contribution in #37
- @architect-dev made their first contribution in #38
Full Changelog: v0.3.0...v0.4.0
v0.4.0-alpha.6
What's Changed
FhenixClientfnshasPermit/unsealfetch and use localstorage permits- All
FhenixClientfns that interact with permits now take anaccount: stringargument - New fn
getAllExistingPermitscreated, also added toFhenixClientasloadAllPermitsFromLocalStorage(useful in frontend environments to reinitialize the client) FhenixClientfnsstorePermit/removePermitnow update localstorage- Update tests to use
accountargument, also switch tovitest:jsdomlocal storage from mocked localstorage. Add test for loading all existing permits.
Full Changelog: v0.4.0-alpha.5...v0.4.0-alpha.6
v0.4.0-alpha.5
Revert compiled tfhe.js and tfhe-browser.js in lib/commonjs/sdk/fhe.
Prevent pnpm compile from overwriting these files in the future.
v0.4.0-alpha.4
Rebuilding prebuilt libs in dist folder