nspcc-dev / neo-go

Go Node and SDK for the Neo blockchain
MIT License
123 stars 79 forks source link

Add NeoFS storage nodes pool to BlockFetcher service #3568

Open AnnaShaleva opened 2 months ago

AnnaShaleva commented 2 months ago

Is your feature request related to a problem? Please describe.

3515 is able to work with a single NeoFS storage node only, which is neither reliable nor fast.

Describe the solution you'd like

Use NeoFS storage nodes pool during blocks fetching to spread the load.

Describe alternatives you've considered

No alternatives.