Skip to content

Bug Fixes

Compare
Choose a tag to compare
@lnbc1QWFyb24 lnbc1QWFyb24 released this 17 Sep 03:52
8120617

This release has a couple of included bug fixes. The first fixes a bug with Opera Touch wallet, which was preventing Onboard from connecting correctly. The second is a revert of some previous changes to the Ledger transport which lead to reports of instability on some browsers and operating systems.

Also included in this release is a new wallet module for wallet.io. To add to your project just include the following wallet init object in your wallets array when initializing Onboard:

{ walletName: 'wallet.io', rpcUrl: 'RPC_ENDPOINT_URL' }

Changelog:

  • Add wallet.io support (#428)
  • Fix: Ensure wallet enabled before making rpc requests (#430)
  • Fix: Ledger U2F Revert (#432)