go-ethereum/cmd/abigen
Cedrick cc814d6b7b
cmd/abigen: require either `--abi` or `--combined-json` (#31045)
This PR addresses issue #30768 , which highlights that running
cmd/abigen/abigen --pkg my_package example.json (erroneously omitting
the --abi flag) generates an empty binding, when it should fail
explicitly.

---------

Co-authored-by: jwasinger <j-wasinger@hotmail.com>
2025-01-20 08:39:55 +01:00
..
main.go cmd/abigen: require either `--abi` or `--combined-json` (#31045) 2025-01-20 08:39:55 +01:00
namefilter.go cmd/abigen: change --exc to exclude by type name (#22620) 2022-09-23 19:04:02 +02:00
namefilter_test.go cmd: run tests in parallel (#28546) 2023-11-20 10:52:14 +01:00