Retiring the fast sync path in an Ethereum client
Every long lived client accumulates flags that describe how the world used to work. Fast sync was one of them. Removing it took a plan, not a delete, because in a config driven client, the config f...