From cbd8cf9b2744da2e087aad2e2448737ca2310eea Mon Sep 17 00:00:00 2001 From: autistic-symposium-helpers <138340846+autistic-symposium-helpers@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:13:27 +0900 Subject: [PATCH] Add session for dashboards --- MEV_by_chains/MEV_on_Ethereum/README.md | 33 +++++++++++-------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/MEV_by_chains/MEV_on_Ethereum/README.md b/MEV_by_chains/MEV_on_Ethereum/README.md index 86058aa..f85b02e 100644 --- a/MEV_by_chains/MEV_on_Ethereum/README.md +++ b/MEV_by_chains/MEV_on_Ethereum/README.md @@ -6,8 +6,6 @@


-
- * **[running nodes and validators](running-a-node.md)** * **[advanced resources on running nodes and validators](running-a-node-advanced.md)** @@ -22,7 +20,6 @@ * **[eip-1559](eip-1559.md)** * **[glossary](glossary.md)** -
--- @@ -44,7 +41,6 @@ * **[the first 1k epochs of eth](https://ethereum.github.io/rig/posdata/notebooks/mainnet_explore.html)** * **[mev panda: data for mev-boost ecosystem](https://www.mevpanda.com/)** -
#### consensus layer @@ -101,32 +97,31 @@ * **[engine api docs](https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md)** * **[ethereum json-rpc api](https://ethereum.org/en/developers/docs/apis/json-rpc/)** -
+##### dashboards - +* **[ethereum dashboards](https://github.com/superphiz/dashboards)** +* **[lib.mev](https://libmev.com/dashboard)** + +
--- ### resources
-* **[multidimensional gas pricing, by vitalik](https://vitalik.eth.limo/general/2024/05/09/multidim.html)** -* **[resources on private order flows](https://github.com/go-outside-labs/mev-toolkit/tree/main/private_order_flows)** -* **[proposer/block builder separation-friendly fee market designs](https://ethresear.ch/t/proposer-block-builder-separation-friendly-fee-market-designs/9725)** -* **[mev on eth2 talk by vitalik](https://www.youtube.com/watch?v=OD54WfVuDWw&list=PLRHMe0bxkuel3w3C7P_WVvp9ShLi3HKRI&index=30)** -* **[updates on pbs video by barnabe monnot](https://archive.devcon.org/archive/watch/6/updates-on-proposer-builder-separation/?tab=YouTube)** -* **[Ethereum Proof-of-Stake Consensus Specifications](https://github.com/ethereum/consensus-specs/tree/dev/specs)** -* **[Increasing censorship resistance of transactions under proposer/builder separation (PBS), by Vitalik et al](https://notes.ethereum.org/@vbuterin/pbs_censorship_resistance)** -* **[Weak Subjectivity in Eth2.0](https://notes.ethereum.org/@adiasg/weak-subjectvity-eth2)** -* **[Ethereum Proof-of-Stake Consensus Specifications](https://github.com/ethereum/consensus-specs)** -* **[order flow, auctions, and centralization (flashbots)](https://collective.flashbots.net/t/order-flow-auctions-and-centralisation-i-a-warning/258)** +* **[multidimensional gas pricing, by vb](https://vitalik.eth.limo/general/2024/05/09/multidim.html)** +* **[proposer/block builder separation-friendly fee market designs, by ef](https://ethresear.ch/t/proposer-block-builder-separation-friendly-fee-market-designs/9725)** +* **[mev on eth2 talk, by vb](https://www.youtube.com/watch?v=OD54WfVuDWw&list=PLRHMe0bxkuel3w3C7P_WVvp9ShLi3HKRI&index=30)** +* **[updates on pbs video, by barnabe](https://archive.devcon.org/archive/watch/6/updates-on-proposer-builder-separation/?tab=YouTube)** +* **[increasing censorship resistance of transactions under proposer/builder separation (PBS), by vb et al.](https://notes.ethereum.org/@vbuterin/pbs_censorship_resistance)** +* **[weak subjectivity in eth2.0, by ef](https://notes.ethereum.org/@adiasg/weak-subjectvity-eth2)** +* **[ethereum proof-of-stake consensus specifications](https://github.com/ethereum/consensus-specs)** +* **[order flow, auctions, and centralization, by flashbots](https://collective.flashbots.net/t/order-flow-auctions-and-centralisation-i-a-warning/258)** * **[awesome rpc endpoints](https://github.com/arddluma/awesome-list-rpc-nodes-providers)** * **[seeing like a protocol, by barnabe](https://barnabe.substack.com/p/seeing-like-a-protocol)** * **[pbs links, by domothy, ef](https://notes.ethereum.org/@domothy/pbs_links)** -* **[local bundle simulation with anvil](https://www.degencode.com/p/local-bundle-simulation-with-anvil)** -* **[ethereum dashboards](https://github.com/superphiz/dashboards)** -* **[lib.mev](https://libmev.com/dashboard)** +* **[local bundle simulation with anvil, by degencode](https://www.degencode.com/p/local-bundle-simulation-with-anvil)** * **[we are all building the same thing, by dba](https://dba.xyz/were-all-building-the-same-thing/)** * **[ethereum reorgs after the merge, vb et al.](https://www.paradigm.xyz/2021/07/ethereum-reorgs-after-the-merge)**