You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
If blocks/transactions are retrieved from history plugin or chain plugin they are prettified using the current ABI. If this ABI has been modified since the transaction/block was created then the action data cannot be deserialized correctly.
Need to store revisions of ABI used so that historical block/transactions can be deserialized correctly.
If blocks/transactions are retrieved from history plugin or chain plugin they are prettified using the current ABI. If this ABI has been modified since the transaction/block was created then the action data cannot be deserialized correctly.
Need to store revisions of ABI used so that historical block/transactions can be deserialized correctly.
First identified in #544
The text was updated successfully, but these errors were encountered: