-
Notifications
You must be signed in to change notification settings - Fork 34
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
Upgrade Trezor Connect to 9.4.0+ #161
Comments
Glad the problem isn't that trezor connect is now broken! This does seem like a meaningful upgrade as well! Do you have a link to more docs on this upgrade? I didn't see anything in the 9.4.7 changelog.
No reason for that version in particular. That was just the last one we explicitly tested. The reason that we pinned though is that if we used the default to use the would you be willing to put up a PR that bumps the version? We can confirm everything still works and then upgrade. |
Yes I may have been confusing it with the development/hosted version that doesn't have cross-origin issues. There doesn't seem to be much documentation other than the addition of the
I will try, though I have no means of local development at the moment and little JavaScript knowledge. A couple of other changes are likely required such as removing the pinned |
Could you add a changeset version bump for caravan/wallets and caravan-coordinator. I think minor version for both makes sense as this is a new feature. See the readme here for more details |
I've tried to use the editor GitHub has these days as I've no other options currently. Let me know if this is all acceptable. |
Could Trezor Connect be upgraded to 9.4.7 (latest version as of today) or any version above 9.4.0?
Initializing newer versions of Trezor Connect with
TrezorConnect.init({coreMode: "auto", ...})
now allows Trezor devices to be used without any local bridge software necessary, like the other devices Caravan supports. This is especially useful on platforms and devices where only the web is available or local software isn't, this compatibility has always been Caravan's biggest selling point as a stateless coordinator.Was there a compatibility reason as to why Trezor Connect is frozen at version 9.1.12? I believe this is a worthwhile upgrade, the only meaningful one in fact since the current version Caravan is currently using.
Thank you.
The text was updated successfully, but these errors were encountered: