aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/js.go
Commit message (Expand)AuthorAgeFilesLines
* 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