-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
A-rpcRelated to the RPC implementationRelated to the RPC implementationC-enhancementNew feature or requestNew feature or requestD-good-first-issueNice and easy! A great choice to get startedNice and easy! A great choice to get started
Description
Describe the feature
This was a hack to truncate the input for otterscan responses
| fn otterscan_api_truncate_input(tx: &mut Self::Transaction); |
with alloy-rs/alloy#2525 this is now natively supported in serde so we can remove this after the next alloy bump entirely
TODO
- after alloy bump, remove this trait function and usage
Additional context
No response
Metadata
Metadata
Assignees
Labels
A-rpcRelated to the RPC implementationRelated to the RPC implementationC-enhancementNew feature or requestNew feature or requestD-good-first-issueNice and easy! A great choice to get startedNice and easy! A great choice to get started
Type
Projects
Status
Done