You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
294 B

  1. # Mempool Concurrency
  2. Look at the concurrency model this uses...
  3. - Receiving CheckTx
  4. - Broadcasting new tx
  5. - Interfaces with consensus engine, reap/update while checking
  6. - Calling the ABCI app (ordering. callbacks. how proxy works alongside the blockchain proxy which actually writes blocks)