Some notes on dev mode
Dev mode is a boolean that can be set in the genesis file.
This is read into the Genesis struct in data/bookkeeping/genesis.go.
This is also recorded to the full node config AlgorandFullNode.
When in dev mode, the node factory MakeFull in node/node.go will initialize a frozen clock for the dev mode node.