aboutsummaryrefslogtreecommitdiffstats
path: root/internal/jsre
Commit message (Collapse)AuthorAgeFilesLines
* internal: fix megacheck warnings (#14919)Egon Elbre2017-08-071-8/+0
|
* internal/jsre/deps: ensure that go generate produces no changesFelix Lange2017-03-072-3/+4
|
* accounts/abi, internal/jsre/deps: gofmt -w -s (#3636)Diego Siqueira2017-02-031-2/+2
| | | Signed-off-by: DiSiqueira <dieg0@live.com>
* internal: update web3.js to 0.18.1, embed deps with go-bindata (#3545)Péter Szilágyi2017-01-135-321/+774
|
* all: fix spelling errorsPéter Szilágyi2017-01-071-11/+11
|
* internal/jsre: fix built-in inspect functionFelix Lange2016-12-202-4/+4
| | | | | inspect was broken by ffaf58f0a98 (May 2016!). Looks like nobody uses this function.
* all: update license informationFelix Lange2016-11-091-1/+1
|
* common,internal: typo/misspelling fixes (#2953)gregg dourgarian2016-08-271-5/+5
|
* 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.
* 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-302-2/+20
|
* cmd, console: split off the console into a reusable packagePéter Szilágyi2016-05-307-0/+16874