Skip to content

Mempool #5

@tzdybal

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.

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