Bump nim-eth (#1185)
This commit is contained in:
parent
11908c78ec
commit
4f8d10f338
|
@ -63,9 +63,6 @@ procSuite "History Content Network":
|
||||||
historyNode1 = newHistoryNode(rng, 20302)
|
historyNode1 = newHistoryNode(rng, 20302)
|
||||||
historyNode2 = newHistoryNode(rng, 20303)
|
historyNode2 = newHistoryNode(rng, 20303)
|
||||||
|
|
||||||
historyNode1.start()
|
|
||||||
historyNode2.start()
|
|
||||||
|
|
||||||
# enough headers so there will be at least two epochs
|
# enough headers so there will be at least two epochs
|
||||||
let numHeaders = 9000
|
let numHeaders = 9000
|
||||||
var headers: seq[BlockHeader]
|
var headers: seq[BlockHeader]
|
||||||
|
@ -106,7 +103,6 @@ procSuite "History Content Network":
|
||||||
check (await historyNode1.portalWireProtocol().ping(historyNode2.localNodeInfo())).isOk()
|
check (await historyNode1.portalWireProtocol().ping(historyNode2.localNodeInfo())).isOk()
|
||||||
check (await historyNode2.portalWireProtocol().ping(historyNode1.localNodeInfo())).isOk()
|
check (await historyNode2.portalWireProtocol().ping(historyNode1.localNodeInfo())).isOk()
|
||||||
|
|
||||||
|
|
||||||
for i in 0..numHeaders:
|
for i in 0..numHeaders:
|
||||||
let blockResponse = await historyNode1.historyNetwork.getBlock(1'u16, u256(i))
|
let blockResponse = await historyNode1.historyNetwork.getBlock(1'u16, u256(i))
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2c08626ed8261fa18adc22eaf465b57931b88a65
|
Subproject commit 883825aad78f5db6f24257e64c1441ae7f3a1d21
|
Loading…
Reference in New Issue