Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: update author list and licenses | Péter Szilágyi | 2019-07-22 | 1 | -1/+1 |
| | |||||
* | accounts/abi/bind: simulated test case for fixed bytes logs | Péter Szilágyi | 2019-03-14 | 1 | -2/+2 |
| | |||||
* | bind: Static byte arrays should be right-padded | Jeremy McNevin | 2019-03-14 | 1 | -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" |