diff --git a/hive_integration/README.md b/hive_integration/README.md index 3d6550129..c81dcd0f0 100644 --- a/hive_integration/README.md +++ b/hive_integration/README.md @@ -70,3 +70,26 @@ or - `ethereum/consensus` - `ethereum/rpc` - `ethereum/graphql` + +# Current state of the tests + +These Hive suites/simulators can be run: + +- `ethereum/consensus` +- `ethereum/graphql` + +These Hive suites/simulators don't work with `nimbus-eth1` currently: + +- `devp2p/discv4` +- `devp2p/eth` +- `ethereum/rpc` +- `ethereum/sync` + +The number of passes and fails output at the time of writing (2021-04-26) is: + + ethereum/consensus: 16556 pass, 11643 fail, 28199 total + ethereum/graphql: 1 pass, 45 fail, 46 total + devp2p/discv4: 0 pass, 14 fail, 14 total + devp2p/eth: 0 pass, 1 fail, 1 total + ethereum/rpc: 0 pass, 1 fail, 1 total + ethereum/sync: 0 pass, 1 fail, 1 total