aboutsummaryrefslogtreecommitdiffstats
path: root/eth/api.go
Commit message (Expand)AuthorAgeFilesLines
* eth: fixed homestead tx checkJeffrey Wilcke2016-02-201-9/+9
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-7/+8
* Merge pull request #2195 from obscuren/gpo-rpcPéter Szilágyi2016-02-111-14/+13
|\
| * eth: Added GPO to suggest default gas pricesJeffrey Wilcke2016-02-101-14/+13
* | eth, eth/downloader, jsre: surface state sync progress through the APIPéter Szilágyi2016-02-101-13/+19
* | eth, miner: move the public miner api into eth to access etherbasePéter Szilágyi2016-02-091-0/+52
|/
* eth: sendTransaction would not report the error when tx could not be added to...Bas van Kervel2016-02-081-1/+1
* rpc: add jsonrpc version to module request, use json typesPéter Szilágyi2016-02-041-2/+1
* cmd, eth, rpc: fix some RPC issues with pending blocksPéter Szilágyi2016-02-031-104/+94
* Merge pull request #2156 from ppratscher/add_replay_txPéter Szilágyi2016-02-031-0/+139
|\
| * core/vm, rpc/api: renamed to debug.replayTransaction, migrated to new RPC, in...Peter Pratscher2016-02-021-0/+139
* | core, eth, rpc/api: rpc method to inspect the txpool queuePéter Szilágyi2016-02-011-0/+74
|/
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-24/+73
* core: tx pool skip price validation for "owned" transactionszsfelfoldi2015-12-161-0/+2
* core, eth, node, rpc: port the admin and debug APIPéter Szilágyi2015-12-151-15/+202
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-0/+1216