Open Issues Need Help
View All on GitHubAI Summary: The task is to add support for the simulation API to the Bera-Reth project, a high-performance Rust execution client for Berachain. This involves modifying the `node/mod.rs` file, specifically addressing the issue highlighted in the provided link. The goal is to ensure the client correctly interacts with the simulation API.
🐻⛓️ Bera-Reth. A high performance Rust Execution Client for Berachain built on Reth SDK 🐻⛓️
AI Summary: Implement command-line flags (`--bepolia`, `--mainnet`) for the Bera-Reth execution client to support connecting to testnet and mainnet networks without requiring a genesis file. This involves modifying the client to automatically load the appropriate genesis parameters based on the selected flag, referencing the genesis files located in the beacon-kit repository.
🐻⛓️ Bera-Reth. A high performance Rust Execution Client for Berachain built on Reth SDK 🐻⛓️
AI Summary: Update or remove outdated comments in the `src/node/mod.rs` file of the Bera-Reth project that reference the Ethereum implementation. This involves reviewing the comments and either correcting them to reflect the Berachain implementation or removing them if they are no longer relevant.
🐻⛓️ Bera-Reth. A high performance Rust Execution Client for Berachain built on Reth SDK 🐻⛓️
AI Summary: Update the payload ID generation algorithm in the Bera-Reth Rust execution client for Berachain to include all attributes, specifically the previous proposer's public key, for consistency with post-Prague1 standards. This involves modifying the existing code to incorporate the additional attribute into the ID generation process.
🐻⛓️ Bera-Reth. A high performance Rust Execution Client for Berachain built on Reth SDK 🐻⛓️
AI Summary: Modify the Bera-Reth Rust execution client to re-add client information to the `extraData` field of each block, similar to how Geth does it. This involves understanding the existing Reth SDK's block creation process, adding appropriate versioning information (including handling of release candidates), and potentially updating the `extraData` encoding/decoding logic. Testing will be crucial to ensure compatibility and correctness.
🐻⛓️ Bera-Reth. A high performance Rust Execution Client for Berachain built on Reth SDK 🐻⛓️