bug: Madara fails to sync block 20732
because of Legacy contract deserialization
#396
Open
1 task done
20732
because of Legacy contract deserialization
#396
Is there an existing issue?
Description of bug
While trying to sync mainnet with Madara, I found that sync fails on block
20732
when it attempts to request class0x371b5f7c5517d84205365a87f02dcef230efa7b4dd91a9e4ba7e04c5b69d69b
.Error (not very helpful):
Specifically, it fails when trying to convert to a
LegacyContractClass
viaserde_json::from_value
here.If we print the value it's attempting to use, we see that it has a
null
forabi
:Which I'm guessing is why it fails.
Steps to reproduce
Sync mainnet with Madara up to block
20732
, e.g.:The text was updated successfully, but these errors were encountered: