aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/js_test.go
Commit message (Collapse)AuthorAgeFilesLines
* fixed unittest build problemBas van Kervel2015-06-111-1/+1
|
* core: settable genesis nonceobscuren2015-06-091-0/+3
| | | | | | | You can set the nonce of the block with `--genesisnonce`. When the genesis nonce changes and it doesn't match with the first block in your database it will fail. A new `datadir` must be given if the nonce of the genesis block changes.
* skipped failing natspec testsobscuren2015-06-041-1/+1
|
* cmd/geth, common/natspec: updating tests (still failing?)obscuren2015-06-041-1/+1
|
* cmd/geth: fix js console test for p2p server updatePéter Szilágyi2015-05-271-1/+3
|
* fix eth.sign. now implemented in admin jsre until web3.js has it .zelig2015-05-201-1/+1
|
* multiple contract source for solidity compiler: returns contract array if ↵zelig2015-05-201-3/+3
| | | | multiple contracts. fixes #1023
* solc now in ethereum, fixes solc path setting; setSolc() didnt workzelig2015-05-201-1/+2
|
* fix solc tests unskipzelig2015-05-201-14/+19
|
* core: chain manager no longer exports genesis blockobscuren2015-05-191-0/+2
|
* cmd/geth: use plain keystore for JS testsFelix Lange2015-05-141-1/+1
| | | | This reduces the time it takes to run the tests back to 3 seconds.
* Change default keystore dirGustav Simonsson2015-05-131-1/+1
|
* Fix address type in js testGustav Simonsson2015-05-121-1/+1
|
* Merge pull request #933 from bas-vk/issue928Jeffrey Wilcke2015-05-121-3/+2
|\ | | | | replaced path with platform aware filepath module
| * replaced several path.* with filepath.* which is platform independentBas van Kervel2015-05-121-3/+2
| |
* | sol: skipped source checking stepobscuren2015-05-121-0/+1
|/
* compiler, cli/js: fix solidity compiler tests failing when a different ↵zelig2015-05-121-2/+11
| | | | version of solc installed
* Signature test.Daniel A. Nagy2015-05-091-0/+28
|
* 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