aboutsummaryrefslogtreecommitdiffstats
path: root/common/natspec/natspec_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* solidity compiler and contract metadocs integrationzelig2015-05-071-49/+40
| | | | | | | | | | | | | * 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
* reorg:zelig2015-04-201-11/+5
| | | | | - statereg methods move to natspec/resolver/docserver - fix failing test on invalid js input
* NatSpec, URL register storage retrievalzsfelfoldi2015-04-201-9/+11
| | | | fixed 2/3 tests
* new natspeczelig2015-04-201-43/+101
| | | | | | | - constructor takes abidoc, userdoc - json parsing of userdoc - method found by abi data - notice found from method
* natspec: minor fix in testzelig2015-03-241-2/+2
|
* Moved ethutil => commonobscuren2015-03-161-0/+97