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

feat: Add new Key type; allowing public keys to be named keys #1700

Merged
merged 86 commits into from
Jan 22, 2025

Conversation

willemneal
Copy link
Member

@willemneal willemneal commented Nov 5, 2024

This will allow users to add public keys with keys add so that they can be referenced in commands that need public addresses and contract invoke's that take address arguments.


This is part 1 of 2 in a stack made with GitButler:

@willemneal willemneal self-assigned this Nov 5, 2024
@willemneal willemneal marked this pull request as ready for review November 12, 2024 20:40
This will allow users to add public keys with `keys add` so that they can be referenced in commands that need public addresses and contract invoke's that take address arguments.
FULL_HELP_DOCS.md Outdated Show resolved Hide resolved
cmd/soroban-cli/src/config/key.rs Outdated Show resolved Hide resolved
cmd/soroban-cli/src/config/key.rs Outdated Show resolved Hide resolved
cmd/soroban-cli/src/config/key.rs Outdated Show resolved Hide resolved
cmd/soroban-cli/src/config/key.rs Show resolved Hide resolved
cmd/soroban-cli/src/config/key.rs Show resolved Hide resolved
Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
Copy link
Contributor

@elizabethengelman elizabethengelman left a comment

Choose a reason for hiding this comment

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

Looks good! Just a couple of small comments/questions.

cmd/soroban-cli/src/config/locator.rs Show resolved Hide resolved
cmd/soroban-cli/src/config/locator.rs Show resolved Hide resolved
Cargo.lock Outdated Show resolved Hide resolved
@willemneal willemneal merged commit f4a1fdf into main Jan 22, 2025
23 of 25 checks passed
@willemneal willemneal deleted the feat/muxed_keys branch January 22, 2025 15:56
@willemneal
Copy link
Member Author

Yay! Sorry meant to return to this! I was working on #1774 which is also ready for a review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants