| Commit message (Expand) | Author | Age | Files | Lines |
* | core: vm: vm interface (#164) | JM | 2019-02-19 | 1 | -0/+2 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2018-12-19 | 1 | -54/+54 |
* | accounts/abi/bind: stop using goimports in the binding generator (#17768) | Jeremy Schlatter | 2018-10-06 | 1 | -16/+126 |
* | backends: configurable gas limit to allow testing large contracts (#17358) | Jeff Prestes | 2018-08-15 | 1 | -12/+12 |
* | accounts/abi: normalize method name to a camel-case string (#15976) | Mark | 2018-03-07 | 1 | -5/+11 |
* | accounts/abi: Abi binding support for nested arrays, fixes #15648, including ... | protolambda | 2018-03-05 | 1 | -0/+66 |
* | accounts/abi/bind: support event filtering in abigen | Péter Szilágyi | 2018-01-24 | 1 | -1/+230 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -1/+0 |
* | accounts/abi: handle named ouputs prefixed with underscores (#15766) | Péter Szilágyi | 2017-12-30 | 1 | -0/+62 |
* | all: gofmt -w -s (#15419) | ferhat elmas | 2017-11-08 | 1 | -1/+1 |
* | accounts/abi: improve type handling, add event support (#14743) | RJ Catalano | 2017-10-17 | 1 | -1/+1 |
* | accounts/abi/bind: pass non-empty directory when calling goimports (#15070) | nkbai | 2017-09-08 | 1 | -1/+1 |
* | core: refactor genesis handling | Felix Lange | 2017-03-23 | 1 | -9/+9 |
* | accounts/abi/bind: allow client to specify sender address for call (#3782) | bas-vk | 2017-03-16 | 1 | -0/+39 |
* | accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587) | Péter Szilágyi | 2017-01-21 | 1 | -4/+47 |
* | mobile: initial wrappers for mobile support | Péter Szilágyi | 2016-11-14 | 1 | -1/+1 |
* | accounts/abi/bind/backends: remove nil and remote backends | Felix Lange | 2016-08-21 | 1 | -9/+9 |
* | accounts/abi/bind: fix multi-value anonymous unmarshalling | Péter Szilágyi | 2016-05-12 | 1 | -2/+36 |
* | accounts/abi/bind, eth: add contract non-existent error | Péter Szilágyi | 2016-04-27 | 1 | -0/+28 |
* | accounts, crypto: move keystore to package accounts | Felix Lange | 2016-04-12 | 1 | -21/+13 |
* | accounts/abi/bind: support generating bindings for various arrays | Péter Szilágyi | 2016-04-05 | 1 | -0/+44 |
* | accounts/abi/bind: surface raw wrappers to access low level ops | Péter Szilágyi | 2016-04-01 | 1 | -3/+42 |
* | accounts/abi/bind: merge all tests into a single suite | Péter Szilágyi | 2016-03-31 | 1 | -22/+22 |
* | accounts/abi/bind: fix double pointer in generated code | Péter Szilágyi | 2016-03-25 | 1 | -0/+32 |
* | accounts/abi/bind, cmd/abigen: port to templates, bind to solidity | Péter Szilágyi | 2016-03-24 | 1 | -20/+135 |
* | accounts/abi/bind: constructor, auth utils and various backends | Péter Szilágyi | 2016-03-24 | 1 | -8/+8 |
* | accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI | Péter Szilágyi | 2016-03-24 | 1 | -0/+140 |