This repository was archived by the owner on Mar 7, 2023. It is now read-only.
v3.35.0
Pre-release
Pre-release
Bug Fixes
- eth:
- give default account priority, instead of returning sum of balances
(f75b4e5a) - update for keyed api response format
(a50bc267) - return fee from maxAvailable and use default gas price in price quote
(1dcfc61d) - use correct account message property
(e37373f8) - correctly return create account promise
(2933a593) - handle differences in balance and txs responses
(f7ec1f17) - do not allow transition if already done
(7a68d201)
- give default account priority, instead of returning sum of balances
Features
- eth:
- function to transition back to legacy eth
(ba542295) - auto transition without sec pass
(42654dde) - batch fetch eth account data
(4cdf568f) - fetch history for legacy account as well
(2e8ae313) - legacy transition
(04efc2e4) - debounce sync by 250ms
(6c825bc0) - basic transition from legacy account to bip44 derived account
(f8f4cdfc)
- function to transition back to legacy eth
- helpers: have asyncOnce return a promise
(c5d6a8fe)
Test
Chore
- release: v3.35.0
(165c6196)