glamsterdam-compat-lab 0.3.2 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +2 -2
- package/README.md +16 -9
- package/ROADMAP.md +4 -1
- package/data/client-compat/clients.example.json +355 -2
- package/data/eips/glamsterdam.json +504 -25
- package/datasets/public-seed/README.md +8 -0
- package/datasets/public-seed/comparisons/bytecode-ens-registry-mainnet-runtime--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/bytecode-erc4337-entrypoint-v06-mainnet-runtime--default-vs-research.json +167 -0
- package/datasets/public-seed/comparisons/bytecode-multicall3-mainnet-runtime--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/bytecode-safe-proxy-factory-v130-mainnet-runtime--default-vs-research.json +169 -0
- package/datasets/public-seed/comparisons/bytecode-storage-heavy--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/bytecode-uniswap-v2-factory-mainnet-runtime--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/bytecode-usdc-proxy-mainnet-runtime--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/bytecode-weth9-mainnet-runtime--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/traces-besu-debug-structlogs--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/traces-besu-mainnet-tracoor-debug-structlogs--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/traces-call-tracer-tree--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/traces-drpc-call-tracer-real--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/traces-erigon-action-trace--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/traces-foundry-json-trace--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/traces-geth-json-rpc-structlogs--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/traces-geth-mainnet-tracoor-debug-structlogs--default-vs-research.json +141 -0
- package/datasets/public-seed/comparisons/traces-hardhat-debug-trace--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/traces-nethermind-debug-structlogs--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/traces-nethermind-mainnet-tracoor-debug-structlogs--default-vs-research.json +3 -3
- package/datasets/public-seed/comparisons/traces-reth-mainnet-tracoor-debug-structlogs--default-vs-research.json +141 -0
- package/datasets/public-seed/comparisons/traces-storage-heavy-trace--default-vs-research.json +3 -3
- package/datasets/public-seed/findings.csv +44 -0
- package/datasets/public-seed/manifest.json +198 -4
- package/datasets/public-seed/readiness-clients.csv +20 -0
- package/datasets/public-seed/readiness-devnets.csv +9 -0
- package/datasets/public-seed/readiness-eips.csv +66 -0
- package/datasets/public-seed/readiness-sources.csv +33 -0
- package/datasets/public-seed/readiness.json +1437 -0
- package/datasets/public-seed/reports/bytecode-ens-registry-mainnet-runtime--default.json +2 -2
- package/datasets/public-seed/reports/bytecode-ens-registry-mainnet-runtime--research.json +2 -2
- package/datasets/public-seed/reports/bytecode-erc4337-entrypoint-v06-mainnet-runtime--default.json +170 -0
- package/datasets/public-seed/reports/bytecode-erc4337-entrypoint-v06-mainnet-runtime--research.json +170 -0
- package/datasets/public-seed/reports/bytecode-multicall3-mainnet-runtime--default.json +2 -2
- package/datasets/public-seed/reports/bytecode-multicall3-mainnet-runtime--research.json +2 -2
- package/datasets/public-seed/reports/bytecode-safe-proxy-factory-v130-mainnet-runtime--default.json +148 -0
- package/datasets/public-seed/reports/bytecode-safe-proxy-factory-v130-mainnet-runtime--research.json +171 -0
- package/datasets/public-seed/reports/bytecode-storage-heavy--default.json +2 -2
- package/datasets/public-seed/reports/bytecode-storage-heavy--research.json +2 -2
- package/datasets/public-seed/reports/bytecode-uniswap-v2-factory-mainnet-runtime--default.json +2 -2
- package/datasets/public-seed/reports/bytecode-uniswap-v2-factory-mainnet-runtime--research.json +2 -2
- package/datasets/public-seed/reports/bytecode-usdc-proxy-mainnet-runtime--default.json +2 -2
- package/datasets/public-seed/reports/bytecode-usdc-proxy-mainnet-runtime--research.json +2 -2
- package/datasets/public-seed/reports/bytecode-weth9-mainnet-runtime--default.json +2 -2
- package/datasets/public-seed/reports/bytecode-weth9-mainnet-runtime--research.json +2 -2
- package/datasets/public-seed/reports/indexers-balance-diff-indexer--default.json +2 -2
- package/datasets/public-seed/reports/indexers-explorer-replay-indexer--default.json +2 -2
- package/datasets/public-seed/reports/indexers-graph-network-subgraph-reduced--default.json +123 -0
- package/datasets/public-seed/reports/indexers-subgraph--default.json +2 -2
- package/datasets/public-seed/reports/traces-besu-debug-structlogs--default.json +2 -2
- package/datasets/public-seed/reports/traces-besu-debug-structlogs--research.json +2 -2
- package/datasets/public-seed/reports/traces-besu-mainnet-tracoor-debug-structlogs--default.json +2 -2
- package/datasets/public-seed/reports/traces-besu-mainnet-tracoor-debug-structlogs--research.json +2 -2
- package/datasets/public-seed/reports/traces-call-tracer-tree--default.json +2 -2
- package/datasets/public-seed/reports/traces-call-tracer-tree--research.json +2 -2
- package/datasets/public-seed/reports/traces-drpc-call-tracer-real--default.json +2 -2
- package/datasets/public-seed/reports/traces-drpc-call-tracer-real--research.json +2 -2
- package/datasets/public-seed/reports/traces-erigon-action-trace--default.json +2 -2
- package/datasets/public-seed/reports/traces-erigon-action-trace--research.json +2 -2
- package/datasets/public-seed/reports/traces-foundry-json-trace--default.json +2 -2
- package/datasets/public-seed/reports/traces-foundry-json-trace--research.json +2 -2
- package/datasets/public-seed/reports/traces-geth-json-rpc-structlogs--default.json +2 -2
- package/datasets/public-seed/reports/traces-geth-json-rpc-structlogs--research.json +2 -2
- package/datasets/public-seed/reports/traces-geth-mainnet-tracoor-debug-structlogs--default.json +103 -0
- package/datasets/public-seed/reports/traces-geth-mainnet-tracoor-debug-structlogs--research.json +131 -0
- package/datasets/public-seed/reports/traces-hardhat-debug-trace--default.json +2 -2
- package/datasets/public-seed/reports/traces-hardhat-debug-trace--research.json +2 -2
- package/datasets/public-seed/reports/traces-nethermind-debug-structlogs--default.json +2 -2
- package/datasets/public-seed/reports/traces-nethermind-debug-structlogs--research.json +2 -2
- package/datasets/public-seed/reports/traces-nethermind-mainnet-tracoor-debug-structlogs--default.json +2 -2
- package/datasets/public-seed/reports/traces-nethermind-mainnet-tracoor-debug-structlogs--research.json +2 -2
- package/datasets/public-seed/reports/traces-reth-mainnet-tracoor-debug-structlogs--default.json +103 -0
- package/datasets/public-seed/reports/traces-reth-mainnet-tracoor-debug-structlogs--research.json +131 -0
- package/datasets/public-seed/reports/traces-storage-heavy-trace--default.json +2 -2
- package/datasets/public-seed/reports/traces-storage-heavy-trace--research.json +2 -2
- package/datasets/public-seed/reports/validator-glamsterdam-devnet-operator-public--default.json +92 -0
- package/datasets/public-seed/reports/validator-operator-config--default.json +4 -4
- package/datasets/public-seed/reports/validator-operator-config-builder-gap--default.json +2 -2
- package/datasets/public-seed/reports/validator-operator-config-complete--default.json +2 -2
- package/datasets/public-seed/reports.csv +10 -0
- package/datasets/public-seed/summary.csv +37 -31
- package/datasets/public-seed/summary.json +57 -33
- package/dist/cli.js +6 -1
- package/dist/cli.js.map +1 -1
- package/dist/fixtures/provenance.d.ts +3 -0
- package/dist/fixtures/provenance.js +1 -0
- package/dist/fixtures/provenance.js.map +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/registry/clientMatrix.d.ts +334 -0
- package/dist/registry/clientMatrix.js +218 -0
- package/dist/registry/clientMatrix.js.map +1 -0
- package/dist/registry/schemas.d.ts +34 -1
- package/dist/registry/schemas.js +17 -1
- package/dist/registry/schemas.js.map +1 -1
- package/dist/reports/reportTypes.d.ts +1 -1
- package/dist/reports/reportTypes.js +1 -1
- package/dist/scanners/validatorScanner.d.ts +1 -28
- package/dist/scanners/validatorScanner.js +2 -37
- package/dist/scanners/validatorScanner.js.map +1 -1
- package/docs/client-compat.md +123 -0
- package/docs/dataset.md +205 -0
- package/docs/fixtures.md +10 -4
- package/docs/release.md +11 -29
- package/docs/releases/v0.3.4.md +15 -0
- package/examples/baseline-comparison.md +1 -1
- package/examples/public-seed-analysis.md +192 -0
- package/fixtures/bytecode/erc4337-entrypoint-v06-mainnet-runtime.hex +1 -0
- package/fixtures/bytecode/safe-proxy-factory-v130-mainnet-runtime.hex +1 -0
- package/fixtures/indexers/graph-network-subgraph-reduced.yaml +66 -0
- package/fixtures/provenance.json +267 -1
- package/fixtures/traces/geth-mainnet-tracoor-debug-structlogs.json +2285 -0
- package/fixtures/traces/reth-mainnet-tracoor-debug-structlogs.json +2285 -0
- package/fixtures/validator/glamsterdam-devnet-operator-public.yaml +30 -0
- package/package.json +6 -1
- package/site/public-seed/comparisons/bytecode-ens-registry-mainnet-runtime--default-vs-research.html +496 -0
- package/site/public-seed/comparisons/bytecode-erc4337-entrypoint-v06-mainnet-runtime--default-vs-research.html +510 -0
- package/site/public-seed/comparisons/bytecode-multicall3-mainnet-runtime--default-vs-research.html +510 -0
- package/site/public-seed/comparisons/bytecode-safe-proxy-factory-v130-mainnet-runtime--default-vs-research.html +524 -0
- package/site/public-seed/comparisons/bytecode-storage-heavy--default-vs-research.html +510 -0
- package/site/public-seed/comparisons/bytecode-uniswap-v2-factory-mainnet-runtime--default-vs-research.html +510 -0
- package/site/public-seed/comparisons/bytecode-usdc-proxy-mainnet-runtime--default-vs-research.html +517 -0
- package/site/public-seed/comparisons/bytecode-weth9-mainnet-runtime--default-vs-research.html +496 -0
- package/site/public-seed/comparisons/traces-besu-debug-structlogs--default-vs-research.html +475 -0
- package/site/public-seed/comparisons/traces-besu-mainnet-tracoor-debug-structlogs--default-vs-research.html +496 -0
- package/site/public-seed/comparisons/traces-call-tracer-tree--default-vs-research.html +489 -0
- package/site/public-seed/comparisons/traces-drpc-call-tracer-real--default-vs-research.html +489 -0
- package/site/public-seed/comparisons/traces-erigon-action-trace--default-vs-research.html +489 -0
- package/site/public-seed/comparisons/traces-foundry-json-trace--default-vs-research.html +503 -0
- package/site/public-seed/comparisons/traces-geth-json-rpc-structlogs--default-vs-research.html +482 -0
- package/site/public-seed/comparisons/traces-geth-mainnet-tracoor-debug-structlogs--default-vs-research.html +510 -0
- package/site/public-seed/comparisons/traces-hardhat-debug-trace--default-vs-research.html +482 -0
- package/site/public-seed/comparisons/traces-nethermind-debug-structlogs--default-vs-research.html +501 -0
- package/site/public-seed/comparisons/traces-nethermind-mainnet-tracoor-debug-structlogs--default-vs-research.html +496 -0
- package/site/public-seed/comparisons/traces-reth-mainnet-tracoor-debug-structlogs--default-vs-research.html +510 -0
- package/site/public-seed/comparisons/traces-storage-heavy-trace--default-vs-research.html +503 -0
- package/site/public-seed/findings/bytecode.calldata-copy-exposure.html +683 -0
- package/site/public-seed/findings/bytecode.contract-creation-opcodes.html +551 -0
- package/site/public-seed/findings/bytecode.contract-size-near-current-limit.html +463 -0
- package/site/public-seed/findings/bytecode.log-opcodes-present.html +771 -0
- package/site/public-seed/findings/bytecode.manual-review-required.html +771 -0
- package/site/public-seed/findings/bytecode.state-account-opcode-exposure.html +727 -0
- package/site/public-seed/findings/bytecode.state-account-opcode-presence.html +441 -0
- package/site/public-seed/findings/bytecode.storage-heavy-pattern.html +683 -0
- package/site/public-seed/findings/indexer.balance-diff-native-transfer-assumption.html +463 -0
- package/site/public-seed/findings/indexer.event-only-assumption.html +463 -0
- package/site/public-seed/findings/indexer.missing-bal-readiness-metadata.html +485 -0
- package/site/public-seed/findings/indexer.missing-fork-compatibility-metadata.html +463 -0
- package/site/public-seed/findings/indexer.missing-replay-plan.html +463 -0
- package/site/public-seed/findings/indexer.native-eth-transfer-review-missing.html +463 -0
- package/site/public-seed/findings/trace.calldata-heavy-execution.html +815 -0
- package/site/public-seed/findings/trace.contract-creation-executed.html +639 -0
- package/site/public-seed/findings/trace.logs-calls-visible.html +991 -0
- package/site/public-seed/findings/trace.partial-evidence.html +771 -0
- package/site/public-seed/findings/trace.state-heavy-execution-medium.html +617 -0
- package/site/public-seed/findings/validator.builder-enabled-without-endpoint.html +463 -0
- package/site/public-seed/findings/validator.consensus-client-status-partial.html +441 -0
- package/site/public-seed/findings/validator.execution-client-status-partial.html +441 -0
- package/site/public-seed/findings/validator.missing-monitoring-endpoints.html +463 -0
- package/site/public-seed/findings/validator.missing-testnet-participation.html +463 -0
- package/site/public-seed/findings/validator.missing-validator-client-version.html +441 -0
- package/site/public-seed/findings/validator.unknown-consensus-client-compatibility.html +441 -0
- package/site/public-seed/findings/validator.unknown-execution-client-compatibility.html +441 -0
- package/site/public-seed/index.html +2560 -0
- package/site/public-seed/readiness.html +1591 -0
- package/site/public-seed/reports/bytecode-ens-registry-mainnet-runtime--default.html +548 -0
- package/site/public-seed/reports/bytecode-ens-registry-mainnet-runtime--research.html +548 -0
- package/site/public-seed/reports/bytecode-erc4337-entrypoint-v06-mainnet-runtime--default.html +595 -0
- package/site/public-seed/reports/bytecode-erc4337-entrypoint-v06-mainnet-runtime--research.html +595 -0
- package/site/public-seed/reports/bytecode-multicall3-mainnet-runtime--default.html +517 -0
- package/site/public-seed/reports/bytecode-multicall3-mainnet-runtime--research.html +544 -0
- package/site/public-seed/reports/bytecode-safe-proxy-factory-v130-mainnet-runtime--default.html +570 -0
- package/site/public-seed/reports/bytecode-safe-proxy-factory-v130-mainnet-runtime--research.html +595 -0
- package/site/public-seed/reports/bytecode-storage-heavy--default.html +595 -0
- package/site/public-seed/reports/bytecode-storage-heavy--research.html +595 -0
- package/site/public-seed/reports/bytecode-uniswap-v2-factory-mainnet-runtime--default.html +596 -0
- package/site/public-seed/reports/bytecode-uniswap-v2-factory-mainnet-runtime--research.html +596 -0
- package/site/public-seed/reports/bytecode-usdc-proxy-mainnet-runtime--default.html +547 -0
- package/site/public-seed/reports/bytecode-usdc-proxy-mainnet-runtime--research.html +572 -0
- package/site/public-seed/reports/bytecode-weth9-mainnet-runtime--default.html +549 -0
- package/site/public-seed/reports/bytecode-weth9-mainnet-runtime--research.html +549 -0
- package/site/public-seed/reports/indexers-balance-diff-indexer--default.html +481 -0
- package/site/public-seed/reports/indexers-explorer-replay-indexer--default.html +460 -0
- package/site/public-seed/reports/indexers-graph-network-subgraph-reduced--default.html +549 -0
- package/site/public-seed/reports/indexers-subgraph--default.html +548 -0
- package/site/public-seed/reports/traces-besu-debug-structlogs--default.html +469 -0
- package/site/public-seed/reports/traces-besu-debug-structlogs--research.html +469 -0
- package/site/public-seed/reports/traces-besu-mainnet-tracoor-debug-structlogs--default.html +549 -0
- package/site/public-seed/reports/traces-besu-mainnet-tracoor-debug-structlogs--research.html +549 -0
- package/site/public-seed/reports/traces-call-tracer-tree--default.html +518 -0
- package/site/public-seed/reports/traces-call-tracer-tree--research.html +518 -0
- package/site/public-seed/reports/traces-drpc-call-tracer-real--default.html +520 -0
- package/site/public-seed/reports/traces-drpc-call-tracer-real--research.html +520 -0
- package/site/public-seed/reports/traces-erigon-action-trace--default.html +518 -0
- package/site/public-seed/reports/traces-erigon-action-trace--research.html +518 -0
- package/site/public-seed/reports/traces-foundry-json-trace--default.html +493 -0
- package/site/public-seed/reports/traces-foundry-json-trace--research.html +521 -0
- package/site/public-seed/reports/traces-geth-json-rpc-structlogs--default.html +493 -0
- package/site/public-seed/reports/traces-geth-json-rpc-structlogs--research.html +493 -0
- package/site/public-seed/reports/traces-geth-mainnet-tracoor-debug-structlogs--default.html +521 -0
- package/site/public-seed/reports/traces-geth-mainnet-tracoor-debug-structlogs--research.html +549 -0
- package/site/public-seed/reports/traces-hardhat-debug-trace--default.html +493 -0
- package/site/public-seed/reports/traces-hardhat-debug-trace--research.html +493 -0
- package/site/public-seed/reports/traces-nethermind-debug-structlogs--default.html +517 -0
- package/site/public-seed/reports/traces-nethermind-debug-structlogs--research.html +517 -0
- package/site/public-seed/reports/traces-nethermind-mainnet-tracoor-debug-structlogs--default.html +549 -0
- package/site/public-seed/reports/traces-nethermind-mainnet-tracoor-debug-structlogs--research.html +549 -0
- package/site/public-seed/reports/traces-reth-mainnet-tracoor-debug-structlogs--default.html +521 -0
- package/site/public-seed/reports/traces-reth-mainnet-tracoor-debug-structlogs--research.html +549 -0
- package/site/public-seed/reports/traces-storage-heavy-trace--default.html +570 -0
- package/site/public-seed/reports/traces-storage-heavy-trace--research.html +570 -0
- package/site/public-seed/reports/validator-glamsterdam-devnet-operator-public--default.html +513 -0
- package/site/public-seed/reports/validator-operator-config--default.html +584 -0
- package/site/public-seed/reports/validator-operator-config-builder-gap--default.html +509 -0
- package/site/public-seed/reports/validator-operator-config-complete--default.html +441 -0
|
@@ -1,21 +1,52 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fork": "glamsterdam",
|
|
3
|
-
"lastUpdated": "2026-05-
|
|
3
|
+
"lastUpdated": "2026-05-13",
|
|
4
4
|
"sources": [
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
{
|
|
6
|
+
"type": "meta-eip",
|
|
7
|
+
"url": "https://eips.ethereum.org/EIPS/eip-7773",
|
|
8
|
+
"sourceDate": "2024-09-26",
|
|
9
|
+
"retrievedAt": "2026-05-13",
|
|
10
|
+
"claim": "EIP-7773 lists the EIPs formally scheduled, considered, declined, and proposed for inclusion in the Glamsterdam network upgrade; activation rows are not yet filled.",
|
|
11
|
+
"notes": "Treat this as the canonical status grouping for this local registry until the meta EIP changes. The sourceDate is the EIP creation date; use retrievedAt for current status grouping freshness."
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"type": "ethereum-roadmap",
|
|
15
|
+
"url": "https://ethereum.org/roadmap/glamsterdam/",
|
|
16
|
+
"sourceDate": "2026-04-13",
|
|
17
|
+
"retrievedAt": "2026-05-13",
|
|
18
|
+
"claim": "ethereum.org describes Glamsterdam as an upcoming H1 2026 upgrade centered on ePBS, block-level access lists, scaling, and network sustainability, and points readers to Forkcast for latest status updates."
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"type": "forkcast",
|
|
22
|
+
"url": "https://forkcast.org/upgrade/glamsterdam/",
|
|
23
|
+
"retrievedAt": "2026-05-13",
|
|
24
|
+
"claim": "Forkcast is the status surface linked from ethereum.org and EF Checkpoint #9 for Glamsterdam feature summaries and status updates."
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"type": "protocol-blog",
|
|
28
|
+
"url": "https://blog.ethereum.org/2026/04/10/checkpoint-9",
|
|
29
|
+
"sourceDate": "2026-04-10",
|
|
30
|
+
"retrievedAt": "2026-05-13",
|
|
31
|
+
"claim": "EF Checkpoint #9 says scheduled features should almost certainly be in the upgrade, while considered features are likely but still depend on implementation complexity and progress of scheduled features."
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"type": "protocol-blog",
|
|
35
|
+
"url": "https://blog.ethereum.org/2026/05/02/soldogn-interop-recap",
|
|
36
|
+
"sourceDate": "2026-05-02",
|
|
37
|
+
"retrievedAt": "2026-05-13",
|
|
38
|
+
"claim": "The Soldogn interop recap reports a stable multi-client Glamsterdam devnet with ePBS, repricing, and block access list work, plus nearly all clients running together on glamsterdam-devnet-2 by Friday.",
|
|
39
|
+
"notes": "Interop/devnet progress is not a production client compatibility claim."
|
|
40
|
+
}
|
|
10
41
|
],
|
|
11
42
|
"eips": [
|
|
12
43
|
{
|
|
13
|
-
"id": "EIP-
|
|
14
|
-
"name": "
|
|
44
|
+
"id": "EIP-7708",
|
|
45
|
+
"name": "ETH transfers emit a log",
|
|
15
46
|
"status": "scheduled",
|
|
16
47
|
"domain": ["execution", "indexer", "monitoring"],
|
|
17
|
-
"detectors": ["
|
|
18
|
-
"notes": "Used for
|
|
48
|
+
"detectors": ["nativeEthTransferLogDetectors"],
|
|
49
|
+
"notes": "Used for native ETH transfer visibility checks. Status refreshed from EIP-7773."
|
|
19
50
|
},
|
|
20
51
|
{
|
|
21
52
|
"id": "EIP-7732",
|
|
@@ -26,25 +57,33 @@
|
|
|
26
57
|
"notes": "Used for validator and operator readiness checks around builder/API metadata."
|
|
27
58
|
},
|
|
28
59
|
{
|
|
29
|
-
"id": "EIP-
|
|
30
|
-
"name": "
|
|
31
|
-
"status": "
|
|
32
|
-
"domain": ["execution", "
|
|
33
|
-
"detectors": [
|
|
34
|
-
"notes": "
|
|
60
|
+
"id": "EIP-7778",
|
|
61
|
+
"name": "Block Gas Accounting without Refunds",
|
|
62
|
+
"status": "scheduled",
|
|
63
|
+
"domain": ["execution", "contracts"],
|
|
64
|
+
"detectors": [],
|
|
65
|
+
"notes": "Scheduled by EIP-7773. No detector currently claims exact refund or gas accounting behavior."
|
|
35
66
|
},
|
|
36
67
|
{
|
|
37
|
-
"id": "EIP-
|
|
38
|
-
"name": "
|
|
39
|
-
"status": "
|
|
68
|
+
"id": "EIP-7843",
|
|
69
|
+
"name": "SLOTNUM opcode",
|
|
70
|
+
"status": "scheduled",
|
|
40
71
|
"domain": ["execution", "contracts"],
|
|
41
|
-
"detectors": [
|
|
42
|
-
"notes": "
|
|
72
|
+
"detectors": [],
|
|
73
|
+
"notes": "Scheduled by EIP-7773. No detector currently inspects SLOTNUM-specific bytecode behavior."
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"id": "EIP-7928",
|
|
77
|
+
"name": "Block-Level Access Lists",
|
|
78
|
+
"status": "scheduled",
|
|
79
|
+
"domain": ["execution", "indexer", "monitoring"],
|
|
80
|
+
"detectors": ["balDetectors"],
|
|
81
|
+
"notes": "Used for BAL-related indexer and monitoring readiness checks. Do not hardcode final behavior in detector code."
|
|
43
82
|
},
|
|
44
83
|
{
|
|
45
84
|
"id": "EIP-7954",
|
|
46
85
|
"name": "Increase Maximum Contract Size",
|
|
47
|
-
"status": "
|
|
86
|
+
"status": "scheduled",
|
|
48
87
|
"domain": ["execution", "contracts"],
|
|
49
88
|
"detectors": ["contractSizeDetectors"],
|
|
50
89
|
"notes": "Used only to flag contract-size review areas. Final limits may change."
|
|
@@ -52,19 +91,67 @@
|
|
|
52
91
|
{
|
|
53
92
|
"id": "EIP-7976",
|
|
54
93
|
"name": "Increase Calldata Floor Cost",
|
|
55
|
-
"status": "
|
|
94
|
+
"status": "scheduled",
|
|
56
95
|
"domain": ["execution", "contracts"],
|
|
57
96
|
"detectors": ["gasRepricingDetectors"],
|
|
58
97
|
"notes": "Used for calldata-heavy trace and bytecode review prompts when calldata evidence is visible."
|
|
59
98
|
},
|
|
99
|
+
{
|
|
100
|
+
"id": "EIP-7981",
|
|
101
|
+
"name": "Increase Access List Cost",
|
|
102
|
+
"status": "scheduled",
|
|
103
|
+
"domain": ["execution", "contracts"],
|
|
104
|
+
"detectors": [],
|
|
105
|
+
"notes": "Scheduled by EIP-7773. No detector currently infers exact access-list cost impact."
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "EIP-8024",
|
|
109
|
+
"name": "Backward compatible SWAPN, DUPN, EXCHANGE",
|
|
110
|
+
"status": "scheduled",
|
|
111
|
+
"domain": ["execution", "contracts"],
|
|
112
|
+
"detectors": [],
|
|
113
|
+
"notes": "Scheduled by EIP-7773. No detector currently scans for these opcodes."
|
|
114
|
+
},
|
|
60
115
|
{
|
|
61
116
|
"id": "EIP-8037",
|
|
62
117
|
"name": "State Creation Gas Cost Increase",
|
|
63
|
-
"status": "
|
|
118
|
+
"status": "scheduled",
|
|
64
119
|
"domain": ["execution", "contracts"],
|
|
65
120
|
"detectors": ["stateCreationDetectors"],
|
|
66
121
|
"notes": "Used for CREATE and CREATE2 review prompts. Do not infer exact cost changes."
|
|
67
122
|
},
|
|
123
|
+
{
|
|
124
|
+
"id": "EIP-2780",
|
|
125
|
+
"name": "Reduce intrinsic transaction gas",
|
|
126
|
+
"status": "considered",
|
|
127
|
+
"domain": ["execution", "contracts"],
|
|
128
|
+
"detectors": [],
|
|
129
|
+
"notes": "Considered by EIP-7773. No detector currently infers native transfer fee changes."
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"id": "EIP-7688",
|
|
133
|
+
"name": "Forward compatible consensus data structures",
|
|
134
|
+
"status": "considered",
|
|
135
|
+
"domain": ["consensus", "validator"],
|
|
136
|
+
"detectors": [],
|
|
137
|
+
"notes": "Considered by EIP-7773. Tracked for operator awareness only."
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"id": "EIP-7904",
|
|
141
|
+
"name": "General Repricing",
|
|
142
|
+
"status": "considered",
|
|
143
|
+
"domain": ["execution", "contracts"],
|
|
144
|
+
"detectors": ["gasRepricingDetectors"],
|
|
145
|
+
"notes": "Broad repricing candidate. Exact gas deltas must come from data, not hardcoded detector logic."
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"id": "EIP-7997",
|
|
149
|
+
"name": "Deterministic Factory Predeploy",
|
|
150
|
+
"status": "considered",
|
|
151
|
+
"domain": ["execution", "contracts"],
|
|
152
|
+
"detectors": [],
|
|
153
|
+
"notes": "Considered by EIP-7773. No detector currently infers app behavior from deterministic factory assumptions."
|
|
154
|
+
},
|
|
68
155
|
{
|
|
69
156
|
"id": "EIP-8038",
|
|
70
157
|
"name": "State-access gas cost increase",
|
|
@@ -73,13 +160,405 @@
|
|
|
73
160
|
"detectors": ["gasRepricingDetectors"],
|
|
74
161
|
"notes": "Used for storage/account access review prompts. Do not infer exact cost changes."
|
|
75
162
|
},
|
|
163
|
+
{
|
|
164
|
+
"id": "EIP-8045",
|
|
165
|
+
"name": "Exclude slashed validators from proposing",
|
|
166
|
+
"status": "considered",
|
|
167
|
+
"domain": ["consensus", "validator"],
|
|
168
|
+
"detectors": [],
|
|
169
|
+
"notes": "Considered by EIP-7773. Tracked for validator/operator readiness context."
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"id": "EIP-8061",
|
|
173
|
+
"name": "Increase exit and consolidation churn",
|
|
174
|
+
"status": "considered",
|
|
175
|
+
"domain": ["consensus", "validator"],
|
|
176
|
+
"detectors": [],
|
|
177
|
+
"notes": "Considered by EIP-7773 and present in the glamsterdam-devnet-2 spec as a new EIP."
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"id": "EIP-8080",
|
|
181
|
+
"name": "Let exits use the consolidation queue",
|
|
182
|
+
"status": "considered",
|
|
183
|
+
"domain": ["consensus", "validator"],
|
|
184
|
+
"detectors": [],
|
|
185
|
+
"notes": "Considered by EIP-7773. EF Soldogn recap says CL teams discussed and narrowed smaller Glamsterdam EIPs."
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"id": "EIP-8246",
|
|
189
|
+
"name": "Remove SELFDESTRUCT Burn",
|
|
190
|
+
"status": "considered",
|
|
191
|
+
"domain": ["execution", "contracts"],
|
|
192
|
+
"detectors": [],
|
|
193
|
+
"notes": "Considered by EIP-7773. No detector currently scans SELFDESTRUCT burn semantics."
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"id": "EIP-7975",
|
|
197
|
+
"name": "eth/70 - partial block receipt lists",
|
|
198
|
+
"status": "considered",
|
|
199
|
+
"domain": ["networking", "indexer"],
|
|
200
|
+
"detectors": [],
|
|
201
|
+
"notes": "Networking EIP considered by EIP-7773. Tracked for indexer and sync-tool awareness."
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"id": "EIP-8070",
|
|
205
|
+
"name": "eth/72 - Sparse Blobpool",
|
|
206
|
+
"status": "considered",
|
|
207
|
+
"domain": ["networking"],
|
|
208
|
+
"detectors": [],
|
|
209
|
+
"notes": "Networking EIP considered by EIP-7773."
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"id": "EIP-8136",
|
|
213
|
+
"name": "Cell-Level Deltas for Data Column Broadcast",
|
|
214
|
+
"status": "considered",
|
|
215
|
+
"domain": ["networking"],
|
|
216
|
+
"detectors": [],
|
|
217
|
+
"notes": "Networking EIP considered by EIP-7773."
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"id": "EIP-8159",
|
|
221
|
+
"name": "eth/71 - Block Access List Exchange",
|
|
222
|
+
"status": "considered",
|
|
223
|
+
"domain": ["networking", "indexer", "monitoring"],
|
|
224
|
+
"detectors": [],
|
|
225
|
+
"notes": "Networking companion to EIP-7928. Tracked for tooling that retrieves BALs from peers."
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"id": "EIP-2926",
|
|
229
|
+
"name": "Chunk-based code merkelization",
|
|
230
|
+
"status": "declined",
|
|
231
|
+
"domain": ["execution", "contracts"],
|
|
232
|
+
"detectors": [],
|
|
233
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"id": "EIP-5920",
|
|
237
|
+
"name": "PAY opcode",
|
|
238
|
+
"status": "declined",
|
|
239
|
+
"domain": ["execution", "contracts"],
|
|
240
|
+
"detectors": [],
|
|
241
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"id": "EIP-6404",
|
|
245
|
+
"name": "SSZ transactions",
|
|
246
|
+
"status": "declined",
|
|
247
|
+
"domain": ["execution"],
|
|
248
|
+
"detectors": [],
|
|
249
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"id": "EIP-6466",
|
|
253
|
+
"name": "SSZ receipts",
|
|
254
|
+
"status": "declined",
|
|
255
|
+
"domain": ["execution", "indexer"],
|
|
256
|
+
"detectors": [],
|
|
257
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"id": "EIP-7619",
|
|
261
|
+
"name": "Precompile Falcon512 generic verifier",
|
|
262
|
+
"status": "declined",
|
|
263
|
+
"domain": ["execution", "contracts"],
|
|
264
|
+
"detectors": [],
|
|
265
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"id": "EIP-7668",
|
|
269
|
+
"name": "Remove bloom filters",
|
|
270
|
+
"status": "declined",
|
|
271
|
+
"domain": ["execution", "indexer"],
|
|
272
|
+
"detectors": [],
|
|
273
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"id": "EIP-7686",
|
|
277
|
+
"name": "Linear EVM memory limits",
|
|
278
|
+
"status": "declined",
|
|
279
|
+
"domain": ["execution", "contracts"],
|
|
280
|
+
"detectors": [],
|
|
281
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"id": "EIP-7692",
|
|
285
|
+
"name": "EVM Object Format (EOFv1) Meta",
|
|
286
|
+
"status": "declined",
|
|
287
|
+
"domain": ["execution", "contracts"],
|
|
288
|
+
"detectors": [],
|
|
289
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"id": "EIP-7745",
|
|
293
|
+
"name": "Trustless log index",
|
|
294
|
+
"status": "declined",
|
|
295
|
+
"domain": ["execution", "indexer"],
|
|
296
|
+
"detectors": [],
|
|
297
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"id": "EIP-7782",
|
|
301
|
+
"name": "Reduce Block Latency",
|
|
302
|
+
"status": "declined",
|
|
303
|
+
"domain": ["consensus", "validator"],
|
|
304
|
+
"detectors": [],
|
|
305
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"id": "EIP-7791",
|
|
309
|
+
"name": "GAS2ETH opcode",
|
|
310
|
+
"status": "declined",
|
|
311
|
+
"domain": ["execution", "contracts"],
|
|
312
|
+
"detectors": [],
|
|
313
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"id": "EIP-7793",
|
|
317
|
+
"name": "Conditional Transactions",
|
|
318
|
+
"status": "declined",
|
|
319
|
+
"domain": ["execution"],
|
|
320
|
+
"detectors": [],
|
|
321
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"id": "EIP-7805",
|
|
325
|
+
"name": "Fork-choice enforced Inclusion Lists (FOCIL)",
|
|
326
|
+
"status": "declined",
|
|
327
|
+
"domain": ["consensus", "validator"],
|
|
328
|
+
"detectors": [],
|
|
329
|
+
"notes": "Declined for Glamsterdam by EIP-7773."
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"id": "EIP-7819",
|
|
333
|
+
"name": "SETDELEGATE instruction",
|
|
334
|
+
"status": "declined",
|
|
335
|
+
"domain": ["execution", "contracts"],
|
|
336
|
+
"detectors": [],
|
|
337
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"id": "EIP-7872",
|
|
341
|
+
"name": "Max blob flag for local builders",
|
|
342
|
+
"status": "declined",
|
|
343
|
+
"domain": ["builder", "consensus"],
|
|
344
|
+
"detectors": [],
|
|
345
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"id": "EIP-7886",
|
|
349
|
+
"name": "Delayed execution",
|
|
350
|
+
"status": "declined",
|
|
351
|
+
"domain": ["execution", "consensus"],
|
|
352
|
+
"detectors": [],
|
|
353
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"id": "EIP-7903",
|
|
357
|
+
"name": "Remove Initcode Size Limit",
|
|
358
|
+
"status": "declined",
|
|
359
|
+
"domain": ["execution", "contracts"],
|
|
360
|
+
"detectors": [],
|
|
361
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"id": "EIP-7907",
|
|
365
|
+
"name": "Meter Contract Code Size And Increase Limit",
|
|
366
|
+
"status": "declined",
|
|
367
|
+
"domain": ["execution", "contracts"],
|
|
368
|
+
"detectors": [],
|
|
369
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"id": "EIP-7919",
|
|
373
|
+
"name": "Pureth Meta",
|
|
374
|
+
"status": "declined",
|
|
375
|
+
"domain": ["execution", "consensus"],
|
|
376
|
+
"detectors": [],
|
|
377
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"id": "EIP-7923",
|
|
381
|
+
"name": "Linear, Page-Based Memory Costing",
|
|
382
|
+
"status": "declined",
|
|
383
|
+
"domain": ["execution", "contracts"],
|
|
384
|
+
"detectors": [],
|
|
385
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"id": "EIP-7932",
|
|
389
|
+
"name": "Secondary Signature Algorithms",
|
|
390
|
+
"status": "declined",
|
|
391
|
+
"domain": ["execution", "contracts"],
|
|
392
|
+
"detectors": [],
|
|
393
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"id": "EIP-7937",
|
|
397
|
+
"name": "EVM64 - 64-bit mode EVM opcodes",
|
|
398
|
+
"status": "declined",
|
|
399
|
+
"domain": ["execution", "contracts"],
|
|
400
|
+
"detectors": [],
|
|
401
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"id": "EIP-7942",
|
|
405
|
+
"name": "Available Attestation",
|
|
406
|
+
"status": "declined",
|
|
407
|
+
"domain": ["consensus", "validator"],
|
|
408
|
+
"detectors": [],
|
|
409
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"id": "EIP-7949",
|
|
413
|
+
"name": "Schema for genesis.json files",
|
|
414
|
+
"status": "declined",
|
|
415
|
+
"domain": ["tooling"],
|
|
416
|
+
"detectors": [],
|
|
417
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"id": "EIP-7971",
|
|
421
|
+
"name": "Hard Limits for Transient Storage",
|
|
422
|
+
"status": "declined",
|
|
423
|
+
"domain": ["execution", "contracts"],
|
|
424
|
+
"detectors": [],
|
|
425
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"id": "EIP-7973",
|
|
429
|
+
"name": "Warm Account Write Metering",
|
|
430
|
+
"status": "declined",
|
|
431
|
+
"domain": ["execution", "contracts"],
|
|
432
|
+
"detectors": [],
|
|
433
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"id": "EIP-7979",
|
|
437
|
+
"name": "Call and Return Opcodes for the EVM",
|
|
438
|
+
"status": "proposed",
|
|
439
|
+
"domain": ["execution", "contracts"],
|
|
440
|
+
"detectors": [],
|
|
441
|
+
"notes": "Listed as proposed for inclusion by EIP-7773, despite also appearing in the declined section."
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"id": "EIP-8011",
|
|
445
|
+
"name": "Multidimensional Gas Metering",
|
|
446
|
+
"status": "declined",
|
|
447
|
+
"domain": ["execution", "contracts"],
|
|
448
|
+
"detectors": [],
|
|
449
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"id": "EIP-8013",
|
|
453
|
+
"name": "Static relative jumps and calls for the EVM",
|
|
454
|
+
"status": "declined",
|
|
455
|
+
"domain": ["execution", "contracts"],
|
|
456
|
+
"detectors": [],
|
|
457
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"id": "EIP-8030",
|
|
461
|
+
"name": "P256 transaction support",
|
|
462
|
+
"status": "declined",
|
|
463
|
+
"domain": ["execution", "contracts"],
|
|
464
|
+
"detectors": [],
|
|
465
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"id": "EIP-8032",
|
|
469
|
+
"name": "Size-Based Storage Gas Pricing",
|
|
470
|
+
"status": "declined",
|
|
471
|
+
"domain": ["execution", "contracts"],
|
|
472
|
+
"detectors": [],
|
|
473
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"id": "EIP-8051",
|
|
477
|
+
"name": "Precompile for ML-DSA signature verification",
|
|
478
|
+
"status": "declined",
|
|
479
|
+
"domain": ["execution", "contracts"],
|
|
480
|
+
"detectors": [],
|
|
481
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"id": "EIP-8053",
|
|
485
|
+
"name": "Milli-gas for High-precision Gas Metering",
|
|
486
|
+
"status": "declined",
|
|
487
|
+
"domain": ["execution", "contracts"],
|
|
488
|
+
"detectors": [],
|
|
489
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"id": "EIP-8057",
|
|
493
|
+
"name": "Inter-Block Temporal Locality Gas Discounts",
|
|
494
|
+
"status": "declined",
|
|
495
|
+
"domain": ["execution", "contracts"],
|
|
496
|
+
"detectors": [],
|
|
497
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"id": "EIP-8058",
|
|
501
|
+
"name": "Contract Bytecode Deduplication Discount",
|
|
502
|
+
"status": "declined",
|
|
503
|
+
"domain": ["execution", "contracts"],
|
|
504
|
+
"detectors": [],
|
|
505
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"id": "EIP-8059",
|
|
509
|
+
"name": "Gas Units Rebase for High-precision Metering",
|
|
510
|
+
"status": "declined",
|
|
511
|
+
"domain": ["execution", "contracts"],
|
|
512
|
+
"detectors": [],
|
|
513
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"id": "EIP-8062",
|
|
517
|
+
"name": "Add sweep withdrawal fee for 0x01 validators",
|
|
518
|
+
"status": "declined",
|
|
519
|
+
"domain": ["consensus", "validator"],
|
|
520
|
+
"detectors": [],
|
|
521
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"id": "EIP-8068",
|
|
525
|
+
"name": "Neutral effective balance design",
|
|
526
|
+
"status": "declined",
|
|
527
|
+
"domain": ["consensus", "validator"],
|
|
528
|
+
"detectors": [],
|
|
529
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"id": "EIP-8071",
|
|
533
|
+
"name": "Prevent using consolidations as withdrawals",
|
|
534
|
+
"status": "declined",
|
|
535
|
+
"domain": ["consensus", "validator"],
|
|
536
|
+
"detectors": [],
|
|
537
|
+
"notes": "Declined for inclusion by EIP-7773."
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"id": "EIP-7610",
|
|
541
|
+
"name": "Revert creation in case of non-empty storage",
|
|
542
|
+
"status": "proposed",
|
|
543
|
+
"domain": ["execution", "contracts"],
|
|
544
|
+
"detectors": [],
|
|
545
|
+
"notes": "Proposed for inclusion by EIP-7773."
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"id": "EIP-8163",
|
|
549
|
+
"name": "Reserve EXTENSION (0xae) opcode",
|
|
550
|
+
"status": "proposed",
|
|
551
|
+
"domain": ["execution", "contracts"],
|
|
552
|
+
"detectors": [],
|
|
553
|
+
"notes": "Proposed for inclusion by EIP-7773."
|
|
554
|
+
},
|
|
76
555
|
{
|
|
77
556
|
"id": "GAS-REPRICING",
|
|
78
557
|
"name": "Glamsterdam gas repricing candidates",
|
|
79
558
|
"status": "considered",
|
|
80
559
|
"domain": ["execution", "contracts"],
|
|
81
560
|
"detectors": ["gasRepricingDetectors", "stateCreationDetectors"],
|
|
82
|
-
"notes": "Umbrella entry for broad heuristics until exact final
|
|
561
|
+
"notes": "Umbrella entry for broad heuristics until exact final parameters are confirmed."
|
|
83
562
|
}
|
|
84
563
|
]
|
|
85
564
|
}
|
|
@@ -8,9 +8,11 @@ The seed is intentionally small. It is meant to prove the dataset workflow, not
|
|
|
8
8
|
|
|
9
9
|
- `manifest.json`: index of generated reports, comparisons, source fixtures, threshold profiles, and limitations.
|
|
10
10
|
- `summary.json`: aggregate counts by fixture kind, source type, report risk, threshold profile, and finding ID.
|
|
11
|
+
- `readiness.json`: sourced EIP status, client matrix, devnet, and source-freshness visibility derived from `data/eips/glamsterdam.json` and `data/client-compat/clients.example.json`.
|
|
11
12
|
- `reports.csv`: flat index of generated reports for spreadsheet and warehouse import.
|
|
12
13
|
- `findings.csv`: one row per generated report finding, including severity, confidence, domains, and related EIPs.
|
|
13
14
|
- `summary.csv`: flattened aggregate totals and counts from `summary.json`.
|
|
15
|
+
- `readiness-*.csv`: flattened client, devnet, EIP, and source rows from `readiness.json`.
|
|
14
16
|
- `reports/`: JSON compatibility reports generated from source fixtures.
|
|
15
17
|
- `comparisons/`: JSON comparison reports for default-vs-research threshold profiles on bytecode and trace fixtures.
|
|
16
18
|
|
|
@@ -20,6 +22,12 @@ The seed is intentionally small. It is meant to prove the dataset workflow, not
|
|
|
20
22
|
pnpm dataset:generate
|
|
21
23
|
```
|
|
22
24
|
|
|
25
|
+
Check committed artifacts are fresh with:
|
|
26
|
+
|
|
27
|
+
```sh
|
|
28
|
+
pnpm dataset:check
|
|
29
|
+
```
|
|
30
|
+
|
|
23
31
|
Then run:
|
|
24
32
|
|
|
25
33
|
```sh
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"toolVersion": "0.3.
|
|
2
|
+
"toolVersion": "0.3.4",
|
|
3
3
|
"fork": "glamsterdam",
|
|
4
4
|
"comparison": {
|
|
5
5
|
"baseline": {
|
|
6
|
-
"toolVersion": "0.3.
|
|
6
|
+
"toolVersion": "0.3.4",
|
|
7
7
|
"fork": "glamsterdam",
|
|
8
8
|
"target": {
|
|
9
9
|
"kind": "bytecode",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"candidate": {
|
|
22
|
-
"toolVersion": "0.3.
|
|
22
|
+
"toolVersion": "0.3.4",
|
|
23
23
|
"fork": "glamsterdam",
|
|
24
24
|
"target": {
|
|
25
25
|
"kind": "bytecode",
|