Skip to content

0.5.0-beta.20

Compare
Choose a tag to compare
@mholtzman mholtzman released this 30 Jun 08:05
· 11 commits to 0.5 since this release
  • Trezor upgrades (#904)
    • better connection detection
    • ability to reconnect when device is waiting for pin/password from another source
    • allow Trezor T users to choose to enter passphrase in Frame or on device
    • use Node-native library instead of in-browser workaround
  • upgrade UX when verifying address on device, wait for user entry and don't allow multiple requests (#907)
  • display more address characters when signing and approving transactions (#914, @stoooops)
  • convert to checksummed addresses for transactions (#910)
  • fix Lattice signing bug on non EIP-1559 chains (#916, @KevinVitale)
  • fix bug where balances would show as zero if an error occurred (#897)
  • fix restart loop bug if Frame is already running (#888)
  • do not require block explorer to add a chain (#906, @ZeroEkkusu)
  • make sign message content more visible to prevent malicious signing forgery attacks (#908)
  • use mainnet connection to resolve ENS instead of hardcoding to Infura (#836)