pinax-network / substreams

Substreams built by Pinax
Apache License 2.0
5 stars 2 forks source link

Create a substream for AtomicAssets NFTs on EOS and WAX #30

Closed chillsauce closed 1 year ago

Pelotfr commented 1 year ago

Seem to be blocked by abi2rs decoding problems (in this case decoding Vec) as discussed with Yaro

YaroShkvorets commented 1 year ago

Not really blocked. You should be able to use that modified abi.rs to track transfer actions. I've added a panic when transfer fails to decode, so we should see if it doesn't work for some reason.

Opened an issue: https://github.com/pinax-network/antelope-abi2rs/issues/12