We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dffdbe commit 6dabed5Copy full SHA for 6dabed5
vulture_whitelist.py
@@ -10,6 +10,7 @@
10
)
11
from ethereum_spec_tools.evm_tools.t8n.env import Ommer
12
from ethereum_spec_tools.evm_tools.t8n.evm_trace import Trace, FinalTrace
13
+from ethereum_spec_tools.evm_tools.t8n.transition_tool import EELST8N
14
from ethereum_spec_tools.lint.lints.glacier_forks_hygiene import (
15
GlacierForksHygiene,
16
@@ -54,6 +55,13 @@
54
55
_EvmToolHandler.do_POST
56
_EvmToolHandler.log_request
57
58
+# src/ethereum_spec_tools/evm_tools/transition_tool.py
59
+EELST8N
60
+EELST8N._info_metadata
61
+EELST8N.version
62
+EELST8N.is_fork_supported
63
+EELST8N.evaluate
64
+
65
# src/ethereum_spec_tools/loaders/fixture_loader.py
66
Load._network
67
0 commit comments