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

Add (de)serialization for Asset #4275

Merged
merged 1 commit into from
Sep 12, 2023
Merged

Add (de)serialization for Asset #4275

merged 1 commit into from
Sep 12, 2023

Conversation

andreacorbellini
Copy link
Contributor

Summary

Add a simple test to check that the serialization/deserialization for Asset in Rust works correctly.

Testing Plan

Documentation

No doc changes required.

Breaking Change

Not a breaking change.

@andreacorbellini andreacorbellini requested a review from a team as a code owner September 7, 2023 18:26
@@ -42,6 +42,7 @@ chacha20poly1305 = "0.9.0"
crypto_box = { version = "0.8", features = ["std"] }
ff = "0.12.0"
group = "0.12.0"
hex-literal = "0.4"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be a dev-dependency?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, oops, not sure how it ended up there

@andreacorbellini andreacorbellini merged commit f9c7265 into iron-fish:staging Sep 12, 2023
12 checks passed
@andreacorbellini andreacorbellini deleted the andrea/asset-serde-test branch September 12, 2023 18:49
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.

3 participants