aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/js_test.go
Commit message (Collapse)AuthorAgeFilesLines
* solidity compiler and contract metadocs integrationzelig2015-05-071-26/+215
| | | | | | | | | | | | | * 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
* cli/js console: if corsDomain is not given to startRpc, we fall back to ↵zelig2015-04-241-1/+1
| | | | value set on command line with `-corsDomain`
* js console: add cors domain optional argument to startRpczelig2015-04-241-7/+7
|
* cmd/geth: improve the JS testsFelix Lange2015-04-221-187/+68
| | | | | These changes ensure that the JS tests run without networking and fixes the block chain export and its associated test.
* geth: fixed failing cli testsobscuren2015-04-151-2/+2
|
* renamed ethereum => gethobscuren2015-03-271-0/+262