Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -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 information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 1 | -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: | zelig | 2015-04-20 | 1 | -11/+5 |
| | | | | | - statereg methods move to natspec/resolver/docserver - fix failing test on invalid js input | ||||
* | NatSpec, URL register storage retrieval | zsfelfoldi | 2015-04-20 | 1 | -9/+11 |
| | | | | fixed 2/3 tests | ||||
* | new natspec | zelig | 2015-04-20 | 1 | -43/+101 |
| | | | | | | | - 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 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -0/+97 |