1
0
forked from cerc-io/plugeth
plugeth/common/compiler
Marius van der Wijden 9ba306d47e
common/compiler: fix parsing of solc output with solidity v.0.8.0 ()
Solidity 0.8.0 changes the way that output is marshalled. This patch allows to parse both
the legacy format used previously and the new format.

See also https://docs.soliditylang.org/en/breaking/080-breaking-changes.html#interface-changes
2021-01-05 14:48:22 +01:00
..
helpers.go accounts/abi/bind: Accept function ptr parameter () 2019-07-02 09:52:58 +02:00
solidity_test.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
solidity.go common/compiler: fix parsing of solc output with solidity v.0.8.0 () 2021-01-05 14:48:22 +01:00
test_bad.v.py Modified Abigen to Support Vyper () 2019-03-18 13:29:26 +01:00
test.v.py Modified Abigen to Support Vyper () 2019-03-18 13:29:26 +01:00
vyper_test.go Modified Abigen to Support Vyper () 2019-03-18 13:29:26 +01:00
vyper.go Modified Abigen to Support Vyper () 2019-03-18 13:29:26 +01:00