resolver: reduce comments

This commit is contained in:
sh
2026-09-04 14:49:07 +00:00
parent e670d9fa37
commit ad4077bf14
4 changed files with 30 additions and 62 deletions
+3 -4
View File
@@ -306,8 +306,8 @@ jobs:
# Resolver test job
# =============================
# The SNRC resolver is Python and stdlib-only apart from keccak, so it needs
# none of the Haskell toolchain above and runs independently of it.
# The SNRC resolver is Python, so this job needs none of the Haskell toolchain
# above and runs independently of it.
resolver-test:
name: "resolver (python)"
@@ -323,8 +323,7 @@ jobs:
python-version: "3.13"
- name: Install resolver dependencies
# The only runtime dependency; declared in
# scripts/resolver/service/pyproject.toml.
# Must match scripts/resolver/service/pyproject.toml.
run: python -m pip install "eth-hash[pycryptodome]>=0.7"
- name: Test