Skip to content

Tags: floating/frame

Tags

v0.6.11

Toggle v0.6.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update support for Linux installers (#1731)

* test linux build on ubuntu 22

* fix build flow

* add image

* update image

* update script

* more updates

* try to revert electron builder

* remove notarize property

* update package lock

* put builder back

* try deb only

* revert builder config

* remove windows and mac targets

* remove tar and snap

* put tar back

* tar without arm

* put snap back

* put it all back except arm

* do it on ubuntu 22

* move images to dev tools

* try arm build

* add debug

* add line number

* try arm again

* break up config files

* update workflow

* fix syntax

* put it all together

* clean up build scripts

* put notarize back

* fix postinstall script

* revert package lock

v0.6.10

Toggle v0.6.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
use node usb transport for Trezor (#1729)

v0.6.9

Toggle v0.6.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove Pylon presets for Goerli chains (#1704)

v0.6.8

Toggle v0.6.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
port over fixes from canary (#1638)

* properly populate legacy transactions when serializing

* dont migrate to pylon connections if user chooses to use custom presets

* Chain reconnect (#1634)

* reset chain connections on resume event

* remove console log

* remove settimeout

* add safety check

* fix power monitor in tests

* try 0.6.7 draft release

* try to move test mocks back

* use pylon preset as default for base goerli

* subscribe to rates for custom tokens as well

* remove temp builds from build file

v0.6.7

Toggle v0.6.7's commit message
subscribe to rates for custom tokens as well

v0.6.6

Toggle v0.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
harden migration 37 (#1551)

v0.6.5

Toggle v0.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix onboard shortcut css (#1546)

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix for shortcut migration (#1527)

* fix for shortcut migration

* create migration to repair shortcut

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve send dapp loading & error display (#1525)

* dont flash mainnet disconnected warning if send dapp is already loaded

* fix typo

* improve logic

* extract component

* use spinner for loading

* delete log

* rework logic

---------

Co-authored-by: Matt Holtzman <matt.holtzman@gmail.com>
Co-authored-by: goosewobbler <goosewobbler@pm.me>

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ensure chain exists in networksMeta (#1476)

* ensure chain exists in networksMeta

* destructure

* add additional test cases

* dont overwrite existing metadata

---------

Co-authored-by: Matt Holtzman <matt.holtzman@gmail.com>