-
Notifications
You must be signed in to change notification settings - Fork 806
Update ledger dependencies to v1.1.0 #4347
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Avalanche ledger dependencies from an outdated version to v1.1.0 to restore compatibility with current Ledger firmware (v1.3.7). The main change involves migrating from the legacy ledger-avalanche/go
repository to the new standalone ledger-avalanche-go
repository.
- Updates the ledger import path to use the new standalone repository
- Updates go.mod to use ledger-avalanche-go v1.1.0
- Includes various transitive dependency updates as part of the module refresh
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
utils/crypto/ledger/ledger.go | Updates import path from legacy to new standalone ledger repository |
go.mod | Updates primary ledger dependency to v1.1.0 and refreshes all transitive dependencies |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Changes the test case from using numeric value 1234 to an empty object {} to properly trigger the "failed to cast to bool" error in the test chain. This fixes the TestStateSyncEnabledFromEnvVars/invalid_state_sync_value test.
Co-authored-by: Stephen Buttolph <[email protected]> Signed-off-by: felipemadero <[email protected]>
Why this should be merged
How this works
How this was tested
Need to be documented in RELEASES.md?