multiversx / mx-chain-proxy-go

🐙 MultiversX Proxy: The official implementation of the web proxy for the MultiversX blockchain. An intermediary that abstracts away the complexity of sharding, through a friendly HTTP API.
https://docs.multiversx.com/sdk-and-tools/proxy/
56 stars 18 forks source link

Configurable number of shards #460

Closed sstanculeanu closed 2 months ago

sstanculeanu commented 2 months ago

Currently, the number of shards is computed based on the provided observers and reloading the configs with a different number of shards is not possible.

This may happen after an upgrade, where the observers from on shard may not be ready yet.