alloy-rs / alloy

Transports, Middleware, and Networks for the Alloy project
https://alloy.rs
Apache License 2.0
654 stars 236 forks source link

fix(`rpc-types`): `FeeHistory` deser #1629

Closed yash-atreya closed 2 weeks ago

yash-atreya commented 2 weeks ago

Motivation

Currently we don't correctly handle a eth_feeHistory response in which gasUsedRatio is null.

Solution

Handle this case by deserializing to an empty vec.

PR Checklist