Skip to content

Commit

Permalink
Set 1.8.21 to lowest supported geth version
Browse files Browse the repository at this point in the history
This is to have the eth_getTransactionCount fix: ethereum/go-ethereum#2880
  • Loading branch information
LefterisJP committed Sep 25, 2019
1 parent abc8c00 commit 8f2a2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raiden/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class RoutingMode(Enum):

# Keep in sync with .circleci/config.yaml
HIGHEST_SUPPORTED_GETH_VERSION = "1.9.2"
LOWEST_SUPPORTED_GETH_VERSION = "1.7.2"
LOWEST_SUPPORTED_GETH_VERSION = "1.8.21"
# this is the last stable version as of this comment
HIGHEST_SUPPORTED_PARITY_VERSION = "2.5.5"
LOWEST_SUPPORTED_PARITY_VERSION = "1.7.6"
Expand Down

0 comments on commit 8f2a2e6

Please sign in to comment.