aboutsummaryrefslogtreecommitdiffstats
path: root/common/natspec/natspec_e2e_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Change default keystore dirGustav Simonsson2015-05-131-2/+2
|
* Fix natspec test (again x2) typesGustav Simonsson2015-05-121-1/+2
|
* Fix natspec e2e test accounts type (again)Gustav Simonsson2015-05-121-1/+1
|
* solidity compiler and contract metadocs integrationzelig2015-05-071-213/+115
| | | | | | | | | | | | | * 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
* natspec: disabled natspec testobscuren2015-04-241-0/+1
|
* natspec: fixed test to work with new queued transactionsobscuren2015-04-231-1/+1
|
* contract addresses include hex prefixzelig2015-04-201-12/+9
| | | | | | | | - simplify resolver and tests - added missing test for KeyToUrl - fix notice error message and its test with !%x(MISSING) - natspec test: insertTx modified - does not prepend 0x to contract address - disable networking in e2e test
* fix end to end test import cyclezelig2015-04-201-3/+1
|
* URLhint support for URLs longer than 32 byteszsfelfoldi2015-04-201-5/+23
|
* test account is no longer permanently in genesis block, only put there when ↵zsfelfoldi2015-04-201-4/+13
| | | | testing
* NatSpec contracts are now not in the genesis block but added by the testzsfelfoldi2015-04-201-15/+26
|
* utils linked to natspec notice eval, test notice now using utils.toHex()zsfelfoldi2015-04-201-6/+6
|
* default fallback NatSpec messageszsfelfoldi2015-04-201-13/+21
|
* natspec test bugfixzsfelfoldi2015-04-201-15/+12
|
* NatSpec passing end to end testzsfelfoldi2015-04-201-24/+160
|
* szsfelfoldi2015-04-201-45/+68
|
* NatSpec contracts in genesis block, end to end test (unfinished)zsfelfoldi2015-04-201-0/+143