Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed old rpc structure and added new inproc api client | Bas van Kervel | 2015-06-22 | 1 | -205/+0 |
| | |||||
* | rpc: skip test if solc version doesn't match | obscuren | 2015-06-10 | 1 | -1/+1 |
| | |||||
* | multiple contract source for solidity compiler: returns contract array if ↵ | zelig | 2015-05-20 | 1 | -10/+14 |
| | | | | multiple contracts. fixes #1023 | ||||
* | fix solc tests unskip | zelig | 2015-05-20 | 1 | -9/+11 |
| | |||||
* | sol: skipped source checking step | obscuren | 2015-05-12 | 1 | -4/+7 |
| | |||||
* | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 1 | -1/+96 |
| | | | | | | | | | | | | | * 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 | ||||
* | Use ExtraDB for storage. Fixes #577 | Taylor Gerring | 2015-03-27 | 1 | -35/+34 |
| | |||||
* | db_putHex/db_getHex + tests | Taylor Gerring | 2015-03-23 | 1 | -0/+46 |
| | |||||
* | Reorg filter logic to XEth | Taylor Gerring | 2015-03-20 | 1 | -32/+32 |
| | |||||
* | Add web3_sha3 test | Taylor Gerring | 2015-03-06 | 1 | -0/+18 |
| | |||||
* | Rename files | Taylor Gerring | 2015-02-25 | 1 | -0/+38 |