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

refactor(experimental): rename Base58EncodedAddress to Address #1814

Conversation

steveluscher
Copy link
Collaborator

@steveluscher steveluscher commented Nov 7, 2023

Summary

To make this API more terse, we're going to take the default type of addresses (the base-58 encoded one) and name it simply Address. Specific types of addresses will be given names like AddressBytes and AddressBase64 but the conventional one will not carry a specifier.

This was basically a find-and-replace with some light spot checking for grammar (eg. ‘a Base58EncodedAddress’ => ‘an Address.’

This change was brought to you by bikeshedding on Twitter. https://twitter.com/lorismatic/status/1710595018170245603

Test Plan

pnpm build

@steveluscher
Copy link
Collaborator Author

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

Copy link
Collaborator

@buffalojoec buffalojoec left a comment

Choose a reason for hiding this comment

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

Big sed guy, eh

Copy link
Collaborator

@lorisleiva lorisleiva left a comment

Choose a reason for hiding this comment

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

Love it! 🤤

@steveluscher steveluscher merged commit 63683a4 into master Nov 7, 2023
7 checks passed
@steveluscher steveluscher deleted the 11-07-refactor_experimental_rename_Base58EncodedAddress_to_Address_ branch November 7, 2023 22:32
Copy link
Contributor

🎉 This PR is included in version 1.87.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 Nov 27, 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.

None yet

3 participants