Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accounts/abi/bind: stop using goimports in the binding generator (#17768) | Jeremy Schlatter | 2018-10-06 | 1 | -0/+24 |
| | |||||
* | accounts/abi/bind: support event filtering in abigen | Péter Szilágyi | 2018-01-24 | 1 | -8/+161 |
| | |||||
* | cmd/abigen: update generated go file header text (#14845) | Leo Shklovskii | 2017-07-24 | 1 | -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 tests | Péter Szilágyi | 2016-11-15 | 1 | -3/+3 |
| | |||||
* | mobile: initial wrappers for mobile support | Péter Szilágyi | 2016-11-14 | 1 | -3/+112 |
| | |||||
* | accounts/abi/bind/backends: remove nil and remote backends | Felix Lange | 2016-08-21 | 1 | -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 unmarshalling | Péter Szilágyi | 2016-05-12 | 1 | -1/+1 |
| | |||||
* | accounts/abi/bind: surface raw wrappers to access low level ops | Péter Szilágyi | 2016-04-01 | 1 | -0/+53 |
| | |||||
* | accounts/abi/bind: use anonymous ephemeral call result structs | Péter Szilágyi | 2016-03-31 | 1 | -15/+10 |
| | |||||
* | accounts/abi/bind, cmd/abigen: dedup structs, exclude patterns | Péter Szilágyi | 2016-03-26 | 1 | -6/+6 |
| | |||||
* | accounts/abi/bind: fix double pointer in generated code | Péter Szilágyi | 2016-03-25 | 1 | -4/+4 |
| | |||||
* | accounts/abi/bind, cmd/abigen: port to templates, bind to solidity | Péter Szilágyi | 2016-03-24 | 1 | -0/+212 |