hyperledger-firefly / hyperledger-firefly/signer

Failed to decode events with omitted indexed values.

Open
#65 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
14
Forks
19
Avg merge
17h 12m
Merged PRs (30d)
3

Description

EVM connect could not index https://amoy.polygonscan.com/tx/0x4213981818bd5bc57b6bc7b9fd79e75927cee91bfac2b1a73b81fe17d885ef80#eventlog

due to

```
ERROR evmconnect: Failed to process event log: FF22053: Ran out of topics for indexed fields at field 2 of Approval(address,address,uint256)
```

This is because the decoding logic assumes all index fields in an event will be recorded in topics. However, for the example above, the tokenId was omitted.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.