Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use serde_json to sidestep bincode/alloy compatibility issues
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.
- Loading branch information