cmd/devp2p/internal/ethtest: remove snap test that requests genesis

This commit is contained in:
Felix Lange 2023-12-19 14:24:25 +01:00
parent 7c1c9546ae
commit df1b03531c

View file

@ -651,17 +651,6 @@ The server should reject the request.`,
expHashes: []common.Hash{common.HexToHash("0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470")},
},
{
desc: `In this test, we request the genesis block state root node. The server should respond with the node.`,
root: s.chain.RootAt(0),
paths: []snap.TrieNodePathSet{
{[]byte{0}},
{[]byte{1}, []byte{0}},
},
nBytes: 5000,
expHashes: []common.Hash{s.chain.RootAt(0)},
},
{
// The leaf is only a couple of levels down, so the continued trie traversal causes lookup failures.
desc: `Here we request some known accounts from the state.`,