aboutsummaryrefslogtreecommitdiffstats
path: root/internal/jsre/jsre.go
Commit message (Collapse)AuthorAgeFilesLines
* internal: golint updates for this or self warning (#16634)kiel barry2018-05-021-27/+27
|
* internal: update web3.js to 0.18.1, embed deps with go-bindata (#3545)Péter Szilágyi2017-01-131-0/+6
|
* internal/jsre: fix built-in inspect functionFelix Lange2016-12-201-1/+1
| | | | | inspect was broken by ffaf58f0a98 (May 2016!). Looks like nobody uses this function.
* internal/jsre: ensure Stop can be called more than onceFelix Lange2016-06-031-7/+9
| | | | This makes "geth js file.js" terminate again.
* console, internal/jsre: colorize JavaScript exceptions tooPéter Szilágyi2016-05-301-2/+2
|
* cmd, console: split off the console into a reusable packagePéter Szilágyi2016-05-301-0/+327