Skip to content

v1.1.1

Latest

Choose a tag to compare

@HinsonSIDAN HinsonSIDAN released this 11 Jan 09:47

What's Changed

Features

  • Add App and Points API clients to align SDK with espresso develop branch

Fixes

  • Change balance and record qty fields from float to string for decimal precision
  • Align SDK types with Espresso develop API

New API Modules

App Client (client.app)

  • get_terms_and_conditions()
  • get_hydra_cycle()
  • get_market_config()
  • get_mock_usdx()
  • submit_tx()

Points Client (client.points)

  • get_my_points()
  • get_points_history()
  • get_referral_info()
  • get_points_breakdown()
  • update_referral_code()
  • get_leaderboard()
  • get_my_rank()
  • get_leagues()
  • get_active_quests()
  • get_my_claims()
  • claim_quest()

Breaking Changes

  • AssetRecord.qty: floatstr
  • AssetBalance.free: floatstr
  • AssetBalance.locked: floatstr

Full Changelog: v1.0.1...v1.1.1