LayerXcom / verified-vyper-contracts

FVyper: A collection of useful Vyper contracts developed with formal methods
Apache License 2.0
55 stars 15 forks source link

[RSA Accumulator] Reduce code size #71

Open nrryuya opened 5 years ago

nrryuya commented 5 years ago

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 analysis.

Suspects

Workarounds