From d12e7d22bfd25f8e425bba772ffff5e009e46fce Mon Sep 17 00:00:00 2001 From: jangko Date: Wed, 19 May 2021 17:49:46 +0700 Subject: [PATCH] update hive stat additional simulators can run: - `devp2p/discv4` - `devp2p/eth` from: devp2p/discv4: 0 pass, 14 fail, 14 total devp2p/eth: 0 pass, 1 fail, 1 total to: devp2p/discv4: 3 pass, 11 fail, 14 total devp2p/eth: 1 pass, 8 fail, 9 total --- hive_integration/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hive_integration/README.md b/hive_integration/README.md index 37a8e0134..3ea10b20c 100644 --- a/hive_integration/README.md +++ b/hive_integration/README.md @@ -83,11 +83,11 @@ These Hive suites/simulators can be run: - `ethereum/rpc` - `smoke/network` - `smoke/genesis` +- `devp2p/discv4` +- `devp2p/eth` These Hive suites/simulators don't work with `nimbus-eth1` currently: -- `devp2p/discv4` -- `devp2p/eth` - `ethereum/sync` - `smoke/clique` @@ -95,8 +95,8 @@ The number of passes and fails output at the time of writing (2021-05-18) is: ethereum/consensus: 28186 pass, 59 fail, 28245 total ethereum/graphql: 36 pass, 10 fail, 46 total - devp2p/discv4: 0 pass, 14 fail, 14 total - devp2p/eth: 0 pass, 1 fail, 1 total + devp2p/discv4: 3 pass, 11 fail, 14 total + devp2p/eth: 1 pass, 8 fail, 9 total ethereum/rpc: 3 pass, 35 fail, 38 total ethereum/sync: 0 pass, 1 fail, 1 total smoke/genesis: 3 pass, 0 fail, 3 total