Conversation
7581fc6 to
48860ab
Compare
|
I played around with this a bit more today. This PR will only fix the HID device detection and key derivation (due to the ledger-go update). Another issue is signing which requires a newer version of https://github.com/cosmos/ledger-cosmos-go During my testing the minimum version should be However, either version of |
|
These are the patches i had to apply to use |
# Conflicts: # go.mod # go.sum # go.work.sum
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2798 +/- ##
==========================================
- Coverage 56.77% 56.76% -0.01%
==========================================
Files 2070 2070
Lines 168281 168281
==========================================
- Hits 95545 95532 -13
- Misses 64252 64265 +13
Partials 8484 8484
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
Git push to origin failed for release/v6.3 with exitcode 1 |
Backport of #2798 to `release/v6.3`
Backport of #2798 to `release/v6.3`
Describe your changes and provide context
Currently sei-chain uses a old version of ledger-go (v0.14.1) which does not recognize the newer range of ledger devices.
This PR simply does:
Testing performed to validate your change
On the current main branch of sei-chain it's not possible to add more modern ledger devices (in my testing i used a Ledger Nano S Plus on Firmware 1.5.1 running Cosmos App v2.38.9).
Here's what happens when trying to add the key via
sei-chain:This makes sense, as only v1.0.0 and newer add the HID ids for the newer ledger devices.
After applying the patch it works:
I think the responsible ledger-go change is: Zondax/ledger-go@33eff3c