Releases: safient/core-js
Releases · safient/core-js
v0.1.16-alpha
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
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
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
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
0.1.12-alpha
Description:
Adds a different response for a few functions and adds a safe name and safe description.
Features 🚀:
- Updated
createClaim
andcreateSafe
to returnEventResponse
. - Adds
safeName
andsafeDescription
while creating safe.
v0.1.11-alpha
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
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
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
Description:
CLI documentation updates for the testnet node deployment instructions
Features 🚀:
- Added CLI getting started page
0.1.8-alpha
0.1.8-alpha
Description:
The release fixes simultaneous safe construction by guardians.
Features 🚀:
- Added
guardian
field on theUser
schema - Adds Ceramic URLs and Definitions to
networks.json
- Adding decrypted shards to user collection to solve the simultaneous reconstruction issue.