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

R2 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@Stormtv Stormtv released this 30 Apr 19:20
· 98 commits to master since this 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