aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/js.go
Commit message (Collapse)AuthorAgeFilesLines
* 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 code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-11/+10
|
* Registrar and contractInfo handlingzelig2015-07-071-1/+1
| | | | | | | | | | | | | | | | * resolver -> common/registrar * global registrar name registry interface * add Call to resolver backend interface * the hashReg and UrlHing contracts now initialised from global registry * initialization of contracts uniform * improve errors and more econsistent method names * common/registrar/ethreg: versioned registrar * integrate new naming and registrar in natspec * js console api: setGlobalRegistrar, setHashReg, setUrlHint * js test TestContract uses mining - tests fixed all pass * eth/backend: allow PoW test mode (small ethash DAG) * console jsre refers to resolver.abi/addr, * cmd/geth/contracts.go moved to common/registrar
* Registrar and contractInfo handlingzelig2015-07-071-5/+7
| | | | | | | | | | | | | | | | * resolver -> common/registrar * global registrar name registry interface * add Call to resolver backend interface * the hashReg and UrlHing contracts now initialised from global registry * initialization of contracts uniform * improve errors and more econsistent method names * common/registrar/ethreg: versioned registrar * integrate new naming and registrar in natspec * js console api: setGlobalRegistrar, setHashReg, setUrlHint * js test TestContract uses mining - tests fixed all pass * eth/backend: allow PoW test mode (small ethash DAG) * console jsre refers to resolver.abi/addr, * cmd/geth/contracts.go moved to common/registrar
* 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
| | | | | | This fix applies mostly to unsupported terminals that do not trigger the special interrupt handling in liner. Supported terminals were covered because liner.Prompt returns an error if Ctrl-C is pressed.
* cmd/geth, jsre, rpc: run all JS code on the event loopFelix Lange2015-05-251-1/+1
| | | | | | Some JSRE methods (PrettyPrint, ToVal) bypassed the event loop. All calls to the JS VM are now wrapped. In order to make this somewhat more foolproof, the otto VM is now a local variable inside the event loop.
* 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
| | | | | | | | | | | | | * common/compiler: solidity compiler + tests * rpc: eth_compilers, eth_compileSolidity + tests * fix natspec test using keystore API, notice exp dynamically changes addr, cleanup * resolver implements registrars and needs to create reg contract (temp) * xeth: solidity compiler. expose getter Solc() and paths setter SetSolc(solcPath) * ethereumApi: implement compiler related RPC calls using XEth - json struct tests * admin: make use of XEth.SetSolc to allow runtime setting of compiler paths * cli: command line flags solc to set custom solc bin path * js admin api with new features debug and contractInfo modules * wiki is the doc https://github.com/ethereum/go-ethereum/wiki/Contracts-and-Transactions
* setTimeout and sendAsync implementedzsfelfoldi2015-05-061-0/+4
| | | | added and eval queue for serializing JSRE vm execution
* cli/js console: if corsDomain is not given to startRpc, we fall back to ↵zelig2015-04-241-7/+9
| | | | value set on command line with `-corsDomain`
* 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
| | | | | | - add resolver tests and fix resolver to pass - statereg constructor fixed - comments added to natspec plus docserver integration for natspec userdoc fetching
* NatSpec, URL register storage retrievalzsfelfoldi2015-04-201-4/+3
| | | | fixed 2/3 tests
* 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