-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ledger signature recovery value (#408)
<!-- start pr-codex --> ## PR-Codex overview This PR enhances support for `celo-legacy` and modern transactions within the `ledger` wallet, including updates to transaction signing, error handling, and test cases. ### Detailed summary - Updated `package.json` for `@ledgerhq/hw-app-eth` to a specific commit. - Added `bundleDependencies` for `@ledgerhq/hw-app-eth`. - Improved `signTransaction` method in `LedgerSigner` to handle `v` values correctly. - Refactored transaction recovery logic in tests for better validation. - Enhanced error messages for legacy app version requirements. - Updated tests to validate transaction signing for both legacy and modern types. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information
1 parent
76045eb
commit d988d31
Showing
13 changed files
with
579 additions
and
267 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@celo/wallet-ledger': patch | ||
'@celo/wallet-local': patch | ||
'@celo/wallet-base': patch | ||
--- | ||
|
||
Improve support for celo-legacy and modern txs within ledger |
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
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
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
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
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
Oops, something went wrong.