go-ethereum/accounts/abi/bind
Daniel Liu 0050f84142 accounts/abi: enable struct golang binding generation (#18491)
* accounts/abi, cmd/abigen: support tuple

accounts/abi/bind, cmd/abigen: add objc back

accounts/abi/bind: use byte[24] as function indicator

accounts/abi/bind: resolve struct slice or array

accounts/abi/bind: remove sort logic

accounts: fix issues in abi

* accounts/abi: address comment
2025-01-24 16:18:29 +08:00
..
backends accounts: implement simple checkpoint syncing (#19543) 2025-01-24 16:18:29 +08:00
auth.go accounts/abi/bind: rename NewKeystoreTransactor (#19703) 2025-01-24 16:18:29 +08:00
backend.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 2024-11-01 11:36:52 +08:00
base.go accounts/abi: generic unpacking of event logs into map[string]interface{} (#18440) 2025-01-24 16:18:29 +08:00
base_test.go accounts/abi: Fix method overwritten by same name methods (#17099) 2025-01-24 16:18:29 +08:00
bind.go accounts/abi: enable struct golang binding generation (#18491) 2025-01-24 16:18:29 +08:00
bind_test.go accounts: implement simple checkpoint syncing (#19543) 2025-01-24 16:18:29 +08:00
template.go accounts/abi: enable struct golang binding generation (#18491) 2025-01-24 16:18:29 +08:00
topics.go accounts/abi: generic unpacking of event logs into map[string]interface{} (#18440) 2025-01-24 16:18:29 +08:00
topics_test.go accounts/abi/bind: static byte arrays should be right-padded (#19269) 2025-01-24 16:18:29 +08:00
util.go all: use errrors.New instead of empty fmt.Errorf 2024-06-14 19:19:21 +08:00
util_test.go accounts: implement simple checkpoint syncing (#19543) 2025-01-24 16:18:29 +08:00