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 deserialization for height #69

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Add deserialization for height #69

merged 1 commit into from
Nov 13, 2023

Conversation

grod220
Copy link
Contributor

@grod220 grod220 commented Nov 13, 2023

Needed to Ics20Withdraw can be deserialized in the Penumbra wasm crate

@avahowell avahowell merged commit 487df0c into main Nov 13, 2023
4 checks passed
@grod220 grod220 deleted the height-deserialize branch November 13, 2023 20:21
@@ -54,7 +54,7 @@ bytes = { version = "1.2.1", default-features = false }
cfg-if = { version = "1.0.0", optional = true }
derive_more = { version = "0.99.17", default-features = false, features = ["from", "into", "display"] }
displaydoc = { version = "0.2", default-features = false }
ibc-proto = { version = "0.37.0", default-features = false }
ibc-proto = { version = "0.37.0", default-features = false, features = ["serde"] }
Copy link
Member

Choose a reason for hiding this comment

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

Not a huge deal, but we gate serde through a feature. Fixed in #71

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah! Thanks for the fix 🙏

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.

None yet

3 participants