Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
chore: bump highest supported geth version
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Ranna authored and michael1011 committed Feb 21, 2020
1 parent f3180af commit 0406f4f
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 @@ -126,7 +126,7 @@ class RoutingMode(Enum):


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

0 comments on commit 0406f4f

Please sign in to comment.