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

hex encode/decode pushed to ironfish-zkp #5561

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Conversation

jowparks
Copy link
Contributor

@jowparks jowparks commented Oct 17, 2024

Summary

Moves hex_to_bytes, bytes_to_hex, and hex_to_vec_bytes to ironfish-zkp so that we can use it for ser/de of structs there too.

As ironfish-zkp is dependency of ironfish-rust, this will be available in both crates now.

Testing Plan

tests pass

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

@jowparks jowparks force-pushed the hex_to_bytes_to_zkp branch from 40d0e0f to ffb4154 Compare October 17, 2024 21:55
@jowparks jowparks marked this pull request as ready for review October 17, 2024 21:56
@jowparks jowparks requested a review from a team as a code owner October 17, 2024 21:56
@jowparks jowparks force-pushed the hex_to_bytes_to_zkp branch from ffb4154 to ac19b02 Compare October 17, 2024 21:58
ironfish-rust/src/lib.rs Outdated Show resolved Hide resolved
@jowparks jowparks force-pushed the hex_to_bytes_to_zkp branch from ac19b02 to 33d3aec Compare October 18, 2024 19:12
@jowparks jowparks requested a review from andiflabs October 18, 2024 19:12
@jowparks jowparks merged commit 3ae48e2 into staging Oct 18, 2024
14 checks passed
@jowparks jowparks deleted the hex_to_bytes_to_zkp branch October 18, 2024 20:16
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