Skip to content

Soft Confirmations for Centralized Sequencers #712

@S1nus

Description

@S1nus

Goal
Improve the UX of roll-ups with centralized sequencers by having them build and publish blocks faster than the Celestia blocktime and respond to transactions with the block they're included in.

One way to do it is:

  1. when it receives a transaction request:
  • start building a block
  • include any transactions that arrive in the next ~3 seconds in that block
  • respond to the request with that block
  • publish it over gossip (or simply expose it over RPC) and send to DA layer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions