mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-07 12:30:45 +00:00
* Add Section for P2P - moved over the section on p2p Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * add some more files Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
9 lines
294 B
Markdown
9 lines
294 B
Markdown
# Mempool Concurrency
|
|
|
|
Look at the concurrency model this uses...
|
|
|
|
- Receiving CheckTx
|
|
- Broadcasting new tx
|
|
- Interfaces with consensus engine, reap/update while checking
|
|
- Calling the ABCI app (ordering. callbacks. how proxy works alongside the blockchain proxy which actually writes blocks)
|