jihoonsong

@jihoonsong

Joined on May 23, 2024

  • Special thanks to Mikhail, Justin, Medhi and Eitan for valuable feedback and discussions There has been a discussion on the EIP-7805 Consensus Layer Specification following this PR. This article aims to outline the problems, lay out possible solutions and provide the PR author's suggestion to facilitate a productive discussion. The following sections introduce what the PR suggests, the problems associated with it and potential solutions. Some sections include code snippets, each containing only the relevant parts for better readability. What the PR Suggests The CL clients currently use engine_newPayload to pass IL transactions to the EL clients. In the same vein, the PR modifies process_execution_payload to retrieve IL transactions and pass them to the EL. (Note that we will use get_inclusion_list_transactions for retrieving IL transactions for now, but it will be addressed in the IL Placement section.)
     Like  Bookmark
  • This page contains essential links for developing FOCIL and will be continually kept up-to-date. EIP and Related Resources EIP FOCIL Website FOCIL for Glamsterdam Specifications Consensus Specification Execution Specification
     Like  Bookmark
  • Date: January 22, 2025 Previous interop note by Terence How to run a local devnet using Kurtosis Reproduction Geth Code Docker Image
     Like  Bookmark
  • Setting Up a Local FOCIL Devnet with Kurtosis Special thanks to Parithosh for all the helps Introduction This document provides instructions for setting up and running a local devnet of Prysm and Geth prototypes using Kurtosis. We will build Docker images and use them to run Kurtosis. Docker image building scripts and Kurtosis configuration file can be found here. Prerequisite Before getting started, ensure that you have Docker and Kurtosis installed: Install Docker and start the Docker Daemon
     Like  Bookmark
  • Engine APIs Constants Name Value MaxBytesPerInclusionList uint64(8192) = 2**13 Structures InclusionListV1
     Like  Bookmark