nasko25 / rarity_rmrk

rarity.tools like tool for rmrk.app protocol based nfts
0 stars 0 forks source link

Version 2.0.0 rmrks? #2

Open nasko25 opened 2 years ago

nasko25 commented 2 years ago

Ensure that v2.0.0 nfts are present in the database, because all nfts I have encountered so far are v1.0.0.

nasko25 commented 2 years ago

Also does nft burning work? Is consolidator.burn() even called?

Is consolidator v2.0.0 mint() method called?

nasko25 commented 2 years ago

Most of v2.0.0 actions are not passed to ConsolidatorV2.consolidate(). Probably something is wrong in getRemarksFromBlocks() ? 'MINT' is definitely not passed to the v2.0.0 consolidator.

nasko25 commented 2 years ago

What probably is happening is that subsquid hydra is not smart enough to parse batch calls like https://polkascan.io/kusama/block/8949162

Either utility.batch needs to be added to manifest.yml, or it has to be handled separately entirely.