-
Notifications
You must be signed in to change notification settings - Fork 8
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
Resolves #28 Implement execution/constants.go & execution/execution.go #61
Conversation
@ABD-AZE , for the 6th you can write unit test to check the correctness for now. Also which |
@ABD-AZE , don't you think the person writing |
Rpc.go is not issued yet but it would be in the future. |
The Filter type used in Helios has been imported from some external crate. For our use I think we would have to define filter type on our own, so what should I do? (I think a separate issue can be assigned to change the types.go file to include the filter type and it's methods) |
@ABD-AZE , FilterQuery is defined in Geth and is used to filer logs. This might work out |
Okay I'll check it out |
@ABD-AZE there are some issues because of which the linter workflow is failing for this PR. Can you please look into it? |
@star-gazer111 linter workflow is now running successfully |
@ABD-AZE can u please rebase? there are conflicting files. |
@gerceboss can u please review this one while I review #71 |
@ABD-AZE , as sugggested earlier , please split this PR in 2
|
@ABD-AZE in favour of what @gerceboss said, please do the same. For splitting use the technique of "staggered PRs".
|
Resolves #28