- 
        Couldn't load subscription status. 
- Fork 274
Description
Describe the bug
When attempting to bootstrap a node using subnet-evm version 0.5.3 with version 1.10.5 of avalanchego, the process stalls at a random block height. This issue doesn't occur in version 0.5.1 while using avalanchego v1.10.4. This behaviour also only happens on mainnet and not on testnet.
To Reproduce
Install subnet-evm version 0.5.3.
Add the upgrade.json file for DFK in the subnet config folder {config-dir}/q2aTwKuyzgs8pynF7UXBZCU7DejbZbZ6EUyHr3JQzYgwNPUPi/upgrade.json
{
  "precompileUpgrades": [
    {
      "feeManagerConfig": {
        "adminAddresses": ["0x79A1A35d07044a3d856197756b82319E7F97ba25"],
        "blockTimestamp": 1662134400
      }
    }
  ],
  "stateUpgrades": [
    {
      "blockTimestamp": 1679072400,
      "accounts": {
        "0x04b9dA42306B023f3572e106B11D82aAd9D32EBb": {
          "storage": {
            "0x0000000000000000000000000000000000000000000000000000000000000007": "0x000000000000000000000000000000000000000000cecb8f27f4200f3a000000",
            "0x000000000000000000000000000000000000000000000000000000000000000b": "0x00000000000000000000000000000000000000000069E10DE76676D080000000"
          }
        }
      }
    }
  ]
}
Begin the bootstrapping process for the node.
Observe that the node gets stuck at a random block height and does not progress.
Expected behavior
The node should successfully bootstrap without stalling, similar to the behavior observed in subnet-evm version 0.5.1.
Logs
I've included the log which shows that the subnet has an extended processing time
q2aTwKuyzgs8pynF7UXBZCU7DejbZbZ6EUyHr3JQzYgwNPUPi.log
Operating System
running on linux m5.4xlarge on aws
Additional context
This is was done while bootstrapping nodes completely from scratch so haven't tried going from 0.5.1 to 0.5.2 as Im afraid that this might cause the above experience as well.