aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/javascript.go
Commit message (Collapse)AuthorAgeFilesLines
* rpc: move web3.js extensions to internal/web3extFelix Lange2016-04-151-465/+0
|
* eth, rpc: make trace configs optionalPéter Szilágyi2016-04-141-5/+5
|
* internal/debug: add memStats and gcStats to APIFelix Lange2016-04-131-0/+10
|
* eth: add chaindbProperty to debug APIFelix Lange2016-04-131-0/+6
|
* Merge pull request #2359 from bas-vk/rpc-optional-argsJeffrey Wilcke2016-04-121-51/+17
|\ | | | | rpc: several fixes and support for optional arguments
| * rpc: various fixes/enhancementsBas van Kervel2016-04-121-51/+17
| | | | | | | | | | | | | | | | rpc: be less restrictive on the request id rpc: improved documentation console: upgrade web3.js to version 0.16.0 rpc: cache http connections rpc: rename wsDomains parameter to wsOrigins
* | console: use transaction output formatter for eth.pendingTransactions outputBas van Kervel2016-04-061-1/+9
|/
* eth, rpc: implemented block debugging rpc callsJeffrey Wilcke2016-03-241-6/+21
| | | | | | | | | Implemented the following block debugging RPC calls * Block(RLP) * BlockByFile(fileName) * BlockByNumber(number) * BlockByHash(hash)
* console: cleanup old autocompletations relicsBas van Kervel2016-03-021-42/+4
|
* Merge pull request #2156 from ppratscher/add_replay_txPéter Szilágyi2016-02-031-0/+5
|\ | | | | core/vm, rpc/api: added debug_replayTransaction RPC call
| * core/vm, rpc/api: renamed to debug.replayTransaction, migrated to new RPC, ↵Peter Pratscher2016-02-021-0/+5
| | | | | | | | | | | | | | | | integrated feedback Integrated code review suggestions Integrated last review comments
* | core, eth, rpc/api: rpc method to inspect the txpool queuePéter Szilágyi2016-02-011-1/+9
|/
* internal/debug: APIs for profiling and tracingFelix Lange2016-01-281-1/+72
| | | | | | The debug package provides an RPC wrapper for glog settings and the debugging facilities of the Go runtime. They can be triggered through both command line flags and the IPC listener.
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-0/+414