py-evm
py-evm copied to clipboard
[WIP] Update the contract limit size to follow EIP170 and add tests against it
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: https://github.com/ethereum/py-evm/issues/1466
How was it fixed?
- Update the contract limit size to follow EIP170
- Add tests against the contract size limit
Cute Animal Picture

@pipermerriam, @glaksmono .Is this issue still open? it seems that is pretty close to being resolved, May I give it a try?