Skip to content

Commit ebd7090

Browse files
committed
Rewrite new fork tool to modify blob parameters
1 parent b58c11f commit ebd7090

File tree

12 files changed

+1041
-188
lines changed

12 files changed

+1041
-188
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ packages = [
129129
"ethereum_spec_tools.evm_tools.loaders",
130130
"ethereum_spec_tools.lint",
131131
"ethereum_spec_tools.lint.lints",
132+
"ethereum_spec_tools.new_fork",
133+
"ethereum_spec_tools.new_fork.codemod",
132134
"ethereum",
133135
"ethereum.frontier",
134136
"ethereum.frontier.utils",
@@ -254,6 +256,7 @@ test = [
254256
"filelock>=3.15.1,<4",
255257
"requests",
256258
"requests-cache>=1.2.1,<2",
259+
"libcst>=1.8,<2",
257260
]
258261

259262
fill = [
@@ -293,6 +296,7 @@ lint = [
293296
]
294297
tools = [
295298
"platformdirs>=4.2,<5",
299+
"libcst>=1.8,<2",
296300
]
297301
doc = [
298302
"docc>=0.3.0,<0.4.0",
@@ -309,7 +313,7 @@ version = { attr = "ethereum.__version__" }
309313
[project.scripts]
310314
ethereum-spec-lint = "ethereum_spec_tools.lint:main"
311315
ethereum-spec-sync = "ethereum_spec_tools.sync:main"
312-
ethereum-spec-new-fork = "ethereum_spec_tools.new_fork:main"
316+
ethereum-spec-new-fork = "ethereum_spec_tools.new_fork.cli:main"
313317
ethereum-spec-patch = "ethereum_spec_tools.patch_tool:main"
314318
ethereum-spec-evm = "ethereum_spec_tools.evm_tools:main"
315319
ethereum-spec-fill = "cli.pytest_commands.fill:fill"

src/ethereum_spec_tools/new_fork.py

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)