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

Update test suite, update Solidity contract version, remove deprecated JSON-RPC methods #3307

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

fselmo
Copy link
Collaborator

@fselmo fselmo commented Mar 26, 2024

What was wrong?

This PR was meant to update Solidity contract versions but it revealed that geth --dev was broken. Geth fixed this and this PR brings those changes in (v1.14.3). Updated geth no longer has support for eth_mining, eth_hashrate, eth_submitWork, eth_getWork, eth_coinbase... nor does it support the pending block anymore. This PR gets our test suite updated with all of these changes as well as removes support for those methods altogether. We will have to issue a backport PR for v6 to deprecate all of these.

Todo:

Cute Animal Picture

0_o

fselmo added a commit to fselmo/web3.py that referenced this pull request Mar 29, 2024
@fselmo fselmo force-pushed the recompile-test-contracts-with-0.8.25 branch from 1989108 to b69d66a Compare March 29, 2024 20:58
@fselmo fselmo changed the title Recompile test contracts with 0.8.25 Recompile test contracts with Solidity v0.8.25 Mar 29, 2024
@fselmo fselmo force-pushed the recompile-test-contracts-with-0.8.25 branch from 4465127 to 1994dfe Compare May 13, 2024 23:03
@fselmo fselmo changed the title Recompile test contracts with Solidity v0.8.25 Update test suite, update Solidity contract version, remove deprecated JSON-RPC methods May 13, 2024
@fselmo fselmo force-pushed the recompile-test-contracts-with-0.8.25 branch from 1994dfe to 747e932 Compare May 13, 2024 23:28
- ``eth_coinbase``
- ``eth_mining``
- ``eth_hashrate``
- ``eth_submitHashrate``
- ``eth_submitWork``
- ``eth_getWork``
@fselmo fselmo force-pushed the recompile-test-contracts-with-0.8.25 branch from 747e932 to 8c52a4c Compare May 16, 2024 17:22
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.

Recompile test contracts with new Solidity version: v0.8.25
1 participant