Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 2 | -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 information | Felix Lange | 2015-07-07 | 2 | -0/+32 |
| | |||||
* | fix natspec test | zelig | 2015-07-07 | 2 | -8/+5 |
| | | | | | | * registar url string retrieval chop leading zeros now * rewrite test using test mining * remove temporary applyTxs from xeth | ||||
* | Registrar and contractInfo handling | zelig | 2015-07-07 | 2 | -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 | ||||
* | s | zsfelfoldi | 2015-04-20 | 1 | -1/+5 |
| | |||||
* | reorg: | zelig | 2015-04-20 | 1 | -15/+0 |
| | | | | | - statereg methods move to natspec/resolver/docserver - fix failing test on invalid js input | ||||
* | add docserver using net/http Transport/Roundtrip | zelig | 2015-04-20 | 2 | -0/+131 |