Bump nim-eth (#1185)

This commit is contained in:
KonradStaniec 2022-08-06 10:11:36 +02:00 committed by GitHub
parent 11908c78ec
commit 4f8d10f338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -63,9 +63,6 @@ procSuite "History Content Network":
historyNode1 = newHistoryNode(rng, 20302)
historyNode2 = newHistoryNode(rng, 20303)
historyNode1.start()
historyNode2.start()
# enough headers so there will be at least two epochs
let numHeaders = 9000
var headers: seq[BlockHeader]
@ -106,7 +103,6 @@ procSuite "History Content Network":
check (await historyNode1.portalWireProtocol().ping(historyNode2.localNodeInfo())).isOk()
check (await historyNode2.portalWireProtocol().ping(historyNode1.localNodeInfo())).isOk()
for i in 0..numHeaders:
let blockResponse = await historyNode1.historyNetwork.getBlock(1'u16, u256(i))

2
vendor/nim-eth vendored

@ -1 +1 @@
Subproject commit 2c08626ed8261fa18adc22eaf465b57931b88a65
Subproject commit 883825aad78f5db6f24257e64c1441ae7f3a1d21