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

Rename isHexEncoding to be more clear #5035

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Rename isHexEncoding to be more clear #5035

merged 1 commit into from
Jun 11, 2024

Conversation

NullSoldier
Copy link
Contributor

Summary

This function isn't checking if you have allowed characters, its specifically checking if a string is hex encoded. This makes it more clear.

Testing Plan

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and label it with breaking-change-rpc or breaking-change-sdk.

[ ] Yes

@NullSoldier NullSoldier requested a review from a team as a code owner June 11, 2024 01:48
@NullSoldier NullSoldier changed the title Rename function to be more clear Rename isHexEncoding to be more clear Jun 11, 2024
This function isn't checking if you have allowed characters, its
specifically checking if a string is hex encoded. This makes it more
clear.
@NullSoldier NullSoldier merged commit d412ed1 into staging Jun 11, 2024
9 checks passed
@NullSoldier NullSoldier deleted the jason/hex branch June 11, 2024 19:32
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