aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/base.go
Commit message (Expand)AuthorAgeFilesLines
* fixup! Change import go github.com/dexon-foundation/dexonJhih-Ming Huang2019-04-101-4/+4
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-6/+6
* accounts/abi/bind: add optional block number for calls (#17942)Dragan Milic2019-01-031-6/+6
* accounts/abi/bind: support event filtering in abigenPéter Szilágyi2018-01-241-2/+119
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-2/+2
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* accounts/abi/bind: allow client to specify sender address for call (#3782)bas-vk2017-03-161-2/+3
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-1/+1
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-2/+2
* all: update license informationFelix Lange2016-11-091-1/+1
* accounts/abi/bind: use ethereum interfacesFelix Lange2016-08-221-27/+48
* eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-161-7/+12
* accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and callPéter Szilágyi2016-05-201-0/+27
* accounts/abi/bind: surface raw wrappers to access low level opsPéter Szilágyi2016-04-011-2/+7
* accounts/abi/bind, cmd/abigen: port to templates, bind to solidityPéter Szilágyi2016-03-241-17/+9
* accounts/abi/bind: constructor, auth utils and various backendsPéter Szilágyi2016-03-241-7/+59
* accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABIPéter Szilágyi2016-03-241-0/+130