Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix eth.sign. now implemented in admin jsre until web3.js has it . | zelig | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | multiple contract source for solidity compiler: returns contract array if ↵ | zelig | 2015-05-20 | 1 | -3/+3 |
| | | | | multiple contracts. fixes #1023 | ||||
* | solc now in ethereum, fixes solc path setting; setSolc() didnt work | zelig | 2015-05-20 | 1 | -1/+2 |
| | |||||
* | fix solc tests unskip | zelig | 2015-05-20 | 1 | -14/+19 |
| | |||||
* | core: chain manager no longer exports genesis block | obscuren | 2015-05-19 | 1 | -0/+2 |
| | |||||
* | cmd/geth: use plain keystore for JS tests | Felix Lange | 2015-05-14 | 1 | -1/+1 |
| | | | | This reduces the time it takes to run the tests back to 3 seconds. | ||||
* | Change default keystore dir | Gustav Simonsson | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Fix address type in js test | Gustav Simonsson | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #933 from bas-vk/issue928 | Jeffrey Wilcke | 2015-05-12 | 1 | -3/+2 |
|\ | | | | | replaced path with platform aware filepath module | ||||
| * | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 1 | -3/+2 |
| | | |||||
* | | sol: skipped source checking step | obscuren | 2015-05-12 | 1 | -0/+1 |
|/ | |||||
* | compiler, cli/js: fix solidity compiler tests failing when a different ↵ | zelig | 2015-05-12 | 1 | -2/+11 |
| | | | | version of solc installed | ||||
* | Signature test. | Daniel A. Nagy | 2015-05-09 | 1 | -0/+28 |
| | |||||
* | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 1 | -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 ↵ | zelig | 2015-04-24 | 1 | -1/+1 |
| | | | | value set on command line with `-corsDomain` | ||||
* | js console: add cors domain optional argument to startRpc | zelig | 2015-04-24 | 1 | -7/+7 |
| | |||||
* | cmd/geth: improve the JS tests | Felix Lange | 2015-04-22 | 1 | -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 tests | obscuren | 2015-04-15 | 1 | -2/+2 |
| | |||||
* | renamed ethereum => geth | obscuren | 2015-03-27 | 1 | -0/+262 |