Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 449 Bytes

pob.md

File metadata and controls

15 lines (15 loc) · 449 Bytes

POB

Components

  • x/builder
  • ABCI++ Methods
  • Mempool (Blockbuster)
    • sdk-mempool
      • PriorityNonceMempool
        • Skip-list (ordered list optimized for bin. search)
        • Ordering
          • Ordered by sender nonce, priority
          • Rules
            • For given sender, txs are ordered by nonce
            • Otherwise, txs are ordered by priority
      • Alt text