py-evm
py-evm copied to clipboard
Py evm 1466
What was wrong?
EIP170 states that the contract size limit was changed to 2**14 + 2**13 which is 24,576 bytes. The following line implementations the constant for EIP170, but it is off by one.
Issue Reference: #1466
How was it fixed?
Contract limit size was changed by @glaksmono, I have improved the tests
- Update the contract limit size to follow EIP170
- Add tests against the contract size limit
To-Do
- [ ] Clean up commit history
- [ ] Add entry to the release notes
Cute Animal Picture

I forgot to pull the upstream... my fault.
Now all test passes.