We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#930 - part 2 - moving the data classes from beacon_chain repo to Py-EVM.
In beacon_chain repo, there some classes:
In the Eth2.0 call yesterday, Alexey pointed out some problems with SimpleSerialize. At this point, I suggest we use RLP for now before it's standardized. @djrtwo any thoughts?
Action:
eth/beacon/types/
tests/core/beacon/types/
Note: there are some handy cache data in ActiveState, I think we can remove it and add some other Py-EVM style cache mechanism later.
ActiveState
The text was updated successfully, but these errors were encountered:
hwwhww
Successfully merging a pull request may close this issue.
What is wrong?
#930 - part 2 - moving the data classes from beacon_chain repo to Py-EVM.
How can it be fixed
In beacon_chain repo, there some classes:
In the Eth2.0 call yesterday, Alexey pointed out some problems with SimpleSerialize. At this point, I suggest we use RLP for now before it's standardized. @djrtwo any thoughts?
Action:
eth/beacon/types/
tests/core/beacon/types/
Note: there are some handy cache data in
ActiveState
, I think we can remove it and add some other Py-EVM style cache mechanism later.The text was updated successfully, but these errors were encountered: