Skip to content

Commit

Permalink
Resolve issue #13 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr0id authored Sep 1, 2024
1 parent 19c5d5c commit 08eace2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/source/lowlatencytxnsend.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,9 @@ Do we offer mev-protection here?

Bundles are a list of up to 5 transactions that execute sequentially and atomically, ensuring an all-or-nothing outcome. Here’s what that means:

Sequentially: Transactions in a bundle are guaranteed to execute in the order they are listed.

Atomically: Bundles execute within the same slot(e.g. a bundle cannot cross slot boundaries). If the entire bundle executes successfully, all transactions are committed to the chain.

All-or-Nothing: Bundles can only contain successful transactions. If any transaction in a bundle fails, none of the transactions in the bundle will be committed to the chain.
- **Sequentially:** Transactions in a bundle are guaranteed to execute in the order they are listed.
- **Atomically:** Bundles execute within the same slot(e.g. a bundle cannot cross slot boundaries). If the entire bundle executes successfully, all transactions are committed to the chain.
- **All-or-Nothing:** Bundles can only contain successful transactions. If any transaction in a bundle fails, none of the transactions in the bundle will be committed to the chain.

This guarantees that all transactions in a bundle are executed in sequence and either all succeed or none are executed.

Expand Down

0 comments on commit 08eace2

Please sign in to comment.