Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skipped failing natspec tests | obscuren | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | cmd/geth, common/natspec: updating tests (still failing?) | obscuren | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | Change default keystore dir | Gustav Simonsson | 2015-05-13 | 1 | -2/+2 |
| | |||||
* | Fix natspec test (again x2) types | Gustav Simonsson | 2015-05-12 | 1 | -1/+2 |
| | |||||
* | Fix natspec e2e test accounts type (again) | Gustav Simonsson | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 3 | -332/+219 |
| | | | | | | | | | | | | | * 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 test | obscuren | 2015-04-24 | 1 | -0/+1 |
| | |||||
* | natspec: fixed test to work with new queued transactions | obscuren | 2015-04-23 | 1 | -1/+1 |
| | |||||
* | contract addresses include hex prefix | zelig | 2015-04-20 | 2 | -13/+10 |
| | | | | | | | | - 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 cycle | zelig | 2015-04-20 | 1 | -3/+1 |
| | |||||
* | URLhint support for URLs longer than 32 bytes | zsfelfoldi | 2015-04-20 | 1 | -5/+23 |
| | |||||
* | test account is no longer permanently in genesis block, only put there when ↵ | zsfelfoldi | 2015-04-20 | 1 | -4/+13 |
| | | | | testing | ||||
* | NatSpec contracts are now not in the genesis block but added by the test | zsfelfoldi | 2015-04-20 | 1 | -15/+26 |
| | |||||
* | utils linked to natspec notice eval, test notice now using utils.toHex() | zsfelfoldi | 2015-04-20 | 3 | -8/+4048 |
| | |||||
* | default fallback NatSpec messages | zsfelfoldi | 2015-04-20 | 2 | -14/+49 |
| | |||||
* | natspec test bugfix | zsfelfoldi | 2015-04-20 | 1 | -15/+12 |
| | |||||
* | NatSpec passing end to end test | zsfelfoldi | 2015-04-20 | 2 | -28/+167 |
| | |||||
* | s | zsfelfoldi | 2015-04-20 | 1 | -45/+68 |
| | |||||
* | NatSpec contracts in genesis block, end to end test (unfinished) | zsfelfoldi | 2015-04-20 | 3 | -47/+145 |
| | |||||
* | resolver tests | zelig | 2015-04-20 | 2 | -3/+5 |
| | | | | | | - add resolver tests and fix resolver to pass - statereg constructor fixed - comments added to natspec plus docserver integration for natspec userdoc fetching | ||||
* | reorg: | zelig | 2015-04-20 | 3 | -92/+26 |
| | | | | | - statereg methods move to natspec/resolver/docserver - fix failing test on invalid js input | ||||
* | NatSpec, URL register storage retrieval | zsfelfoldi | 2015-04-20 | 3 | -27/+200 |
| | | | | fixed 2/3 tests | ||||
* | new natspec | zelig | 2015-04-20 | 2 | -51/+186 |
| | | | | | | | - constructor takes abidoc, userdoc - json parsing of userdoc - method found by abi data - notice found from method | ||||
* | natspec: minor fix in test | zelig | 2015-03-24 | 1 | -2/+2 |
| | |||||
* | using robertkrimen/otto, godeps updated | zsfelfoldi | 2015-03-20 | 1 | -1/+1 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 3 | -0/+164 |