Closed
Description
If we continuously produce blocks, we will:
- prevent large AWM diff lookbacks (last block may reference an old p-chain height)
- never fallback to Snowman consensus
- prevent prolonged post-bootstrap readiness wait if no txs (need to see 60 seconds of blocks)
- easier to implement chain/validator-driven txs
We can pretty easily implement this now that we have millisecond block times.