When restarting an evolve full node, it starts again from block 0 even if it has already synced a bunch of blocks evolve. This is likely because the retrieve loop in the full node always starts querying the DA from the passed in DA Start Height. We should instead persist last queried DA Height when shutting down and then use it to override DA Start Height instead for the retrieve loop