Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accounts/abi: generic unpacking of event logs into map[string]interface{} ↵ | Ian Norden | 2019-04-01 | 1 | -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-padded | Jeremy McNevin | 2019-03-14 | 1 | -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 abigen | Péter Szilágyi | 2018-01-24 | 1 | -0/+189 |