Labels
Labels
51 labels
- Area: Continuous Integration
- Area: Dependencies—Stuff we build on top of (eg. `uv.lock`, `pyproject.toml`)
- Area: documentation
- Area: Specification JSON RPC
- Area: Specification—The Ethereum specification itself (eg. `src/ethereum/*`)
- Area: tests for specifications e.g. json_infra
- Area: Specification Tooling—Tools for the Ethereum specification (eg. `src/ethereum_spec_tools/*`)
- Area: Tests Benchmarks—Performance measurement (eg. `tests/benchmark/*`, `p/t/s/e/benchmark/*`)
- Area: Tests Consume CLI—pytest command (eg. `p/t/s/e/cli/pytest_commands/consume.py`)
- Area: Tests CLI—command-line interface (eg. `p/t/s/e/cli/eest/*`)
- Area: Tests Execute CLI—runs tests on live networks (eg. `p/t/s/e/cli/pytest_commands/execute.py`)
- Area: Tests Fill CLI—runs tests and generates fixtures (eg. `p/t/s/e/cli/pytest_commands/fill.py`)
- Area: execution spec tests gentest module
- Area: execution spec tests make cli interface
- Area: execution spec tests client clis
- Area: execution spec tests commands package
- Area: execution spec tests configuration and tooling
- Area: execution spec tests execution package
- Area: execution spec tests fixtures package
- Area: execution spec tests rpc package
- Area: execution spec tests specs package
- Area: Test Types—Definitions used in tests/testing tools (eg. `p/t/s/e/{base,test}_types`)
- Area: ethereum_testing.cli package
- Area: execution_testing.exceptions package
- Area: execution_testing.forks package
- Area: Changes to execution_testing packaging
- Area: tests for the execution_testing package
- Area: execution_testing.vms package
- Area: Improvements or changes to auxiliary tooling such as uv, ruff, mypy, ...