Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Geth Test to 1.9.19 #1708

Merged
merged 15 commits into from
Aug 21, 2020

Conversation

kclowes
Copy link
Collaborator

@kclowes kclowes commented Aug 14, 2020

What was wrong?

We have a PR up to handle reverts that needs a newer version of Geth than what we currently test against. Upgrading will make that PR easier to implement/test. Not to mention that the Geth team only supports the latest version.

Related to Issue #1585

How was it fixed?

Upgraded Geth versions and updated tests accordingly.

Todo:

Cute Animal Picture

image

@kclowes kclowes force-pushed the upgrade-integration-tests-geth-1918 branch from 8222b40 to 9744f71 Compare August 17, 2020 22:19
@kclowes kclowes force-pushed the upgrade-integration-tests-geth-1918 branch from 9744f71 to 46f6af7 Compare August 17, 2020 22:20
@kclowes kclowes force-pushed the upgrade-integration-tests-geth-1918 branch from beaed96 to 8780cc3 Compare August 19, 2020 22:11
@kclowes kclowes changed the title [WIP] Upgrade Geth Test to 1.9.19 Upgrade Geth Test to 1.9.19 Aug 20, 2020

with pytest.warns(DeprecationWarning):
stop = web3.geth.admin.stopRPC()
assert stop
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assuming the rest of these start and stop functions return True, we can keep the pattern going

@kclowes kclowes force-pushed the upgrade-integration-tests-geth-1918 branch from c4eb1f8 to 93cb072 Compare August 21, 2020 17:44
@kclowes kclowes force-pushed the upgrade-integration-tests-geth-1918 branch from 93cb072 to 103908f Compare August 21, 2020 17:46
@kclowes kclowes merged commit 8bb0b56 into ethereum:master Aug 21, 2020
@kclowes kclowes deleted the upgrade-integration-tests-geth-1918 branch August 21, 2020 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants