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.
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.