-
Notifications
You must be signed in to change notification settings - Fork 255
Mempool #5
Copy link
Copy link
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels