Skip to content

chore: Move copied files back to geth fork #40

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

Merged
merged 8 commits into from
Apr 11, 2025
Merged

Conversation

Eric-Warehime
Copy link
Contributor

@Eric-Warehime Eric-Warehime commented Apr 2, 2025

Description

Closes: #28

This should be reviewed in tandem with cosmos/go-ethereum#1 which introduces all of the changes made to the copied files as patches to upstream (mostly around the custom EIP feature).


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • tackled an existing issue or discussed with a team member
  • left instructions on how to review the changes
  • targeted the main branch

Reviewers Checklist

All items are required.
Please add a note if the item is not applicable
and please add your handle next to the items reviewed
if you only reviewed selected items.

I have...

  • added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • confirmed all author checklist items have been addressed
  • confirmed that this PR does not change production code
  • reviewed content
  • tested instructions (if applicable)
  • confirmed all CI checks have passed

@Eric-Warehime Eric-Warehime marked this pull request as ready for review April 3, 2025 15:07
@Eric-Warehime Eric-Warehime requested a review from a team as a code owner April 3, 2025 15:07
@vladjdk
Copy link
Member

vladjdk commented Apr 10, 2025

Still a couple references to the original string formatted EIPS in the README.md.

@@ -16,7 +16,7 @@ message Params {
// enable_create and enable call have been deprecated
reserved 2, 3;
// extra_eips defines the additional EIPs for the vm.Config
repeated string extra_eips = 4 [
repeated int64 extra_eips = 4 [
Copy link
Member

Choose a reason for hiding this comment

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

noting this down as something that would break existing chains as a reminder that they'll need to migrate types

@@ -69,6 +69,7 @@ func EvmAppOptions(chainID string) error {
ethCfg := evmtypes.DefaultChainConfig(chainID)

err = evmtypes.NewEVMConfigurator().
WithExtendedEips(cosmosEVMActivators).
Copy link
Member

Choose a reason for hiding this comment

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

The original didn't have the EIPs enabled? Interesting

@Eric-Warehime Eric-Warehime merged commit e5c1f59 into main Apr 11, 2025
18 of 19 checks passed
@Eric-Warehime Eric-Warehime deleted the eric/unforkening-v2 branch April 11, 2025 23:20
Eric-Warehime added a commit that referenced this pull request Apr 17, 2025
* chore: add docs to readme (#60)

Link mention to Cosmos EVM docs' page on the main readme of the repository.

* Fix: Correct JSON path for setting max_gas in genesis (#39)

Co-authored-by: Vlad J <[email protected]>

* chore: Move copied files back to geth fork (#40)

* Change all the things

* Fix test

* Remove activators nolint

* Fix test

* Update readme

* Fix readme lint

* chore: utest -> atest (#25)

* utest -> atest

* example chain script fix

* fix node script

---------

Co-authored-by: Eric Warehime <[email protected]>

* fix name() query on native ERC20 failing out (#72)

* fix name() query on native ERC20 failing out

* fix indent

* lint fix

* lint

* tab character

* another hidden tab

* static link (#77)

solving the problem using different versions of glibc

* Remove comma from Makefile phony (#78)

* refactor: Remove old params object from x/feemarket (#83)

* Remove old params object from feemarket

* Add changelog entry

---------

Co-authored-by: Nico Poggi <[email protected]>
Co-authored-by: xosnet <[email protected]>
Co-authored-by: Vlad J <[email protected]>
Co-authored-by: valli_0x <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spike Geth Unforking
2 participants