-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
corrected trezor firmware check #877
Closed
autoregressive
wants to merge
49
commits into
floating:beta.19
from
autoregressive:fix_trezor_version_cmp
Closed
corrected trezor firmware check #877
autoregressive
wants to merge
49
commits into
floating:beta.19
from
autoregressive:fix_trezor_version_cmp
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* use proxy connection for nebula * fix connections * remove error catch * update startup sequence * use providers for nebula * fixes * remove console log * wait for nebula to be ready * update tests
* try apt update * update branch * update CI * update test actions * try without update * put em back * remove branch
* provide gas fee as a range * update low end estimate
* Add origins and update provider routing * Add chain to data listeners * Add error for non-existent target chain * Remove main.currentNetwork * Delete main/clients and update migration to delete clients * Use mainnet for gas price in menubar Co-authored-by: goosewobbler <goosewobbler@pm.me> Co-authored-by: Matt Holtzman <matt.holtzman@gmail.com> Co-authored-by: Jordan Muir <jordan@frame.sh>
* Update http interface, add types * Update pending subscription handling
Co-authored-by: goosewobbler <goosewobbler@pm.me>
* Polish request item * fix permission module * fix access request origin * remove current chain warning * tweak colors * Render origins in dapps panel (floating#859) * wire up dapps panel Co-authored-by: goosewobbler <goosewobbler@pm.me> Co-authored-by: Jordan Muir <jordan@frame.sh>
* show all connected native currencies regardless of balance * only show balances from connected networks
* add concept of chain to Aragon accounts * add migration and warning
* Remove wallet_switchEthereumChain from protected methods
Co-authored-by: goosewobbler <goosewobbler@pm.me>
Co-authored-by: goosewobbler <goosewobbler@pm.me>
Co-authored-by: goosewobbler <goosewobbler@pm.me>
thanks for this fix. if you could just change the |
we also had to change the base branch so you may need to rebase as well. lmk if you need help w. any of this. |
merged at 47d2c4f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#876