go-ethereum/common/compiler
Marius van der Wijden f01e639f6f common/compiler: fix parsing of solc output with solidity v.0.8.0 (#22092)
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
2024-12-28 09:06:30 +08:00
..
helpers.go accounts/abi/bind: accept function ptr parameter (#19755) 2024-12-28 09:06:30 +08:00
solidity.go common/compiler: fix parsing of solc output with solidity v.0.8.0 (#22092) 2024-12-28 09:06:30 +08:00
solidity_test.go cmd/abigen: support Vyper (#19120) 2024-12-28 09:06:30 +08:00
test.v.py cmd/abigen: support Vyper (#19120) 2024-12-28 09:06:30 +08:00
test_bad.v.py cmd/abigen: support Vyper (#19120) 2024-12-28 09:06:30 +08:00
vyper.go cmd/abigen: support Vyper (#19120) 2024-12-28 09:06:30 +08:00
vyper_test.go cmd/abigen: support Vyper (#19120) 2024-12-28 09:06:30 +08:00