go-ethereum/accounts/abi/bind
Daniel Liu 7e3079cedc accounts/abi: move topics to abi package (#21057)
* accounts/abi/bind: added test cases for waitDeployed

* accounts/abi/bind: added test case for boundContract

* accounts/abi/bind: removed unnecessary resolve methods

* accounts/abi: moved topics from /bind to /abi

* accounts/abi/bind: cleaned up format... functions

* accounts/abi: improved log message

* accounts/abi: added type tests

* accounts/abi/bind: remove superfluous template methods
2025-01-24 16:18:29 +08:00
..
backends accounts/abi/bind/backends: add support for historical state (#20644) 2025-01-24 16:18:29 +08:00
auth.go accounts/abi/bind: fix typo in comments (#19791) 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: move topics to abi package (#21057) 2025-01-24 16:18:29 +08:00
base_test.go accounts/abi: added abi test cases, minor bug fixes (#20903) 2025-01-24 16:18:29 +08:00
bind.go accounts/abi: move topics to abi package (#21057) 2025-01-24 16:18:29 +08:00
bind_test.go accounts/abi: Prevent recalculation of internal fields (#20895) 2025-01-24 16:18:29 +08:00
template.go accounts/abi: move topics to abi package (#21057) 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/abi: move topics to abi package (#21057) 2025-01-24 16:18:29 +08:00