Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Releases: LogosNetwork/logos-webwallet-sdk

R2 Release

30 Apr 19:20
Compare
Choose a tag to compare
R2 Release Pre-release
Pre-release

This is the SDK release that is synced with the R2 Testnet release of the Logos core software.

Main updates:

  • Token Accounts
  • Token Creation
  • Token Sends
  • Token Governance
  • Wallet, Account, TokenAccount toJSON support
  • Encryption / Decryption syncing
  • Epoch / Delegate transition support

Features to come:

  • ESM support along with code splitting. The core library is getting very large.
  • TokenAccount should extend Account which would save a lot of duplicate code.
  • Further unit tests currently the coverage is very low.
  • WASM support for hashing, signing, and verifying this would save a lot of time when syncing large chains.
  • Governance and Staking support for the R3 Logos Core Release.
  • Documentation

Token Support Alpha Release

29 Mar 00:30
Compare
Choose a tag to compare
Pre-release

Added 14 new requests
New Structure for handling errors
Added Logging
TokenAccount Chains
etc....

First Alpha Release

01 Feb 00:56
Compare
Choose a tag to compare
First Alpha Release Pre-release
Pre-release

Documentation still needs to be supported. This is the first working version of the Logos Web Wallet SDK.

npm i @logosnetwork/logos-webwallet-sdk

or download the webpack version below