You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.
For now, the code (merged in #70) can't be deployed due to the excess of the code size: eth.exceptions.OutOfGas: Contract code size exceeds EIP170 limit of 24577. Got code of size: 55782
For now, the code (merged in #70) can't be deployed due to the excess of the code size:
eth.exceptions.OutOfGas: Contract code size exceeds EIP170 limit of 24577. Got code of size: 55782
The size of the Solidity implementation is 6713 with Remix IDE.
The size of the code of big integer arithmetic is around 30000...
For analysis.
Suspects
mstore
andmload
in the LLL.def _convertBytesArrayToUInt256List(_inp: bytes[256]) -> uint256[8]:
has a sequence of 231 ofmload
.Workarounds
The text was updated successfully, but these errors were encountered: