aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api_test.go
Commit message (Collapse)AuthorAgeFilesLines
* rpc: skip test if solc version doesn't matchobscuren2015-06-101-1/+1
|
* multiple contract source for solidity compiler: returns contract array if ↵zelig2015-05-201-10/+14
| | | | multiple contracts. fixes #1023
* fix solc tests unskipzelig2015-05-201-9/+11
|
* sol: skipped source checking stepobscuren2015-05-121-4/+7
|
* solidity compiler and contract metadocs integrationzelig2015-05-071-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 #577Taylor Gerring2015-03-271-35/+34
|
* db_putHex/db_getHex + testsTaylor Gerring2015-03-231-0/+46
|
* Reorg filter logic to XEthTaylor Gerring2015-03-201-32/+32
|
* Add web3_sha3 testTaylor Gerring2015-03-061-0/+18
|
* Rename filesTaylor Gerring2015-02-251-0/+38