Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | internal/jsre/deps: ensure that go generate produces no changes | Felix Lange | 2017-03-07 | 2 | -3/+4 |
| | |||||
* | accounts/abi, internal/jsre/deps: gofmt -w -s (#3636) | Diego Siqueira | 2017-02-03 | 1 | -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ágyi | 2017-01-13 | 5 | -321/+774 |
| | |||||
* | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 1 | -11/+11 |
| | |||||
* | internal/jsre: fix built-in inspect function | Felix Lange | 2016-12-20 | 2 | -4/+4 |
| | | | | | inspect was broken by ffaf58f0a98 (May 2016!). Looks like nobody uses this function. | ||||
* | all: update license information | Felix Lange | 2016-11-09 | 1 | -1/+1 |
| | |||||
* | common,internal: typo/misspelling fixes (#2953) | gregg dourgarian | 2016-08-27 | 1 | -5/+5 |
| | |||||
* | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 1 | -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 once | Felix Lange | 2016-06-03 | 1 | -7/+9 |
| | | | | This makes "geth js file.js" terminate again. | ||||
* | console, internal/jsre: colorize JavaScript exceptions too | Péter Szilágyi | 2016-05-30 | 2 | -2/+20 |
| | |||||
* | cmd, console: split off the console into a reusable package | Péter Szilágyi | 2016-05-30 | 7 | -0/+16874 |