-
Notifications
You must be signed in to change notification settings - Fork 16
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
Feat: Upgrade SDK 47 and upstream x/evm and x/feemarket module from evmos #144
base: main
Are you sure you want to change the base?
Conversation
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.
left a few comments. Can you also make sure the lint job is passing?
@@ -8,7 +8,7 @@ import "ethermint/evm/v1/evm.proto"; | |||
import "ethermint/evm/v1/tx.proto"; | |||
import "google/protobuf/timestamp.proto"; | |||
|
|||
option go_package = "github.com/evmos/ethermint/x/evm/types"; | |||
option go_package = "github.com/evmos/evmos/v18/x/evm/types"; |
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.
We should double check that the proto files match the evmos ones. For example
https://github.com/evmos/evmos/blob/v18.0.0/proto/ethermint/evm/v1/query.proto
there are some differences. the rpc query url for example. there is no /etheremint in them.
Yeah, this PR is still on a draft. We will do all the linting after done with the code |
Fix sdk 47
update sdk 47 x folder
Add new swagger script
change upgrade name from v4 to v3
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.
small comments. looks ready pending testing
Some issue with ante handler, we need to waiting for this PR |
Close #143