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
rsk-contract-parser fails to decode some events for contracts using ABI 2.0.
rsk-explorer-api should catch and log the error and use the generic ABI to decode these events to avoid blocking the import of the entire block.
After that rsk-contract-parser should be fixed to decode these events.
The text was updated successfully, but these errors were encountered:
emiliorizzo
changed the title
[bug] When the event decoder fails it blocks the import of the entire block.
When the event decoder fails it blocks the import of the entire block.
Apr 13, 2021
rsk-contract-parser fails to decode some events for contracts using ABI 2.0.
rsk-explorer-api should catch and log the error and use the generic ABI to decode these events to avoid blocking the import of the entire block.
After that rsk-contract-parser should be fixed to decode these events.
The text was updated successfully, but these errors were encountered: