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
To address #68, we'll need an index of all the contract creation / update events over time. This will then be used to persist an LRU cache of the ABIs so that logs can be flattened out with their ABI corresponding to a valid block range that the ABI applies to.
This could be it's own transformer and probably half done already.
The text was updated successfully, but these errors were encountered:
To address #68, we'll need an index of all the contract creation / update events over time. This will then be used to persist an LRU cache of the ABIs so that logs can be flattened out with their ABI corresponding to a valid block range that the ABI applies to.
This could be it's own transformer and probably half done already.
The text was updated successfully, but these errors were encountered: