Skip to content

✨ (signer-aleo) [LIVE-23853]: Add get address command support with tests#1329

Merged
mbertin-ledger merged 4 commits intodevelopfrom
feat/live-23538-add-get-address-command
Feb 27, 2026
Merged

✨ (signer-aleo) [LIVE-23853]: Add get address command support with tests#1329
mbertin-ledger merged 4 commits intodevelopfrom
feat/live-23538-add-get-address-command

Conversation

@0xMM-L
Copy link
Contributor

@0xMM-L 0xMM-L commented Feb 27, 2026

📝 Description

This PR introduces new command to the aleo signer package.
Now it will be possible to send Get Address commands to the devices.

(This PR is the continuation of the work done in this PR and is based on changes made there)

❓ 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.

  • Covered by automatic tests
  • Changeset is provided
  • Documentation is up-to-date
  • Impact of the changes:
    • aleo-signer package now supports get address command

🧐 Checklist for the PR Reviewers

  • The code aligns with the requirements described in the linked JIRA or GitHub issue.
  • The PR description clearly documents the changes made and explains any technical trade-offs or design decisions.
  • There are no undocumented trade-offs, technical debt, or maintainability issues.
  • The PR has been tested thoroughly, and any potential edge cases have been considered and handled.
  • Any new dependencies have been justified and documented.

@0xMM-L 0xMM-L self-assigned this Feb 27, 2026
@0xMM-L 0xMM-L requested a review from a team as a code owner February 27, 2026 11:41
@vercel
Copy link

vercel bot commented Feb 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
device-sdk-ts-sample Ready Ready Preview, Comment Feb 27, 2026 11:41am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
doc-device-management-kit Ignored Ignored Feb 27, 2026 11:41am

Request Review

@github-actions
Copy link
Contributor

github-actions bot commented Feb 27, 2026

Danger Check Results

Messages

Danger: All checks passed successfully! 🎉

Generated by 🚫 dangerJS against ee47f15

@0xMM-L 0xMM-L changed the title Feat/live 23538 add get address command ✨ (signer-aleo) [LIVE-23853]: Add get address command support with tests Feb 27, 2026
Base automatically changed from feat/live-23538-add-aleo-signer-with-get-config-command to develop February 27, 2026 12:54
const buffer = parser.extractFieldByLength(addressLength);
if (buffer === undefined) {
return CommandResultFactory({
error: new InvalidStatusWordError("Unable to extract address"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MUST] StatusWordError should be used for status word being different than 9000
You have to create a dedicated error, which could be AleoGetAddressParsingError

@mbertin-ledger mbertin-ledger added this pull request to the merge queue Feb 27, 2026
Merged via the queue into develop with commit a917450 Feb 27, 2026
35 of 36 checks passed
@mbertin-ledger mbertin-ledger deleted the feat/live-23538-add-get-address-command branch February 27, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants