🎂 the mempool (the dark forest)

This commit is contained in:
Dr. Mia von Steinkirch 2022-10-19 19:34:05 -07:00 committed by GitHub
parent 922c1b35c7
commit 72a4b7ceda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,14 @@
## 🎂 the mempool
## 🎂 the mempool (the dark forest)
### tl;dr
<br>
### the dark forest tl;dr
<br>
* whenever you make a transaction in the Ethereum network (you sign the transaction), you have to wait until it to be confirmed in the blockchain.
* during that period, it sits in the memory pool.
* anyone can listen to these transactions, and their details, while they are there, and even modify them.
* if someone pays a higher gas price, their modification will be included a block first.
* the mempool is the ethereum memory pool, where pending new txs wait to be confirmed, i.e., validated and included into new blocks.
* ethereum has a public mempool and many private mempool spaces (such as the ones provided by flashbots protect or rooks coordinator).
* this means that nodes and associated entities are entitled to configure their own rules for their mempool by allowing private (exclusive) order flow to
* txs to be included in blocks, while not visible in the public mempool.
<br>