What: a conference about p2p, focused on DHTs, discovery, and gossip. When: Thu, Aug 31, right after SBC; 10am-5pm. Where: Stanford TBD. Why: to improve the performance and security of permissionless protocols Brought to you by: Ethereum Foundation and volunteers. The recordings for 2022 can be found here. Registration Speaking
6/5/2023This is an rough outline of the major contributions to the topic of Account Abstraction over the years. Of course, it is not exhuastive and varies a bit on the exact domains of Account Abstraction (protocol, ERC, wallets, etc) that it touches. I hope you will find it useful. 2022 EIP-5003: Insert Code into EOAs with AUTHUSURP (Q) EIP-5792: Wallet Abstract Transaction Send API (M) A brief note on the future of accounts (Q) 2021
11/20/2022JSON-RPC Specification There are several opportunities to contribute to the JSON-RPC specification. A few examples are: Automated testing Mostly writing go to integrate into Hive. See the example JSON-RPC tests here. The idea is to intercept both the requests and responses and validate them against the spec schema. Improve documentation tooling There is a frontend for the documentation written in typescript that could use improvements. The code for that UI is here. It's using the React framework which is super popular and would be a great thing to learn if you want to do more frontend engineering. Improve documentation
2/1/2022Introduction EIP-3074 adds a powerful new primitive to Ethereum that allows EOAs to act as smart contract wallets. This will allow many new use cases, including transaction batching and account recovery. If you are unfamiliar with this EIP, please review this thread. Statement of Work (Part 1) The first portion of work is focused on learning how EIP-3074 can be used. The learnings+research from this stage will feed directly into the next stage where the production contracts and integrations are completed. Total grant ask = $18,000 proof-of-concept Uniswap integration = $12,000
6/7/2021