Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

v1.0.0-beta.1

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 00:20
· 12 commits to main since this release
789da89

Added

  • Added Deposit and Withdraw ETH/ERC20/ERC721 workflows
  • Ability to check if user is registered on chain
  • Support for Sandbox environment
  • Added StarkKey.generateStarkPrivateKey and StarkKey.generateLegacyStarkPrivateKey

Changed

  • Changed Crypto object to internal
  • Changed ECKeyPair.getStarkPublicKey() extension to internal
  • Expose fewer public methods to make it easier for us to maintain the SDK.
  • Introduced a single entry point for the SDK to improve discoverability
  • ImmutableX class exposes APIs for users who need access outside of basic workflows

Deprecated

  • Ropsten test network

Removed

  • Key derivation

Fixed

  • Incorrect transfer amount in Transfer workflow