From d16349c6874fac09bbd07e9d186bddc82bfb0e83 Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+miavonsteinkirch@users.noreply.github.com> Date: Fri, 25 Nov 2022 11:41:09 -0800 Subject: [PATCH] Update README.md --- front_running/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/front_running/README.md b/front_running/README.md index eed1857..2344ed7 100644 --- a/front_running/README.md +++ b/front_running/README.md @@ -1,4 +1,4 @@ -## 🥩 frontrunning +## 🥩 frontrunning (or PGA, priority gas auction)
@@ -18,3 +18,11 @@ * frontrunners will copy the potentially profitable transaction's code and replace addresses with theirs. Then, they submit the modified transaction with the replaced address and a higher gas price, frontrunning the original transaction and getting the searcher's MEV. + +
+ +--- + +### resources + +* [ef discussion on random ordering of equally-priced txs](https://github.com/ethereum/go-ethereum/issues/21350)