plugeth/accounts/abi/bind
Jeremy McNevin 7640c9c933
bind: Static byte arrays should be right-padded
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"
2019-03-14 12:51:10 +02:00
..
backends all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
auth.go accounts, cmd, eth, internal, mobile, node: split account backends 2017-02-13 14:00:02 +02:00
backend.go accounts/abi/bind: support event filtering in abigen 2018-01-24 10:54:13 +02:00
base_test.go accounts/abi: mutex lock in TransactionByHash and code cleanup (#19133) 2019-02-20 08:08:54 +01:00
base.go accounts/abi/bind: add optional block number for calls (#17942) 2019-01-03 12:54:24 +01:00
bind_test.go accounts/abi/bind: stop using goimports in the binding generator (#17768) 2018-10-05 22:24:54 +02:00
bind.go accounts/abi: fix case of generated java functions (#18372) 2019-01-02 10:22:10 +01:00
template.go accounts/abi/bind: stop using goimports in the binding generator (#17768) 2018-10-05 22:24:54 +02:00
topics_test.go bind: Static byte arrays should be right-padded 2019-03-14 12:51:10 +02:00
topics.go bind: Static byte arrays should be right-padded 2019-03-14 12:51:10 +02:00
util_test.go backends: configurable gas limit to allow testing large contracts (#17358) 2018-08-15 10:15:42 +03:00
util.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00