aboutsummaryrefslogtreecommitdiffstats
path: root/common/docserver
Commit message (Collapse)AuthorAgeFilesLines
* common/compiler, common/docserver, jsre: fix tests on windowsFelix Lange2015-08-062-7/+13
|
* all: fix license headers one more timeFelix Lange2015-07-242-2/+2
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-232-8/+8
| | | | | 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-072-0/+32
|
* fix natspec testzelig2015-07-072-8/+5
| | | | | | * registar url string retrieval chop leading zeros now * rewrite test using test mining * remove temporary applyTxs from xeth
* Registrar and contractInfo handlingzelig2015-07-072-26/+62
| | | | | | | | | | | | | | | | * resolver -> common/registrar * global registrar name registry interface * add Call to resolver backend interface * the hashReg and UrlHing contracts now initialised from global registry * initialization of contracts uniform * improve errors and more econsistent method names * common/registrar/ethreg: versioned registrar * integrate new naming and registrar in natspec * js console api: setGlobalRegistrar, setHashReg, setUrlHint * js test TestContract uses mining - tests fixed all pass * eth/backend: allow PoW test mode (small ethash DAG) * console jsre refers to resolver.abi/addr, * cmd/geth/contracts.go moved to common/registrar
* szsfelfoldi2015-04-201-1/+5
|
* reorg:zelig2015-04-201-15/+0
| | | | | - statereg methods move to natspec/resolver/docserver - fix failing test on invalid js input
* add docserver using net/http Transport/Roundtripzelig2015-04-202-0/+131