aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/base_test.go
Commit message (Collapse)AuthorAgeFilesLines
* accounts/abi: Fix method overwritten by same name methods. (#17099)zer0to0ne2019-07-011-26/+0
| | | | | | | | | * accounts/abi: Fix method overwritten by same name methods. * accounts/abi: Fix method overwritten by same name methods. * accounts/abi: avoid possible name conflict Co-authored-by: Guillaume Ballet <gballet@gmail.com>
* accounts/abi: generic unpacking of event logs into map[string]interface{} ↵Ian Norden2019-04-011-2/+295
| | | | | (#18440) Add methods that allow for the unpacking of event logs into maps (allows for agnostic unpacking of logs)
* accounts/abi: mutex lock in TransactionByHash and code cleanup (#19133)Dan Kinsley2019-02-201-0/+16
|
* accounts/abi/bind: add optional block number for calls (#17942)Dragan Milic2019-01-031-0/+64