Skip to content

[experiment] Produce a block regardless of how many transactions are in it #284

Closed
@patrick-ogrady

Description

@patrick-ogrady

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.

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions