mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/devp2p/internal/ethtest: remove snap test that requests genesis
This commit is contained in:
parent
7c1c9546ae
commit
df1b03531c
1 changed files with 0 additions and 11 deletions
|
|
@ -651,17 +651,6 @@ The server should reject the request.`,
|
||||||
expHashes: []common.Hash{common.HexToHash("0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470")},
|
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.
|
// 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.`,
|
desc: `Here we request some known accounts from the state.`,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue