subsquid / sqd-network

A network of decentralized archives
GNU Affero General Public License v3.0
6 stars 1 forks source link

Add all the datasets to the mainnet #117

Open kalabukdima opened 1 month ago

kalabukdima commented 1 month ago

Now:

When ready:

kalabukdima commented 1 month ago

I've added and tested all the EVM and Substrate networks from here (181 networks in total).

For the Solana we have to adjust the chunk id format on the worker side, because it has non standard hash formatting.

The Pong size outgrew the allowed limit, so we should also increase the message limit to get back the max replication factor.

kalabukdima commented 1 week ago

The current network implementation couldn't handle so many datasets (because of the pong size), so it's postponed until the new network architecture is implemented. See #120