Closed pipermerriam closed 6 years ago
I've tested this locally; I'm afraid CI won't indicate failure, since the relevant test tries populus init
, but not populus compile
or running the greeter tests.
evm
seems not to include evm.bytecode.linkReferences
; so running populus compile
results in same case of linkrefs
missing (as in issue #387).
Just adding abi
(that was missing in PR #399 - sorry, didn't try pytest
) might help. Currently investigating...
@veox going to expand test suite to cover latest solidity.
fixes #401
What was wrong?
abi
was not being included in the output for compilationHow was it fixed?
Added
abi
back to the output values.Cute Animal Picture