Skip to content

feat(stellar-wallet-snap): Implement keyring API exportAccount - #215

Open
stanleyyconsensys wants to merge 5 commits into
bump/snap-sdkfrom
feat/stellar/export-pk
Open

feat(stellar-wallet-snap): Implement keyring API exportAccount#215
stanleyyconsensys wants to merge 5 commits into
bump/snap-sdkfrom
feat/stellar/export-pk

Conversation

@stanleyyconsensys

Copy link
Copy Markdown
Contributor

Explanation

References

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed
  • I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them

@stanleyyconsensys
stanleyyconsensys requested a review from a team as a code owner August 27, 2026 04:48
this.#logger.debug('Keyring request handled', {
origin,
method: request.method,
result: keyringRequestResult,

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

remove it for prevent logging the PK

@stanleyyconsensys stanleyyconsensys changed the title Feat/stellar/export pk feat(stellar-wallet-snap): Implement keyring API exportAccount Aug 27, 2026
@stanleyyconsensys
stanleyyconsensys requested a lite review from Copilot August 27, 2026 04:50
@stanleyyconsensys

Copy link
Copy Markdown
Contributor Author

@copilot review

Copilot AI commented Aug 27, 2026

Copy link
Copy Markdown

@copilot review

Reviewed. I verified the keyring handler no longer logs keyring results, so private key material from exportAccount is not logged. I also checked the recent CI failure on bump/snap-sdk; it was due to dirty snap.manifest.json shasums after build and is already addressed on this branch.


### Added

- Add `exportAccount` keyring method for base32 Stellar secret-seed export ([#187](https://github.com/MetaMask/internal-snaps/pull/187))

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

will update the PR number

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.

2 participants