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

Filter out the null bytes from asset code #25

Closed ebma closed 7 months ago

ebma commented 8 months ago

This PR adds a new function that filters out the null bytes from the asset code of a Stellar asset. It also slightly refactors the other function to derive the public key but the logic stays the same.

The amplitude squid is now able to sync properly.

Closes #24.