aboutsummaryrefslogtreecommitdiffstats
path: root/common/natspec/natspec.go
Commit message (Collapse)AuthorAgeFilesLines
* solidity compiler and contract metadocs integrationzelig2015-05-071-70/+64
| | | | | | | | | | | | | * 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
* contract addresses include hex prefixzelig2015-04-201-1/+1
| | | | | | | | - 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
* utils linked to natspec notice eval, test notice now using utils.toHex()zsfelfoldi2015-04-201-1/+1
|
* default fallback NatSpec messageszsfelfoldi2015-04-201-1/+28
|
* NatSpec passing end to end testzsfelfoldi2015-04-201-4/+7
|
* NatSpec contracts in genesis block, end to end test (unfinished)zsfelfoldi2015-04-201-3/+2
|
* resolver testszelig2015-04-201-0/+2
| | | | | | - add resolver tests and fix resolver to pass - statereg constructor fixed - comments added to natspec plus docserver integration for natspec userdoc fetching
* reorg:zelig2015-04-201-15/+21
| | | | | - statereg methods move to natspec/resolver/docserver - fix failing test on invalid js input
* NatSpec, URL register storage retrievalzsfelfoldi2015-04-201-18/+79
| | | | fixed 2/3 tests
* new natspeczelig2015-04-201-8/+85
| | | | | | | - constructor takes abidoc, userdoc - json parsing of userdoc - method found by abi data - notice found from method
* using robertkrimen/otto, godeps updatedzsfelfoldi2015-03-201-1/+1
|
* Moved ethutil => commonobscuren2015-03-161-0/+63