subquery / subql

SubQuery is an Open, Flexible, Fast and Universal data indexing framework for web3. Our mission is to help developers create the decentralised products of the future.
https://subquery.network
GNU General Public License v3.0
19.06k stars 328 forks source link

Project Upgrades Chain types #2368

Open stwiname opened 4 months ago

stwiname commented 4 months ago

Currently projects upgrades wont reload the api services when switching, this means that any new chain types wont be applied without a restart.

This needs to be fixed so that they can be updated while running.

This needs to be done for Polkadot and Cosmos.

stwiname commented 1 month ago

This has been completed for Polkadot but not Cosmos

https://github.com/subquery/subql/pull/2505