Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs Update README #1995

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ the mechanics.*

#### 5. Mempool

The mempool is the component which handles the incoming transactions and is responsible for selecting which transactions
to include in the current batch and pick the order.
Mempool is a special storage area on the blockchain containing all unconfirmed transactions waiting to be included. When a user submits a transaction, it first enters the mempool and is awaiting processing. Each node on the blockchain network maintains its mempool, which serves as a buffer between sending a transaction and its inclusion in the block.

The big advantage of running the mempool inside the secure Enclave is that the ordering of transactions cannot be gamed by the aggregator,
which makes MEV much more difficult.
Expand Down Expand Up @@ -347,4 +346,4 @@ curl -X POST 127.0.0.1:80 -H 'Content-Type: application/json' \

## Community

Development is discussed by the team and the community on [discord](https://discord.com/channels/916052669955727371/945360340613484684)
Development is discussed by the team and the community on [discord](https://discord.com/channels/916052669955727371/945360340613484684)