go-ethereum/accounts/abi
maskpp 43be9a6450
feat(abigen): Add flag let be able to add user tmpl file. (#362)
* Add user tmpl file.

* Update accounts/abi/bind/template.go

Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>

* Update cmd/abigen/main.go

Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>

* Update cmd/abigen/main.go

Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>

* Update cmd/abigen/main.go

Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>

* fix bug

---------

Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
2023-06-19 11:32:20 +08:00
..
bind feat(abigen): Add flag let be able to add user tmpl file. (#362) 2023-06-19 11:32:20 +08:00
abi.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
abi_test.go style: revert some formatting (#294) 2023-04-20 17:49:35 +08:00
argument.go accounts/abi: fix resolving single struct argument (#23573) 2021-09-22 10:18:18 +02:00
doc.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
error.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
error_handling.go accounts/abi: add basic support for error types (#23161) 2021-10-14 13:33:28 +02:00
event.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
event_test.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
method.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
method_test.go accounts/abi: Prevent recalculation of internal fields (#20895) 2020-04-20 09:01:04 +02:00
pack.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
pack_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
packing_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
reflect.go style: revert some formatting (#294) 2023-04-20 17:49:35 +08:00
reflect_test.go all: remove redundant conversions and import names (#21903) 2020-11-25 21:00:23 +01:00
topics.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
topics_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
type.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
type_test.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
unpack.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
unpack_test.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00