Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions clients/aleth/Dockerfile

This file was deleted.

102 changes: 0 additions & 102 deletions clients/aleth/aleth.sh

This file was deleted.

30 changes: 0 additions & 30 deletions clients/aleth/config-example.json

This file was deleted.

17 changes: 0 additions & 17 deletions clients/aleth/enode.sh

This file was deleted.

15 changes: 0 additions & 15 deletions clients/aleth/genesis.json

This file was deleted.

144 changes: 0 additions & 144 deletions clients/aleth/mapper.jq

This file was deleted.

2 changes: 1 addition & 1 deletion internal/libhive/inventory.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
)

// branchDelimiter is what separates the client name from the branch, eg: aleth_nightly, go-ethereum_master.
// branchDelimiter is what separates the client name from the branch, eg: besu_nightly, go-ethereum_master.
const branchDelimiter = "_"

// SplitClientName returns the name and branch components of 'name'.
Expand Down
4 changes: 1 addition & 3 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ mkdir $RESULTS
# These three can succsessfully sync with themselves
#testsync openethereum_latest
#testsync go-ethereum_latest
testsync aleth_nightly,openethereum_latest,go-ethereum_latest
testsync openethereum_latest,go-ethereum_latest

# These two are failing - even against themselves
testsync besu_latest # fails
Expand All @@ -70,7 +70,6 @@ testsync nethermind_latest # fails

#testsync go-ethereum_latest go-ethereum_stable
#testsync go-ethereum_latest openethereum_latest
#testsync go-ethereum_latest aleth_nightly
#testsync go-ethereum_latest nethermind_latest
#testsync go-ethereum_latest besu_latest

Expand All @@ -89,7 +88,6 @@ testgraphql besu_latest


# These take an extremely long time to run
#testconsensus aleth_nightly
#testconsensus go-ethereum_latest
#testconsensus openethereum_latest
#testconsensus nethermind_latest
Expand Down