From be3eba26e711f3c2afe30d114c034023e24fc659 Mon Sep 17 00:00:00 2001 From: Emmanuel Awosika Date: Fri, 22 Nov 2024 19:29:53 -0500 Subject: [PATCH 1/2] Update further reading section on EIP-1559 page - Added an article that explains Ethereum's transaction fee mechanism design in detail and addresses common misconceptions about EIP-1559 - Added an article on multidimensional gas pricing --- public/content/developers/docs/gas/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/content/developers/docs/gas/index.md b/public/content/developers/docs/gas/index.md index 2b6cedb16c8..c18f1821691 100644 --- a/public/content/developers/docs/gas/index.md +++ b/public/content/developers/docs/gas/index.md @@ -139,4 +139,6 @@ If you want to monitor gas prices, so you can send your ETH for less, you can us - [Proof of Stake versus Proof of Work](https://blockgeeks.com/guides/proof-of-work-vs-proof-of-stake/) - [Gas Optimization Strategies for Developers](https://www.alchemy.com/overviews/solidity-gas-optimization) - [EIP-1559 docs](https://eips.ethereum.org/EIPS/eip-1559). -- [Tim Beiko's EIP-1559 Resources](https://hackmd.io/@timbeiko/1559-resources). +- [Tim Beiko's EIP-1559 Resources](https://hackmd.io/@timbeiko/1559-resources) +- [EIP-1559: Separating Mechanisms From Memes](https://research.2077.xyz/eip-1559-separating-mechanisms-from-memes) +- [Multidimensional gas pricing](https://vitalik.eth.limo/general/2024/05/09/multidim.html) From 354b6a1eb373bc7ae039bbf0577d16eeb81261aa Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Tue, 25 Feb 2025 14:09:56 -0700 Subject: [PATCH 2/2] remove link returning 403 --- public/content/developers/docs/gas/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/public/content/developers/docs/gas/index.md b/public/content/developers/docs/gas/index.md index c18f1821691..98b237a7049 100644 --- a/public/content/developers/docs/gas/index.md +++ b/public/content/developers/docs/gas/index.md @@ -141,4 +141,3 @@ If you want to monitor gas prices, so you can send your ETH for less, you can us - [EIP-1559 docs](https://eips.ethereum.org/EIPS/eip-1559). - [Tim Beiko's EIP-1559 Resources](https://hackmd.io/@timbeiko/1559-resources) - [EIP-1559: Separating Mechanisms From Memes](https://research.2077.xyz/eip-1559-separating-mechanisms-from-memes) -- [Multidimensional gas pricing](https://vitalik.eth.limo/general/2024/05/09/multidim.html)