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

Latest commit

 

History

History
85 lines (65 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

85 lines (65 loc) · 10.8 KB

1.1.0 (2024-02-14)

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

1.0.0 (2024-02-14)

1.0.0-beta.2 (2022-12-01)

Features

  • update generateLegacyStarkPrivateKey to take in a signer (#140) (42bde95)

1.0.0-beta.1 (2022-11-28)

Bug Fixes

  • fixMessage branch not stripping hex (#89) (6571b7a)
  • get list of assets endpoint response swagger specs (64f9abe)
  • register and deposit ERC721 (#131) (b44df57)
  • register and deposit ERC721 parameters (#116) (3bac9dd)
  • remove duplicate item Token (0c60c80)
  • requests that require a timestamp (#114) (5918747)
  • unnecessary force unwrap and documentation (66c22f2)

Features

  • add 6 more api groups (#108) (61cedf3)
  • add batchTransfer workflow (#113) (ffceb63)
  • add Collection apis (#107) (3a2860a)
  • add ethSignature to workflows requests (#88) (21d16a0)
  • add generateStarkPrivateKey method (#119) (e5f3902)
  • add getUser api (#105) (035a0e9)
  • add order, trade, tokens, and transfers apis (#110) (1196ac1)
  • add Sandbox environment (#103) (5e67b11)
  • add StandardStarkSigner (#99) (edabf3b)
  • add stark elliptical curve (61be4bc)
  • add tests for buy workflow (57fa636)
  • add tests for login (6030eb2)
  • add transfer workflow (25c0b2a)
  • allow users to set gas for functions that interact with contracts (#124) (79837ed)
  • buy crypto workflow (099f4cb)
  • change StarkSigner getStarkKeys to signMessage (2ecaa0d)
  • check that wallet is registered when buying crypto (cb11c40)
  • codegen: set up api auto generation (1ae20f0)
  • create buy workflow (a9dcd15)
  • create signer and login workflow (fa7a30c)
  • deposit ERC20 (#111) (25f84cf)
  • deposit ERC721 (#112) (7e18289)
  • deposit eth workflow (#109) (f2a8031)
  • enable logging and replace add sdk version header script with template (61bed0f)
  • extension to get uncompressed public key (#132) (e3df236)
  • forward exceptions (79cac79)
  • generate legacy key pair (#134) (f1837bc)
  • get deposit (#104) (c85e1be)
  • include source and javadocs JAR when publishing library (734b841)
  • make API clients private (#106) (ad55e2f)
  • maker/taker fees, update swagger (ef017f6)
  • maker/taker fees, update swagger (816c90b)
  • mint workflow (#128) (0aaba13)
  • pass the sdk name and version as the header to papi (21889f9)
  • properly handle null pointer exception in transfer workflow (dbf0a80)
  • public api (#135) (4746978)
  • remove maker order fee calculation from sell workflow (4537ea6)
  • remove version prefix for sdk name and version header (cdfd75a)
  • rename sample app module (25d6c7d)
  • sell and cancel workflow (37c6266)
  • sell orders model (e983e2e)
  • support buy crypto in production (8ad1e23)
  • support royalty fees (3bdc4f5)
  • update buy workflow to use new signable trade endpoint (5731649)
  • update cancel workflow to use new signable cancel order endpoint (99f5dd1)
  • update public API (9a5c4ba)
  • update swagger specs (0c753ea)
  • update swagger specs for sell orders (a75fc40)
  • withdraw ERC20 (#122) (e129d0a)