Manually impl Serialize for LocalizedTransactionTrace #5412
Labels
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
currently the derived Serialize order for
reth/crates/rpc/rpc-types/src/eth/trace/parity.rs
Line 332 in 62ec00c
is different than what other clients emit. To make responses easier to compare we should emit the same order
TODO
Manually impl Serialize to get this order:
Additional context
No response
The text was updated successfully, but these errors were encountered: