add erc-4337

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-09 12:38:33 -08:00 committed by GitHub
parent ee9ec6a19b
commit 1192b6ca0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,14 +14,15 @@
* [running nodes and validators](running-a-node.md) * [running nodes and validators](running-a-node.md)
* [advanced resources on running nodes and validators](running-a-node-advanced.md) * [advanced resources on running nodes and validators](running-a-node-advanced.md)
* [geth on kubernetes](geth_and_k8s) * [searcher builder validator/sequencer](searcher-builder-validator-sequencer/)
* [dets and specs for relays](relays.md)
* [pos consensus mechanisms](pos_consensus_mechanisms.md) * [pos consensus mechanisms](pos_consensus_mechanisms.md)
* [dets and specs for relays](relays.md)
* [geth on kubernetes](geth_and_k8s)
* [account abstraction](account_abstraction)
* [blockspaces](blockspace.md) * [blockspaces](blockspace.md)
* [basic evm](evm-knowledge.md) * [basic evm](evm-knowledge.md)
* [eip-1559](eip-1559.md)
* [the mempool](the_mempool.md) * [the mempool](the_mempool.md)
* [searcher builder validator/sequencer](searcher-builder-validator-sequencer/) * [eip-1559](eip-1559.md)
* [glossary](glossary.md) * [glossary](glossary.md)
@ -43,7 +44,7 @@
* [archive node access](https://archivenode.io/) * [archive node access](https://archivenode.io/)
* [list of nodes as a service](https://ethereum.org/en/developers/docs/nodes-and-clients/nodes-as-a-service/) * [list of nodes as a service](https://ethereum.org/en/developers/docs/nodes-and-clients/nodes-as-a-service/)
* [economics post-merge](https://docs.google.com/spreadsheets/d/15tmPOvOgi3wKxJw7KQJKoUe-uonbYR6HF7u83LR5Mj4/edit#gid=1018097491) * [economics post-merge](https://docs.google.com/spreadsheets/d/15tmPOvOgi3wKxJw7KQJKoUe-uonbYR6HF7u83LR5Mj4/edit#gid=1018097491)
* [exploring the first 1k epochs of eth, by barnabe.eth](https://ethereum.github.io/rig/posdata/notebooks/mainnet_explore.html) * [the first 1k epochs of eth](https://ethereum.github.io/rig/posdata/notebooks/mainnet_explore.html)
<br> <br>