Is your task related to a problem? Please describe.
I'm always frustrated when we have a loooong tail of history in NeoFS chains. Refs. neo-project/neo#2026.
Describe the solution you'd like
Try synchronizing with MaxTraceableBlocks of 5760 (a day), if it works --- OK immediately. If it doesn't --- try with 40320 (a week). Success criteria: same state computed for the current height. I expect 40320 to be a bit more realistic setting for a real network, but we need to know our possibilities.
Is your task related to a problem? Please describe.
I'm always frustrated when we have a loooong tail of history in NeoFS chains. Refs. neo-project/neo#2026.
Describe the solution you'd like
Try synchronizing with
MaxTraceableBlocksof 5760 (a day), if it works --- OK immediately. If it doesn't --- try with 40320 (a week). Success criteria: same state computed for the current height. I expect 40320 to be a bit more realistic setting for a real network, but we need to know our possibilities.