Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

refactor(experimental): a function to convert a public key into a base 58 encoded address #1394

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

steveluscher
Copy link
Contributor

@steveluscher steveluscher commented Jul 13, 2023

refactor(experimental): a function to convert a public key into a base 58 encoded address

Summary

This is useful in cases where you, yourself, generated a keypair, and now you need to display the public key in your UI. Otherwise, you will typically already have the Base58EncodedAddress object.

Test Plan

cd packages/keys/
pnpm test:unit:browser
pnpm test:unit:node

Stack created with Sapling. Best reviewed with ReviewStack.

@steveluscher steveluscher force-pushed the pr1394 branch 2 times, most recently from 921fbe0 to 0239646 Compare July 14, 2023 23:30
…e 58 encoded address

## Summary

This is useful in cases where you, yourself, generated a keypair, and now you need to display the public key in your UI. Otherwise, you will typically already have the `Base58EncodedAddress` object.

## Test Plan

```
cd packages/keys/
pnpm test:unit:browser
pnpm test:unit:node
```
@steveluscher steveluscher merged commit 91c8b54 into master Jul 14, 2023
@steveluscher steveluscher deleted the pr1394 branch July 14, 2023 23:32
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.78.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link
Contributor

Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants