| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd, console: split off the console into a reusable package | Péter Szilágyi | 2016-05-30 | 1 | -424/+0 |
* | eth: add new RPC method (personal.) SignAndSendTransaction | Bas van Kervel | 2016-05-20 | 1 | -1/+1 |
* | cmd/geth: fix console history exclusion | Felix Lange | 2016-05-14 | 1 | -6/+3 |
* | cmd/geth, internal/web3ext, rpc: surface rpc module, fix shh, fix miner | Péter Szilágyi | 2016-05-11 | 1 | -1/+1 |
* | cmd/geth, jsre: improve the js command | Felix Lange | 2016-04-21 | 1 | -9/+7 |
* | rpc: move web3.js extensions to internal/web3ext | Felix Lange | 2016-04-15 | 1 | -1/+2 |
* | all: update license information | Felix Lange | 2016-04-15 | 1 | -1/+1 |
* | accounts: streamline API | Felix Lange | 2016-04-12 | 1 | -1/+3 |
* | cmd/geth, cmd/utils: improve input handling | Felix Lange | 2016-04-12 | 1 | -63/+20 |
* | Merge pull request #2359 from bas-vk/rpc-optional-args | Jeffrey Wilcke | 2016-04-12 | 1 | -1/+1 |
|\ |
|
| * | rpc: various fixes/enhancements | Bas van Kervel | 2016-04-12 | 1 | -1/+1 |
* | | cmd/geth: add JS preload parameter | Bas van Kervel | 2016-04-11 | 1 | -0/+18 |
|/ |
|
* | cmd/geth: removed multiline support | Jeffrey Wilcke | 2016-02-27 | 1 | -1/+0 |
* | cmd/geth, jsre: improve auto-completion | Felix Lange | 2016-02-15 | 1 | -64/+5 |
* | cmd/geth: enable multi-line mode | Felix Lange | 2016-02-12 | 1 | -0/+1 |
* | cmd/geth: gofmt js.go and rename ethereum.js to web3.js | Felix Lange | 2016-02-12 | 1 | -6/+6 |
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 1 | -93/+79 |
* | console: add admin.sleep and admin.sleepBlocks | Bas van Kervel | 2016-01-19 | 1 | -0/+9 |
* | console: bugfix that causes the console to crash when connection to an endpoi... | Bas van Kervel | 2015-12-18 | 1 | -5/+6 |
* | rpc: new RPC implementation with pub/sub support | Bas van Kervel | 2015-12-14 | 1 | -3/+19 |
* | console: fix instance name printed incorrect on start | Bas van Kervel | 2015-11-30 | 1 | -1/+1 |
* | Merge pull request #1970 from karalabe/customizable-protocol-stacks | Jeffrey Wilcke | 2015-11-27 | 1 | -11/+22 |
|\ |
|
| * | cmd, eth, node, rpc, xeth: use single-instance services | Péter Szilágyi | 2015-11-27 | 1 | -2/+2 |
| * | cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks | Péter Szilágyi | 2015-11-27 | 1 | -11/+22 |
* | | cmd, crypto: fixed nil public keys and updated web3 | Jeffrey Wilcke | 2015-11-26 | 1 | -2/+2 |
|/ |
|
* | rpc api: eth_getNatSpec | zelig | 2015-10-27 | 1 | -18/+13 |
* | fix console history, lines with leadning whitespace NOT included | zelig | 2015-10-24 | 1 | -1/+1 |
* | console: | zelig | 2015-10-22 | 1 | -23/+32 |
* | console/history respect datadir | Bas van Kervel | 2015-09-25 | 1 | -11/+6 |
* | cmd/geth Autocompletion bugfix which let the console crash | Bas van Kervel | 2015-09-06 | 1 | -1/+1 |
* | Merge pull request #1659 from bas-vk/exec-output | Jeffrey Wilcke | 2015-08-15 | 1 | -6/+1 |
|\ |
|
| * | main print console output for js statement given by the exec argument | Bas van Kervel | 2015-08-14 | 1 | -6/+1 |
* | | Merge pull request #1658 from bas-vk/liner-ctrl-c | Jeffrey Wilcke | 2015-08-14 | 1 | -0/+11 |
|\ \ |
|
| * | | main clear current line on ctrl-C | Bas van Kervel | 2015-08-14 | 1 | -0/+11 |
* | | | Merge pull request #1642 from ethereum/fix-js-console-windows | Jeffrey Wilcke | 2015-08-14 | 1 | -24/+15 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | cmd/geth, jsre: restore command line editing on windows | Felix Lange | 2015-08-12 | 1 | -24/+15 |
* | | support for user agents | Bas van Kervel | 2015-08-12 | 1 | -7/+3 |
|/ |
|
* | jsre: leave out lines from history containing methods of the personal module | zelig | 2015-07-31 | 1 | -2/+17 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -2/+2 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -11/+10 |
* | Registrar and contractInfo handling | zelig | 2015-07-07 | 1 | -1/+1 |
* | Registrar and contractInfo handling | zelig | 2015-07-07 | 1 | -5/+7 |
* | added missing change for sign test | Bas van Kervel | 2015-06-22 | 1 | -1/+1 |
* | added RPC start/stop support | Bas van Kervel | 2015-06-22 | 1 | -2/+5 |
* | added batch support to console and attach actions | Bas van Kervel | 2015-06-22 | 1 | -0/+19 |
* | fixed bug where history file was create in cwd | Bas van Kervel | 2015-06-22 | 1 | -1/+1 |
* | added attach over ipc command | Bas van Kervel | 2015-06-22 | 1 | -25/+64 |
* | cleanup comments/code | Bas van Kervel | 2015-06-22 | 1 | -51/+0 |
* | removed old rpc structure and added new inproc api client | Bas van Kervel | 2015-06-22 | 1 | -3/+186 |
* | changed send methods for backwards compatability in geth console | Bas van Kervel | 2015-06-11 | 1 | -0/+1 |
* | added console command | Bas van Kervel | 2015-06-11 | 1 | -5/+5 |
* | cmd/geth: exit the console cleanly when interrupted | Felix Lange | 2015-05-27 | 1 | -20/+44 |
* | cmd/geth, jsre, rpc: run all JS code on the event loop | Felix Lange | 2015-05-25 | 1 | -1/+1 |
* | make registrar available in console | Bas van Kervel | 2015-05-22 | 1 | -1/+1 |
* | solc now in ethereum, fixes solc path setting; setSolc() didnt work | zelig | 2015-05-20 | 1 | -2/+1 |
* | Use common.Address type for accounts.Address | Gustav Simonsson | 2015-05-12 | 1 | -1/+2 |
* | removed redundant newlines in import block | Bas van Kervel | 2015-05-12 | 1 | -2/+1 |
* | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 1 | -2/+3 |
* | jsre, cmd/geth: updated web3.js and altered settimeout | obscuren | 2015-05-08 | 1 | -6/+0 |
* | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 1 | -11/+18 |
* | setTimeout and sendAsync implemented | zsfelfoldi | 2015-05-06 | 1 | -0/+4 |
* | cli/js console: if corsDomain is not given to startRpc, we fall back to value... | zelig | 2015-04-24 | 1 | -7/+9 |
* | cmd/geth, jsre: updated ethereum.js => web3.js | obscuren | 2015-04-24 | 1 | -1/+1 |
* | NatSpec cli option, resolver tests passing | zsfelfoldi | 2015-04-20 | 1 | -4/+8 |
* | default fallback NatSpec messages | zsfelfoldi | 2015-04-20 | 1 | -8/+1 |
* | resolver tests | zelig | 2015-04-20 | 1 | -1/+4 |
* | NatSpec, URL register storage retrieval | zsfelfoldi | 2015-04-20 | 1 | -4/+3 |
* | natspec integrated to console frontend confirmTransaction | zelig | 2015-04-20 | 1 | -2/+11 |
* | Added some quotes .... | obscuren | 2015-04-10 | 1 | -1/+1 |
* | Added proper contract for registrar | obscuren | 2015-04-09 | 1 | -1/+1 |
* | Added default registrar | obscuren | 2015-04-09 | 1 | -0/+1 |
* | Use ExtraDB for storage. Fixes #577 | Taylor Gerring | 2015-03-27 | 1 | -2/+1 |
* | renamed ethereum => geth | obscuren | 2015-03-27 | 1 | -0/+246 |