Skip to content
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

Storage: implement key storage traits on IOTA's keytool #1468

Open
UMR1352 opened this issue Dec 2, 2024 · 0 comments
Open

Storage: implement key storage traits on IOTA's keytool #1468

UMR1352 opened this issue Dec 2, 2024 · 0 comments
Labels
Breaking change A change to the API that requires a major release. Part of "Changed" section in changelog Rust Related to the core Rust code. Becomes part of the Rust changelog.
Milestone

Comments

@UMR1352
Copy link
Contributor

UMR1352 commented Dec 2, 2024

Description

Allow users to instantiate an IdentityClient using the key-material contained in their local keytool.

Motivation

The keytool is the default key-store that is used when interacting with an IOTA Rebased network. Since it's shipped along the iota executable, proper proper support for it would be ideal as it might be used by many users.

Resources

@UMR1352 UMR1352 added Breaking change A change to the API that requires a major release. Part of "Changed" section in changelog Rust Related to the core Rust code. Becomes part of the Rust changelog. labels Dec 2, 2024
@eike-hass eike-hass added this to the v1.6 milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking change A change to the API that requires a major release. Part of "Changed" section in changelog Rust Related to the core Rust code. Becomes part of the Rust changelog.
Projects
Status: Product Backlog
Development

No branches or pull requests

2 participants