nspcc-dev / neo-go

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

Check node sync with NeoFSBlockFetcher on NeoFS mainnet block storage #3668

Open AnnaShaleva opened 2 weeks ago

AnnaShaleva commented 2 weeks ago

All chain data are uploaded to NeoFS mainnet, hence we need to check if NeoFSBLockFetcher works correctly on these data and can properly serve a full node sync process.

AnnaShaleva commented 2 weeks ago

Depends on https://github.com/nspcc-dev/neo-go/pull/3642.