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

Releases: immutable/imx-core-sdk-kotlin-jvm

v1.1.0

14 Feb 04:10
4a823d3
Compare
Choose a tag to compare

Deprecate this SDK. If you're building apps with Immutable, please use Immutable's Unified SDK

v1.0.0-beta.2

01 Dec 00:27
da434c4
Compare
Choose a tag to compare

Changed

  • Signer signTransaction method to sendTransaction
  • StarkKey.generateLegacyStarkPrivateKey to take in a signer instead of the seed and address

v1.0.0-beta.1

28 Nov 00:20
789da89
Compare
Choose a tag to compare

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