Skip to content

Mempool #5

Description

@tzdybal

Mempool keeps the set of pending transactions, and is used by block producers (full nodes) to produce blocks. Transactions are handled by nodes in the First-Come, First-Served (FCFS) manner. Ordering of transactions can be implemented on the application level (for example by adding nonce/sequence number). This behaviour is similar to Tendermint mempool.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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