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

Use serde_json for serialization #13

Open
wants to merge 4 commits into
base: 0.1.0-delendum
Choose a base branch
from

Conversation

lewis1revill
Copy link
Contributor

No description provided.

Alloy seemed to employ some custom serialization for its types that
didn't entirely make sense for the bincode output format. If we replace
bincode with serde_json instead though, these issues go away.
Cargo.toml Outdated
reth-primitives = { git = "https://github.com/lita-xyz/reth.git", branch = "1.0.6-delendum" }
reth-chainspec = { git = "https://github.com/lita-xyz/reth.git", branch = "1.0.6-delendum" }
reth-trie-common = { git = "https://github.com/lita-xyz/reth.git", branch = "1.0.6-delendum" }
reth-primitives = { git = "https://github.com/lewis1revill/reth.git", branch = "1.1.1-delendum" }
Copy link
Member

Choose a reason for hiding this comment

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

why is it in your gh? Should be in lita's?

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