paritytech / substrate-archive

Blockchain Indexing Engine
GNU General Public License v3.0
196 stars 74 forks source link

upgrade to polkadot-v0.9.24-1 #494

Closed xcaptain closed 2 years ago

xcaptain commented 2 years ago

The current master branch is outdated and not work with new substrate releases. This pull request includes:

  1. Make Traces clonable to improve error message
  2. Change postgres trace id type from i32 to i64
  3. Removed storage_mode, copied some code from sp-client-db
  4. Update desub version

Currently I'm using my fork of desub, If https://github.com/paritytech/desub/pull/100 got merged, I can switch to the master branch