Skip to content

Commit

Permalink
Use serde_json to sidestep bincode/alloy compatibility issues
Browse files Browse the repository at this point in the history
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
lewis1revill committed Nov 6, 2024
1 parent e2a8e3a commit def9a73
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 95 deletions.
Loading

0 comments on commit def9a73

Please sign in to comment.