Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | fix/skip tests, adapt registrar to no contract address | zelig | 2015-07-07 | 1 | -16/+9 |
| | | | | registry initialisers now return the txhash which caller can use to retrieve receipt | ||||
* | fix natspec test | zelig | 2015-07-07 | 1 | -11/+4 |
| | | | | | | * registar url string retrieval chop leading zeros now * rewrite test using test mining * remove temporary applyTxs from xeth | ||||
* | fix js arguments and TestContract passes | zelig | 2015-07-07 | 1 | -6/+14 |
| | |||||
* | fix sleepBlocks, implement sleep | zelig | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Registrar and contractInfo handling | zelig | 2015-07-07 | 1 | -0/+398 |
* 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 |