aboutsummaryrefslogtreecommitdiffstats
path: root/internal/ethapi/backend.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-131-1/+1
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* internal/ethapi: drop eth_compile (#3740)Péter Szilágyi2017-03-161-3/+1
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-1/+1
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-1/+1
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-1/+1
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-1/+1
* core: bugfix state change race condition in txpool (#3412)bas-vk2016-12-111-1/+1
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-1/+1
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-0/+4
* all: update license informationFelix Lange2016-11-091-1/+1
* les: light client protocol and APIZsolt Felfoldi2016-11-091-2/+2
* core, eth, internal, miner: optimize txpool for quick opsPéter Szilágyi2016-09-021-1/+1
* core, eth, miner: only retain 1 tx/nonce, remove bad onesPéter Szilágyi2016-09-021-1/+1
* common/compiler: simplify solc wrapperFelix Lange2016-08-171-8/+5
* eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-161-0/+119