Execution Spec Tests x Immunefi 🧪 EEST - ethereum/execution-spec-tests Disclaimer Do not report bugs in our repo with Immunefi! Use our tools to find or consolidate bugs found within Execution Layer clients. Everything discussed is for testing the EL.
11/26/2024This page has all the links and instructions required to follow along, so if you run into any issues or fall behind you can always catch up. ☢️ Link to the slides are below ☢️ https://docs.google.com/presentation/d/117F-s4Jnf3r7cRIQqAwsYqwIGULHx4JTcdJjW64wZag/edit?usp=sharing (sorry for not making it clear) 🤨 Are you stuck? Please raise your hand! There will be a few of us at the side to come and help you out!
11/13/2024🦾 STEEL Workshop (starting 14:15) 🦾 📜 EELS - ethereum/execution-specs 🧪 EEST - ethereum/execution-spec-tests STEEL Who? Specifications and Testing for the Ethereum Execution Layer
11/12/2024What is Hive? Before diving into hivegrid we will go over some preliminary hive information! Hive is an end-to-end test harness used for integration tests against ethereum clients. It generally works by spinning up 3 types of docker containers working alongside the hive controller: Simulators - within hive, tests are grouped by test suites which are grouped by simulators. For example the tests that are specific to the engine api for cancun are grouped within the engine-cancun test suite, which is held within the engine simulator. Tests are ran within their corresponding simulator container and interact with clients using RPC or p2p. Containers must be rebuilt upon changes to the simulator or tests within the simulator. Simulator runtime is usually longer than the build time if there is more than 50 tests.
11/23/2023