aboutsummaryrefslogtreecommitdiffstats
path: root/internal/jsre/pretty.go
Commit message (Collapse)AuthorAgeFilesLines
* internal/jsre: fix built-in inspect functionFelix Lange2016-12-201-3/+3
| | | | | inspect was broken by ffaf58f0a98 (May 2016!). Looks like nobody uses this function.
* all: update license informationFelix Lange2016-11-091-1/+1
|
* rpc: add new client, use it everywhereFelix Lange2016-07-231-1/+1
| | | | | | The new client implementation supports concurrent requests, subscriptions and replaces the various ad hoc RPC clients throughout go-ethereum.
* console, internal/jsre: colorize JavaScript exceptions tooPéter Szilágyi2016-05-301-0/+18
|
* cmd, console: split off the console into a reusable packagePéter Szilágyi2016-05-301-0/+262