aboutsummaryrefslogtreecommitdiffstats
path: root/eth/bind.go
Commit message (Expand)AuthorAgeFilesLines
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-2/+2
* internal/ethapi: fix hex handling for eth_call input and eth_sendRawTransactionFelix Lange2016-12-201-2/+2
* rpc: remove HexNumber, replace all uses with hexutil typesFelix Lange2016-12-201-6/+10
* all: update license informationFelix Lange2016-11-091-1/+1
* cmd, eth: added light client and light server modeszsfelfoldi2016-11-091-4/+4
* accounts/abi/bind: use ethereum interfacesFelix Lange2016-08-221-45/+47
* common/compiler: simplify solc wrapperFelix Lange2016-08-171-1/+1
* cmd, common, console, eth, release: drop redundant "full"sPéter Szilágyi2016-06-301-1/+1
* eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-161-20/+40
* accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and callPéter Szilágyi2016-05-201-7/+11
* release, all: integrate the release service into gethPéter Szilágyi2016-05-021-0/+110