MoralisWeb3 / Moralis-JS-SDK

Moralis Official Javascript SDK
https://docs.moralis.io
Other
366 stars 257 forks source link

event sync broken for events with indexed address[] argument #277

Closed dvinubius closed 2 years ago

dvinubius commented 2 years ago

Events with arguments of type indexed address[] cannot be properly synced. The table is created but never populated.

Issue Description

I've worked quite a bit on the issue, making sure I've got everything set up properly.

Given the code below, after setting up Event Sync I get DB table entries for all events but the ones that have an indexed address[] argument

Steps + code to reproduce

Screenshot 2022-03-01 at 21 27 57

Environment

ErnoW commented 2 years ago

Please post issues for support at forum.moralis.io, we have more people there to help you out :)

This issue board is only related for technical issues related to the javascript SDK