aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api
Commit message (Expand)AuthorAgeFilesLines
* solved merge conflictsBas van Kervel2015-06-301-9/+0
|\
| * initialize fields to prevent nil pointer exceptionBas van Kervel2015-06-291-3/+8
| * add json parsing method for resend transactionBas van Kervel2015-06-292-2/+76
| * improved error handling in parsing requestBas van Kervel2015-06-292-2/+8
| * fixed unittest compilation issueBas van Kervel2015-06-241-2/+3
| * added eth.resendBas van Kervel2015-06-244-0/+76
| * added eth.pendingTransactionsBas van Kervel2015-06-244-6/+79
* | rebase with developBas van Kervel2015-06-302-15/+33
* | initialize fields to prevent nil pointer exceptionBas van Kervel2015-06-301-3/+8
* | add json parsing method for resend transactionBas van Kervel2015-06-302-2/+76
* | improved error handling in parsing requestBas van Kervel2015-06-302-2/+8
* | fixed unittest compilation issueBas van Kervel2015-06-301-2/+3
* | added eth.resendBas van Kervel2015-06-304-0/+76
* | added eth.pendingTransactionsBas van Kervel2015-06-304-6/+79
* | core, eth, rpc: avoid unnecessary block header copyingFelix Lange2015-06-301-8/+10
* | rpc: unmask pending block fieldsFelix Lange2015-06-301-8/+0
* | cmd/geth, rpc/api: fix reported metrics issuesPéter Szilágyi2015-06-251-15/+12
* | rpc/api, cmd/geth: retrievel all percentiles, add time unitsPéter Szilágyi2015-06-241-21/+22
* | cmd/geth, rpc/api: extend metrics API, add a basic monitor commandPéter Szilágyi2015-06-243-32/+96
* | cmd/geth, rpc/api: move the metrics into the new consolePéter Szilágyi2015-06-242-0/+69
|/
* bugfix in startRPC error handlingBas van Kervel2015-06-231-4/+4
* fixed eth sign unittestBas van Kervel2015-06-224-8/+27
* added RPC start/stop supportBas van Kervel2015-06-2218-91/+152
* fixed unittestsBas van Kervel2015-06-221-29/+0
* added batch support to console and attach actionsBas van Kervel2015-06-223-26/+26
* moved solidity test to new rpc structureBas van Kervel2015-06-221-0/+110
* removed old rpc structure and added new inproc api clientBas van Kervel2015-06-223-6/+2695
* fixed rpc test failure in eth.blockNumberBas van Kervel2015-06-221-43/+45
* fixed rpc test failure in net_peerCountBas van Kervel2015-06-221-1/+1
* fixed web3 rpc test failuresBas van Kervel2015-06-221-0/+24
* added DB apiBas van Kervel2015-06-226-5/+295
* refactored old rpc structure to newBas van Kervel2015-06-221-0/+4
* added comms httpBas van Kervel2015-06-221-0/+4
* Merge pull request #1267 from SilentCicero/developJeffrey Wilcke2015-06-193-0/+45
|\
| * New DataArgs and eth_sendRawTransactionSilentCicero2015-06-172-1/+30
| * thanks subtly :)Nick Dodson2015-06-161-1/+1
| * NewSigArgs arg change.Nick Dodson2015-06-161-1/+1
| * Update utils.goNick Dodson2015-06-151-1/+1
| * Update eth.goNick Dodson2015-06-151-1/+1
| * Changed variable namesSilentCicero2015-06-151-7/+1
| * eth_pushTx send raw signed encoded TX data to the chain through RPCSilentCicero2015-06-152-0/+22
* | Merge pull request #1260 from obscuren/tx-drop-low-txJeffrey Wilcke2015-06-162-7/+10
|\ \
| * | rpc/api: fixed default gas-(price) issue.obscuren2015-06-152-7/+10
| |/
* / fixed rpc/api.GasPricezsfelfoldi2015-06-151-1/+1
|/
* upgrade web3.js with _extend supportBas van Kervel2015-06-117-6/+51
* added net APIBas van Kervel2015-06-111-0/+8
* added miner APIBas van Kervel2015-06-111-1/+5
* added console commandBas van Kervel2015-06-113-15/+19
* added API/IPC commandline flagsBas van Kervel2015-06-111-0/+5
* restructured eth rpc APIBas van Kervel2015-06-113-0/+122
* added shh APIBas van Kervel2015-06-116-5/+370
* cleanup of javascript APIBas van Kervel2015-06-119-88/+89
* added txpool APIBas van Kervel2015-06-114-1/+91
* upgrade web3.js with _extend supportBas van Kervel2015-06-115-79/+79
* added admin APIBas van Kervel2015-06-1114-203/+613
* added personal APIBas van Kervel2015-06-115-9/+259
* added debug APIBas van Kervel2015-06-115-1/+270
* added net APIBas van Kervel2015-06-119-11/+141
* added miner APIBas van Kervel2015-06-115-1/+323
* added console commandBas van Kervel2015-06-117-46/+165
* added API/IPC commandline flagsBas van Kervel2015-06-111-0/+5
* added RPC/IPC supportBas van Kervel2015-06-111-0/+41
* restructured eth rpc APIBas van Kervel2015-06-117-0/+1911