-
Notifications
You must be signed in to change notification settings - Fork 65
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
Conversation
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 [ |
There was a problem hiding this comment.
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). |
There was a problem hiding this comment.
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
* 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]>
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...
main
branchReviewers 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...
Unreleased
section inCHANGELOG.md