aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/topics_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update author list and licensesPéter Szilágyi2019-07-221-1/+1
|
* accounts/abi/bind: simulated test case for fixed bytes logsPéter Szilágyi2019-03-141-2/+2
|
* bind: Static byte arrays should be right-paddedJeremy McNevin2019-03-141-0/+103
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"