Skip to content

Releases: safient/core-js

v0.1.7-alpha

23 Dec 11:55
Compare
Choose a tag to compare

0.1.7-alpha

Description:

The release contains a generic response type for APIs

Features 🚀:

  • Added SafientResponse as a generic response type to handle data and error.
  • Adds a Errors class with all core-js errors.

v0.1.6-alpha

14 Dec 12:26
c902313
Compare
Choose a tag to compare

Description:

The release adds D-Day based claim and a few refactors

Features 🚀:

  • Added D-Day based claim method
  • Refactored a few enums to maintain consistency.

v0.1.5-alpha

29 Nov 06:35
5f9bafa
Compare
Choose a tag to compare

0.1.5-alpha

Description:

The release refactors API names and types

Features 🚀:

  • Refactors function responses with better naming and consistency.
  • Different safe storage options are included for better safe handling. - CryptoSafe and GenericSafe
  • Different network configurations such as localhost , mainnet, testnet and devnet are added for easier deployment and usability.
  • Enums are exported for easier use in clients.

v0.1.4-alpha

28 Oct 07:53
6f89841
Compare
Choose a tag to compare

Description:

The release refactors API names and types

Features 🚀:

  • Refactored API names to maintain consistency
  • Added a few types for the consistent API response

v0.1.3-alpha

21 Oct 06:37
e6e015f
Compare
Choose a tag to compare

Description:

The release contains library refactors and API documentation

Features 🚀:

  • Refactored identity and storage libraries
  • Updated SDK initializing from SafientSDK to SafientCore
  • Removed redundant codebases from lib
  • Exports Types from core-js for better accessibility.
  • Bootstrapped API documentation: https://docs.safient.io/core-getting-started

v0.1.2-alpha

30 Sep 11:10
v0.1.2-alpha
d4a6c09
Compare
Choose a tag to compare

Description:

The release contains a few library refactors and signaling based claim feature integrations

Features 🚀:

  • Refactoring crypto and database libraries
  • Signaling based claim method integration
  • Testing initial integration with CLI

v0.1.0-alpha

02 Aug 16:40
v0.1.0-alpha
4b79617
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Description:

This is the first internal release of Safient core JavaScript SDK. It contains all the basic off-chain and onchain interactions to create, claim and recover the safes. It also has a basic incentivization flow for the trustless guardians (Safiens).

Features 🚀:

  • Onchain and off-chain safe creation on Ethereum and Textile ThreadDB.
  • Safe claim by interacting with Safient Claims SDK.
  • Safe recovery by trustless guardians using Shamir's secret share implementation.
  • Guardian incentivization on Ethereum contract.