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
floattostringfor 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:float→strAssetBalance.free:float→strAssetBalance.locked:float→str
Full Changelog: v1.0.1...v1.1.1