Constantinople progress
tkstanczak opened this issue · 3 comments
tkstanczak commented
tkstanczak commented
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
tkstanczak commented
CREATE2 spec gives some options so need to confirm which one was implemented in other clients (should be enough to run etheruem/tests)
tkstanczak commented
difficulty bomb delay not tested so will only be tested with ethereum/tests
- add basic difficulty tests directly in Nethermind tests