Skip to content

Releases: FhenixProtocol/fhenix.js

v0.4.2-alpha.2

15 Jan 12:26

Choose a tag to compare

v0.4.2-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.2-alpha.1...v0.4.2-alpha.2

v0.4.2-alpha.1

10 Dec 16:29

Choose a tag to compare

v0.4.2-alpha.1 Pre-release
Pre-release

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

06 Dec 11:01

Choose a tag to compare

v0.4.2-alpha.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.1...v0.4.2-alpha.0

v0.4.1

14 Nov 12:08
9ab937b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.1

v0.4.1-alpha.0

09 Oct 21:08

Choose a tag to compare

v0.4.1-alpha.0 Pre-release
Pre-release

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

09 Oct 20:44

Choose a tag to compare

v0.4.0-alpha.7 Pre-release
Pre-release
  • 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

06 Oct 15:16

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.4.0-alpha.6

05 Sep 11:58

Choose a tag to compare

v0.4.0-alpha.6 Pre-release
Pre-release

What's Changed

  • FhenixClient fns hasPermit/unseal fetch and use localstorage permits
  • All FhenixClient fns that interact with permits now take an account: string argument
  • New fn getAllExistingPermits created, also added to FhenixClient as loadAllPermitsFromLocalStorage (useful in frontend environments to reinitialize the client)
  • FhenixClient fns storePermit/removePermit now update localstorage
  • Update tests to use account argument, also switch to vitest:jsdom local 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

04 Sep 09:30

Choose a tag to compare

v0.4.0-alpha.5 Pre-release
Pre-release

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

29 Aug 11:28
bfe306a

Choose a tag to compare

v0.4.0-alpha.4 Pre-release
Pre-release

Rebuilding prebuilt libs in dist folder