paritytech / substrate-archive

Blockchain Indexing Engine
GNU General Public License v3.0
195 stars 73 forks source link

Update substrate to a fixed version #473

Open xcaptain opened 2 years ago

xcaptain commented 2 years ago

Currently we are using an old version of substrate, https://github.com/paritytech/substrate/commit/28819000207c9bcdf37e31d7d167cd1d420faa7e I think we should update to a more recent version like polkadot-v0.9.17 or polkadot-v0.9.18, with a clear version tag other projects can integrate substrate-archive much easier.

insipx commented 2 years ago

blocked on https://github.com/paritytech/desub/pull/86

xcaptain commented 2 years ago

I already have substrate-archive work on polkadot-v0.9.17

substrate-archive: https://github.com/deeper-chain/substrate-archive/tree/fix/v0.9.17 desub: https://github.com/deeper-chain/desub/tree/polkadot-v0.9.17

My desub branch is based on your insipx/modified-frame-metadata branch. Not sure why your attempt to upgrade to polkadot-v0.9.22 failed, maybe you can try upgrade to polkadot-v0.9.19 first.