aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/template.go
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-7/+7
|
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-7/+7
|
* accounts/abi/bind: stop using goimports in the binding generator (#17768)Jeremy Schlatter2018-10-061-0/+24
|
* accounts/abi/bind: support event filtering in abigenPéter Szilágyi2018-01-241-8/+161
|
* cmd/abigen: update generated go file header text (#14845)Leo Shklovskii2017-07-241-2/+2
| | | | As per https://golang.org/s/generatedcode. This will allow other tools such as golint to properly ignore the files.
* accounts/abi/bind, mobile: review fixes and android testsPéter Szilágyi2016-11-151-3/+3
|
* mobile: initial wrappers for mobile supportPéter Szilágyi2016-11-141-3/+112
|
* accounts/abi/bind/backends: remove nil and remote backendsFelix Lange2016-08-211-1/+1
| | | | | | | | | | | | The remote backend is superseded by ethclient. The nil backend's stated purpose was to enable testing of accounts/abi/bind. None of its methods actually worked. A much simpler way to get a crashing backend is to simply pass nil as the backend. With a one-line change to the generator (removing two explicit interface assertions), passing nil actually works. Removing these backends means that less changes are required later.
* accounts/abi/bind: fix multi-value anonymous unmarshallingPéter Szilágyi2016-05-121-1/+1
|
* accounts/abi/bind: surface raw wrappers to access low level opsPéter Szilágyi2016-04-011-0/+53
|
* accounts/abi/bind: use anonymous ephemeral call result structsPéter Szilágyi2016-03-311-15/+10
|
* accounts/abi/bind, cmd/abigen: dedup structs, exclude patternsPéter Szilágyi2016-03-261-6/+6
|
* accounts/abi/bind: fix double pointer in generated codePéter Szilágyi2016-03-251-4/+4
|
* accounts/abi/bind, cmd/abigen: port to templates, bind to solidityPéter Szilágyi2016-03-241-0/+212