fn parse_auto_stateroot_name(name: &str) -> Option<(u64, u64)>
Given a string, if it matches the form of an automatic state root, parse it into its <year>.<serial> pair.
<year>.<serial>