Skip to content

Conversation

@nekomoto911
Copy link
Collaborator

  • adjust the interface to adapt to reth
  • call block_on in the block thread pool if already in the tokio async context


[dependencies]
revm = "14.0.0"
revm = { package = "revm", git = "https://github.com/nekomoto911/revm", branch = "v14.0.0" }
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why use the custom revm project

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

At present, we need to add serde traits to some basic types of revm for test.
In the future, there will be more places where we need to apply patches (e.g. add some debug log) to the revm version we are using.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Maybe consider maintainning revm repo in Galxe organization.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe consider maintainning revm repo in Galxe organization.

agree, let's do it

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.

4 participants