From 43a1c1f25113b0c65ffbf5a65d52abd3c7e94656 Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+miavonsteinkirch@users.noreply.github.com> Date: Wed, 16 Nov 2022 18:40:02 -0800 Subject: [PATCH] add transaction fee mechanism design for ethereum, by tim roughgarden --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6efeea2..49b6468 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,11 @@ ### proposer-builder separation -* [barnabe.eth notes on pbs](https://barnabe.substack.com/p/pbs) +* [notes on pbs, by barnabe.eth ](https://barnabe.substack.com/p/pbs) + + +
+ +### eip-1559 + +* [transaction fee mechanism design for ethereum, by tim roughgarden](https://timroughgarden.org/papers/eip1559.pdf)