Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Contributor
dd64798 to
bc0c7fa
Compare
bc0c7fa to
5b29cb9
Compare
5b29cb9 to
16cb97f
Compare
16cb97f to
0e41433
Compare
0e41433 to
8be2fba
Compare
16ba8a5 to
817ace2
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 27 out of 28 changed files in this pull request and generated no new comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
817ace2 to
2ec9fcd
Compare
254d8fa to
106a40f
Compare
Base automatically changed from
feat/live-26528-concordium-lw-implement-context-module-for-account-ownership
to
develop
April 16, 2026 09:25
2ec9fcd to
20a481d
Compare
ishaba
approved these changes
Apr 16, 2026
OlivierFreyssinet
approved these changes
Apr 17, 2026
| return new DefaultSignerConcordium({ | ||
| dmk: this._dmk, | ||
| sessionId: this._sessionId, | ||
| contextModule: this._customContextModule, |
Contributor
There was a problem hiding this comment.
[SHOULD] Currently, calling verifyAddress without withContextModule() throws, We should provide a default ContextModule to have a safer API and more consistent with the other signers WDYT?
|
|
||
| const DERIVATION_PATH = "44'/919'/0'/0'/0'"; | ||
| const ADDRESS = "3kFkntk2H5FGMzeR3GjQKPhdZK9LShKdPHsj2fiGKCdmDXj2WB"; | ||
| const NETWORK = "mainnet" as const; |
Contributor
There was a problem hiding this comment.
[COULD] This could be an ENUM!
20a481d to
eab6d58
Compare
|
fAnselmi-Ledger
approved these changes
Apr 17, 2026
This file contains hidden or 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
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.


📝 Description
Implements the
verifyAddressmethod for@ledgerhq/device-signer-kit-concordiumfollowing the "trusted backend" pattern defined in ADR 001.The full device flow orchestrates six APDU steps:
The
SignerConcordiumBuildergains awithContextModule()method to inject the context module dependency.❓ Context
✅ Checklist
Pull Requests must pass CI checks and undergo code review. Set the PR as Draft if it is not yet ready for review.
🧐 Checklist for the PR Reviewers