gnolang / tx-exports

Repo to keep archive data from Gno testnets.
1 stars 3 forks source link

Refactor Extractor to support metadata #26

Open Kouteki opened 3 days ago

Kouteki commented 3 days ago

When https://github.com/gnolang/gno/pull/2941 was merged, it introduced a breaking change: a new genesis transaction format.

Current state

Extractor is incopatible with the new genesis TX format (MetadataTx), and package extraction fails.

Desired state

Extractor runs successfully.

Acceptance criteria

zivkovicmilos commented 3 days ago

This is also the reason why test4 backups are broken 💁‍♂️

cc @sw360cab