Skip to content

Commit 3ce678d

Browse files
committed
fix(l1): include the EIP-7843 slot-derivation knobs in the nodeInfo fixture
`ChainConfig` gained `derivedSlotTime`, `genesisTimestamp` and `secondsPerSlot`, which serialize into the `admin_nodeInfo` chain config, but the expected JSON in the RPC test was not updated alongside them.
1 parent 1cfb779 commit 3ce678d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

crates/networking/rpc/rpc.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,6 +1812,9 @@ mod tests {
18121812
"bpo5Time": null,
18131813
"amsterdamTime": null,
18141814
"hegotaTime": null,
1815+
"derivedSlotTime": null,
1816+
"genesisTimestamp": null,
1817+
"secondsPerSlot": null,
18151818
"terminalTotalDifficulty": "0x0",
18161819
"terminalTotalDifficultyPassed": true,
18171820
"blobSchedule": blob_schedule,

0 commit comments

Comments
 (0)