-
Notifications
You must be signed in to change notification settings - Fork 435
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
Constantinople progress #93
Comments
implemented with tests wherever provided in spec, need to review the new blockchain tests in ethereum/test (assuming that the new opcodes are covered there extensively) 1283 - implementation uses some additional memory now to store original values, which can be improved by exposing first elements from change stacks in StorageProvider (either by using different data structure or by writing own stack implementation as the .NET stack only exposes peek and pop/push |
CREATE2 spec gives some options so need to confirm which one was implemented in other clients (should be enough to run etheruem/tests) |
difficulty bomb delay not tested so will only be tested with ethereum/tests
|
EIPs included in Constantinople:
The text was updated successfully, but these errors were encountered: