aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/topics.go
Commit message (Collapse)AuthorAgeFilesLines
* accounts/abi: generic unpacking of event logs into map[string]interface{} ↵Ian Norden2019-04-011-0/+48
| | | | | (#18440) Add methods that allow for the unpacking of event logs into maps (allows for agnostic unpacking of logs)
* bind: Static byte arrays should be right-paddedJeremy McNevin2019-03-141-2/+6
| | | | | Per https://solidity.readthedocs.io/en/v0.5.3/abi-spec.html: "bytes<M>: enc(X) is the sequence of bytes in X padded with trailing zero-bytes to a length of 32 bytes"
* accounts/abi/bind: support event filtering in abigenPéter Szilágyi2018-01-241-0/+189