-
Notifications
You must be signed in to change notification settings - Fork 49
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
Dispatch precompile v2 #1097
Comments
Why dispatch precompile require call's dispatch info class to be |
Fix this by introduce a new util with_class call instead to override the dispatch class.(similar to with_weight which overrides weight) |
Waiting for polkadot-evm/frontier#1042 and polkadot-evm/frontier#1047 |
Currently, the darwinia runtime uses the frontier's dispatch precompile to connect the ethereum smart contract model with the substrate runtime's call execution model. But there are some issues we found in the usage process:
The text was updated successfully, but these errors were encountered: