pendulum-chain / pendulum-squids

The subsquid squids we use for Pendulum/Amplitude/Foucoco.
GNU General Public License v3.0
0 stars 0 forks source link

Fix error due to invalid encoding #24

Closed ebma closed 7 months ago

ebma commented 8 months ago

The amplitude squid seems to get stuck because of some CurrencyIds that contain a null byte in their asset code.

image

We should filter this byte before putting the data into the database of the squid because apparently, it can't handle it.

Context for the error here.