aboutsummaryrefslogtreecommitdiffstats
path: root/eth/bind.go
Commit message (Expand)AuthorAgeFilesLines
* eth, internal/ethapi: fix spelling of 'Ethereum' (#15164)Ernesto del Toro2017-09-201-1/+1
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-4/+2
* internal/ethapi: add mutex around signing + nonce assignmentMartin Holst Swende2017-05-301-1/+1
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-2/+2
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-2/+2
* 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