Abimbola Adebayo

@Abims

Joined on Nov 3, 2022

  • Requirements: Have nodejs and npm installed Note: If you have docker-desktop it's advised to remove all it's dependencies with the following command sudo pacman -Rcns docker-desktop sudo pacman -Rcns docker-buildx sudo pacman -Rcns docker-compose sudo rm -rf /var/lib/docker /etc/docker sudo groupdel docker A) Docker
     Like 1 Bookmark
  • In continuation to exploring Reth, I was able to understand better the design rationale behind reth. It has become mandatory to operate a consensus client alongside the execution client to connect to any "post-Merge" network. This change occurred because the Ethereum execution layer now delegates the responsibility of consensus to a separate component called the consensus client. Execution clients handle block and transaction execution and validation, whereas consensus clients decide which of these valid blocks form part of the blockchain. Consequently, running both an execution client and a consensus client in tandem is vital to ensure synchronization and active participation in the network. Next Steps Delving deep into the codebase to understand the implementations of the ethereum specification and what allows Reth to be faster when measured against other clients. Reading Materials Reth Book
     Like  Bookmark
  • Vertex Finance Web3bridge Training Panel Session Ethereum Protocol Fellowhsip Update Chain Whisper Uniswap V2 Deconstructed
     Like  Bookmark
  • Intro Hey guys :wave: I’m Abims,stoked to be participating in the ethereum protocol fellowhip, the aim is to get hands on practical experience in protocol development ny working on intersting concepts around consensus and execution layer implemenetation in rust. Plan I am going through some materials form the reading list to set the right foundations in order to be able to make meaningful contributions during and after the fellowship. While doing that i am most drawn to Reth hopefully i will be able to clear some issues on the repo. Reading list Inevitable Ethereum: wiki kind of content convering many basic and advanced research topics Ethereum Design Rationale covers design principles of Ethereum Nodes and clients
     Like  Bookmark