LICENSE
README.md
pyproject.toml
src/evm_gasfit/__init__.py
src/evm_gasfit/api.py
src/evm_gasfit/cli.py
src/evm_gasfit/config.py
src/evm_gasfit/errors.py
src/evm_gasfit.egg-info/PKG-INFO
src/evm_gasfit.egg-info/SOURCES.txt
src/evm_gasfit.egg-info/dependency_links.txt
src/evm_gasfit.egg-info/entry_points.txt
src/evm_gasfit.egg-info/requires.txt
src/evm_gasfit.egg-info/top_level.txt
src/evm_gasfit/adapter/__init__.py
src/evm_gasfit/adapter/eest.py
src/evm_gasfit/defaults/__init__.py
src/evm_gasfit/defaults/_fallback.py
src/evm_gasfit/defaults/_from_execution_specs.py
src/evm_gasfit/defaults/models.py
src/evm_gasfit/glue/__init__.py
src/evm_gasfit/glue/adjust.py
src/evm_gasfit/glue/detect.py
src/evm_gasfit/glue/estimate.py
src/evm_gasfit/glue/required.py
src/evm_gasfit/io/__init__.py
src/evm_gasfit/io/fixtures.py
src/evm_gasfit/io/opcounts.py
src/evm_gasfit/io/runtimes.py
src/evm_gasfit/modeling/__init__.py
src/evm_gasfit/modeling/estimate.py
src/evm_gasfit/modeling/nnls.py
src/evm_gasfit/modeling/results.py
src/evm_gasfit/proposal/__init__.py
src/evm_gasfit/proposal/aggregate.py
src/evm_gasfit/proposal/build.py
src/evm_gasfit/proposal/derived.py
src/evm_gasfit/reports/__init__.py
src/evm_gasfit/reports/glue.py
src/evm_gasfit/reports/plots.py
src/evm_gasfit/reports/proposal.py
src/evm_gasfit/reports/runtime.py
tests/test_e2e_adapter_eest.py
tests/test_e2e_anchor_filter.py
tests/test_e2e_bytes_to_words.py
tests/test_e2e_catalog_smoke.py
tests/test_e2e_cli.py
tests/test_e2e_determinism.py
tests/test_e2e_fixture_params.py
tests/test_e2e_glue.py
tests/test_e2e_happy_path.py
tests/test_e2e_multi_model.py
tests/test_e2e_new_params.py
tests/test_e2e_overrides_derived_plots.py
tests/test_e2e_param_opcode_collision.py
tests/test_e2e_poor_fit.py
tests/test_e2e_precompile.py
tests/test_e2e_presets.py
tests/test_e2e_proposal_warnings.py
tests/test_e2e_report_format.py
tests/test_e2e_runtime_report_format.py
tests/test_e2e_spec_collision.py
tests/test_unit_aggregate_tie_break.py
tests/test_unit_defaults_source.py
tests/test_unit_nnls_failures.py