Skip to content

Releases: safient/core-js

v0.1.16-alpha

07 Apr 05:41
b4876c0
Compare
Choose a tag to compare

0.1.16-alpha

Description:

Fixes guardian exception handling and reduces the guardian fee from 0.1Eth to 0.05ETH

Features 🚀:

  • Better guardian handling
  • Updated guardian fee

v0.1.15-alpha

17 Mar 12:48
5e66366
Compare
Choose a tag to compare

0.1.15-alpha

Description:

Adds IPFS storage configuration to store the safe metadata on IPFS

Features 🚀:

  • IPFS based metadata backup for safe data

v0.1.14-alpha

16 Mar 08:32
bce18c8
Compare
Choose a tag to compare

0.1.14-alpha

Description:

Adds more readable data for metamask signing and updates all the threads

Features 🚀:

  • Updated signing data for more readable format
  • Adds new threadIDs for all the networks.

v0.1.13-alpha

15 Mar 06:45
390489c
Compare
Choose a tag to compare

0.1.13-alpha

Description:

Adds email-based safe creation for the beneficiary along with DID and minor fixes in the claim creation flow.

Features 🚀:

  • Updated createSafe to take beneficiary email to did.
  • Fixes createClaim for signal based claim creation.

v0.1.12-alpha

01 Mar 08:52
50e8fe9
Compare
Choose a tag to compare

0.1.12-alpha

Description:

Adds a different response for a few functions and adds a safe name and safe description.

Features 🚀:

  • Updated createClaim and createSafe to return EventResponse.
  • Adds safeName and safeDescription while creating safe.

v0.1.11-alpha

03 Feb 07:46
Compare
Choose a tag to compare

Description:

Fixes Self Safe creation, insufficient funds and other error handling issues

Features 🚀:

  • Updated createSafe which denies self safe creation.
  • Fixes createClaim function to not create claim if the beneficiary does not have enough ETH.
  • Returns appropriate error when user recovers safe before a claim.

v0.1.10-alpha

21 Jan 12:34
v0.1.10-alpha
ee67634
Compare
Choose a tag to compare

0.1.10-alpha

Description:

Updates contract-js version and package refactors

Features 🚀:

  • Updated contract-js version and removed unused packages

v0.1.9-alpha

18 Jan 08:14
74eb8c5
Compare
Choose a tag to compare

0.1.9-alpha

Description:

The release adds an auto Claims stage syncing.

Features 🚀:

  • reconstructSafe automatically syncs onChain and offChain claim stages to ease the recovery process.

v0.1.8-alpha.1

11 Jan 15:53
d7ec54c
Compare
Choose a tag to compare

Description:

CLI documentation updates for the testnet node deployment instructions

Features 🚀:

  • Added CLI getting started page

0.1.8-alpha

11 Jan 06:24
7093f84
Compare
Choose a tag to compare

0.1.8-alpha

Description:

The release fixes simultaneous safe construction by guardians.

Features 🚀:

  • Added guardian field on the User schema
  • Adds Ceramic URLs and Definitions to networks.json
  • Adding decrypted shards to user collection to solve the simultaneous reconstruction issue.