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

begin evaluating geth 1.11 #2135

Closed
chappjc opened this issue Feb 15, 2023 · 1 comment · Fixed by #2238
Closed

begin evaluating geth 1.11 #2135

chappjc opened this issue Feb 15, 2023 · 1 comment · Fixed by #2238
Milestone

Comments

@chappjc
Copy link
Member

chappjc commented Feb 15, 2023

We need to test geth 1.11 (the app) for running the simnet harness, and we also need to test the imported module in our Go code.

https://github.com/ethereum/go-ethereum/releases/tag/v1.11.0

We won't be moving to 1.11 in either context until there has been plenty of time and/or patches first. There are major changes and there are likely to be disruptive bugs. However, are we forced to update the module require for the Shanghai hardfork? Or does everything continue to work? There are several EIPs that go into effect in addition to the primary unstaking one. EIP-3855, EIP-3860, and EIP-6049?

personal namespace is deprecated: --rpc.enabledeprecatedpersonal will be needed for the simnet harness. Eventually we'll make our own transaction creator and signer tool for sending bootstrap funds around on the simnet harness.

EDIT: v1.11.5 is a required update before the Shanghai upgrade on April 12, 2023.

@chappjc
Copy link
Member Author

chappjc commented Mar 21, 2023

Geth v1.11.5 was released that supports the Shanghai upgrade on April 12, 2023. This upgrade is required. As such, this will be required for v0.6.1 if not v0.6.0.

@chappjc chappjc modified the milestones: 0.6.1, 0.6 Apr 4, 2023
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 a pull request may close this issue.

1 participant