Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

v3.35.0

Pre-release
Pre-release

Choose a tag to compare

@jtormey jtormey released this 30 Aug 17:40
· 290 commits to master since this 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)

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)
  • helpers: have asyncOnce return a promise
    (c5d6a8fe)

Test

  • eth:

Chore

Pull requests merged

  • Merge pull request #431 from blockchain/beta-upgrade
    (483e3593)
  • Merge pull request #432 from blockchain/return-fee
    (1fe150a1)
  • Merge pull request #418 from blockchain/v3.34-release
    (4dfe4443)