aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/js.go
Commit message (Expand)AuthorAgeFilesLines
* cmd, console: split off the console into a reusable packagePéter Szilágyi2016-05-301-424/+0
* eth: add new RPC method (personal.) SignAndSendTransactionBas van Kervel2016-05-201-1/+1
* cmd/geth: fix console history exclusionFelix Lange2016-05-141-6/+3
* cmd/geth, internal/web3ext, rpc: surface rpc module, fix shh, fix minerPéter Szilágyi2016-05-111-1/+1
* cmd/geth, jsre: improve the js commandFelix Lange2016-04-211-9/+7
* rpc: move web3.js extensions to internal/web3extFelix Lange2016-04-151-1/+2
* all: update license informationFelix Lange2016-04-151-1/+1
* accounts: streamline APIFelix Lange2016-04-121-1/+3
* cmd/geth, cmd/utils: improve input handlingFelix Lange2016-04-121-63/+20
* Merge pull request #2359 from bas-vk/rpc-optional-argsJeffrey Wilcke2016-04-121-1/+1
|\
| * rpc: various fixes/enhancementsBas van Kervel2016-04-121-1/+1
* | cmd/geth: add JS preload parameterBas van Kervel2016-04-111-0/+18
|/
* cmd/geth: removed multiline supportJeffrey Wilcke2016-02-271-1/+0
* cmd/geth, jsre: improve auto-completionFelix Lange2016-02-151-64/+5
* cmd/geth: enable multi-line modeFelix Lange2016-02-121-0/+1
* cmd/geth: gofmt js.go and rename ethereum.js to web3.jsFelix Lange2016-02-121-6/+6
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-93/+79
* console: add admin.sleep and admin.sleepBlocksBas van Kervel2016-01-191-0/+9
* console: bugfix that causes the console to crash when connection to an endpoi...Bas van Kervel2015-12-181-5/+6
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-3/+19
* console: fix instance name printed incorrect on startBas van Kervel2015-11-301-1/+1
* Merge pull request #1970 from karalabe/customizable-protocol-stacksJeffrey Wilcke2015-11-271-11/+22
|\
| * cmd, eth, node, rpc, xeth: use single-instance servicesPéter Szilágyi2015-11-271-2/+2
| * cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-11/+22
* | cmd, crypto: fixed nil public keys and updated web3Jeffrey Wilcke2015-11-261-2/+2
|/
* rpc api: eth_getNatSpeczelig2015-10-271-18/+13
* fix console history, lines with leadning whitespace NOT includedzelig2015-10-241-1/+1
* console:zelig2015-10-221-23/+32
* console/history respect datadirBas van Kervel2015-09-251-11/+6
* cmd/geth Autocompletion bugfix which let the console crashBas van Kervel2015-09-061-1/+1
* Merge pull request #1659 from bas-vk/exec-outputJeffrey Wilcke2015-08-151-6/+1
|\
| * main print console output for js statement given by the exec argumentBas van Kervel2015-08-141-6/+1
* | Merge pull request #1658 from bas-vk/liner-ctrl-cJeffrey Wilcke2015-08-141-0/+11
|\ \
| * | main clear current line on ctrl-CBas van Kervel2015-08-141-0/+11
* | | Merge pull request #1642 from ethereum/fix-js-console-windowsJeffrey Wilcke2015-08-141-24/+15
|\ \ \ | |/ / |/| / | |/
| * cmd/geth, jsre: restore command line editing on windowsFelix Lange2015-08-121-24/+15
* | support for user agentsBas van Kervel2015-08-121-7/+3
|/
* jsre: leave out lines from history containing methods of the personal modulezelig2015-07-311-2/+17
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-2/+2
* all: update license informationFelix Lange2015-07-071-11/+10
* Registrar and contractInfo handlingzelig2015-07-071-1/+1
* Registrar and contractInfo handlingzelig2015-07-071-5/+7
* added missing change for sign testBas van Kervel2015-06-221-1/+1
* added RPC start/stop supportBas van Kervel2015-06-221-2/+5
* added batch support to console and attach actionsBas van Kervel2015-06-221-0/+19
* fixed bug where history file was create in cwdBas van Kervel2015-06-221-1/+1
* added attach over ipc commandBas van Kervel2015-06-221-25/+64
* cleanup comments/codeBas van Kervel2015-06-221-51/+0
* removed old rpc structure and added new inproc api clientBas van Kervel2015-06-221-3/+186
* changed send methods for backwards compatability in geth consoleBas van Kervel2015-06-111-0/+1
* added console commandBas van Kervel2015-06-111-5/+5
* cmd/geth: exit the console cleanly when interruptedFelix Lange2015-05-271-20/+44
* cmd/geth, jsre, rpc: run all JS code on the event loopFelix Lange2015-05-251-1/+1
* make registrar available in consoleBas van Kervel2015-05-221-1/+1
* solc now in ethereum, fixes solc path setting; setSolc() didnt workzelig2015-05-201-2/+1
* Use common.Address type for accounts.AddressGustav Simonsson2015-05-121-1/+2
* removed redundant newlines in import blockBas van Kervel2015-05-121-2/+1
* replaced several path.* with filepath.* which is platform independentBas van Kervel2015-05-121-2/+3
* jsre, cmd/geth: updated web3.js and altered settimeoutobscuren2015-05-081-6/+0
* solidity compiler and contract metadocs integrationzelig2015-05-071-11/+18
* setTimeout and sendAsync implementedzsfelfoldi2015-05-061-0/+4
* cli/js console: if corsDomain is not given to startRpc, we fall back to value...zelig2015-04-241-7/+9
* cmd/geth, jsre: updated ethereum.js => web3.jsobscuren2015-04-241-1/+1
* NatSpec cli option, resolver tests passingzsfelfoldi2015-04-201-4/+8
* default fallback NatSpec messageszsfelfoldi2015-04-201-8/+1
* resolver testszelig2015-04-201-1/+4
* NatSpec, URL register storage retrievalzsfelfoldi2015-04-201-4/+3
* natspec integrated to console frontend confirmTransactionzelig2015-04-201-2/+11
* Added some quotes ....obscuren2015-04-101-1/+1
* Added proper contract for registrarobscuren2015-04-091-1/+1
* Added default registrarobscuren2015-04-091-0/+1
* Use ExtraDB for storage. Fixes #577Taylor Gerring2015-03-271-2/+1
* renamed ethereum => gethobscuren2015-03-271-0/+246