Make serde-bincode opt in exexs #14237
Labels
A-sdk
Related to reth's use as a library
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
we currently always use bincode for handling exexnotifcations in exex's:
reth/crates/exex/exex/src/wal/storage.rs
Lines 144 to 147 in 8d35f26
reth/crates/exex/exex/src/wal/storage.rs
Lines 166 to 168 in 8d35f26
this adds a lot of code for a feature that can only be used programmatically.
Ideally this format can be configured programmatically.
we can use json encoding by default and make bincode opt-in with the expectation that exex developers will enable this.
TODO
Additional context
No response
The text was updated successfully, but these errors were encountered: