-
Notifications
You must be signed in to change notification settings - Fork 7
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
bug: function CreateAccessList()
is not working
#89
Comments
The type accesslist needs to be changed, @x-senpai-x has defined the new type in evm.go. Once he changes the type I'll look into this. |
@ABD-AZE please be quick as there are 2 PRs that require this code to be merged first |
I'll do it by EOTD |
@gerceboss I think my PR #88 for http_rpc test might need to be merged first and this should be afterwards. I have modified the http_rpc file so that every other test passes and then the CreateAccessList function can be modified so that TestCreateAccessList passes |
Resolved here #107 |
In
execution/http_rpc.go
, the functionCreateAccessList()
is throwing an error. It is not able to unmarshal data from the rpc totypes.AccessList
struct.The text was updated successfully, but these errors were encountered: