mirror of
https://github.com/autistic-symposium/decentralized-protocols-toolkit.git
synced 2025-05-19 15:10:26 -04:00
Create tx-relay.md
This commit is contained in:
parent
5a05bea513
commit
2d48967771
1 changed files with 10 additions and 0 deletions
10
tx-relay.md
Normal file
10
tx-relay.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
## transaction relays
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
1. validator client requests a block without transactions fron consensus node (blinded block)
|
||||||
|
2. consensus node queries multiple MEV relays for best bid
|
||||||
|
3. consensus node selects best bid and incorporates it into the bindled block
|
||||||
|
4. validator client request the consensus node to include txs to the block and broadcast the signed block
|
||||||
|
5. consensus node requests the winning relay to include the txs to the signed block
|
||||||
|
6. consesus node broadcasts signed unblinded block to the network
|
Loading…
Add table
Add a link
Reference in a new issue