From 2d489677715b84d9996998f30a3f2e2ccd47bd2f Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+miavonsteinkirch@users.noreply.github.com> Date: Wed, 16 Nov 2022 19:58:01 -0800 Subject: [PATCH] Create tx-relay.md --- tx-relay.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tx-relay.md diff --git a/tx-relay.md b/tx-relay.md new file mode 100644 index 0000000..a40d45d --- /dev/null +++ b/tx-relay.md @@ -0,0 +1,10 @@ +## transaction relays + +
+ +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