This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
BlockNumber doesn't implement Serialize and Deserialize traits #2804
Labels
bug
Something isn't working
Version
2.0
Platform
Darwin MBP-Adam.home 23.4.0 Darwin Kernel Version 23.4.0: Wed Feb 21 21:44:54 PST 2024; root:xnu-10063.101.15~2/RELEASE_ARM64_T6030 arm64
Description
ethers_core::types::BlockNumber
doesn't implement Serialize and Deserialize traits.I tried this code:
I expected to see this happen:
It should serialize BlockNumber.
Instead, this happened:
BlockNumber is not serialized.
The text was updated successfully, but these errors were encountered: