go-ethereum/common/compiler
zhiqiangxu 69ea5327b8 common/compiler: add extra include paths to solidity compiler (#24541)
This PR adds a ExtraAllowedPath field to Solidity and exposes two APIs: CompileSource and CompileFiles, which were hidden inside CompileSolidityString and CompileSolidity before.
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: add extra include paths to solidity compiler (#24541) 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