subsquid / squid-sdk

The main repo of the squid SDK
Apache License 2.0
1.23k stars 151 forks source link

Fix for big-typed numeric arrays #169

Closed abernatskiy closed 1 year ago

abernatskiy commented 1 year ago

Tested the BigInt arrays and found no issues. BigDecimals were failing to serialize properly, fixed that.

belopash commented 1 year ago

Does reading work? The issue was with reading, if I remember correctly

ctx.store.get(EntityWithBigIntArray, {})

abernatskiy commented 1 year ago

Didn't notice the issue with store reads. Will work on that next week.