Architecture Overview
  • Welcome to Arcology Architecture Overview
  • Introduction
  • Streamer
  • Executor
  • Scheduler
  • Arbitrator
  • P2P
  • Frontend
  • Gateway
  • Pool
  • Signature Verifier
  • Core
  • Consensus
  • Merkle
  • Eth API
  • Storage
Powered by GitBook
On this page

Pool

The pool service keeps a set of transactions waiting to be processed. When a new block starts, the service picks a list of transactions based on a set of selection strategies and send the them to the scheduling service for execution planning.

PreviousGatewayNextSignature Verifier

Last updated 2 years ago