Problem:
The compiler settings were in the wrong place, so the contracts weren't compiling with the optimizer and were therefore oversized, preventing them from being deployed.
Fix:
Moved the settings according to the truffle docs
Notes
Tests still seem broken, so not finished with #62 but this does fix deployments.
Problem: The compiler settings were in the wrong place, so the contracts weren't compiling with the optimizer and were therefore oversized, preventing them from being deployed.
Fix: Moved the settings according to the truffle docs
Notes
Tests still seem broken, so not finished with #62 but this does fix deployments.
This should also help with urbit/bridge#1106