aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/blocktestcmd.go
Commit message (Collapse)AuthorAgeFilesLines
* core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-161-3/+7
|
* cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-1/+1
| | | | | | * Renamed ChainManager to BlockChain * Checkpointing is no longer required and never really properly worked when the state was corrupted.
* cmd/geth, core: make "geth blocktest" work againFelix Lange2015-09-231-6/+0
| | | | | | | | | The test genesis block was not written properly, block insertion failed immediately. While here, fix the panic when shutting down "geth blocktest" with Ctrl+C. The signal handler is now installed automatically, causing ethereum.Stop to crash because everything is already stopped.
* tests: use lastblockhash field to validate reorgs and block headersGustav Simonsson2015-09-181-7/+9
|
* all: move common.Database to package ethdbFelix Lange2015-09-151-2/+1
|
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-2/+2
| | | | | 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
|
* Registrar and contractInfo handlingzelig2015-07-071-1/+0
| | | | | | | | | | | | | | | | * 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
* Fix geth blocktest commandTaylor Gerring2015-06-191-0/+1
|
* Fix blocktestTaylor Gerring2015-06-091-3/+3
|
* cmd/geth: move blockchain commands to chaincmd.goFelix Lange2015-05-281-0/+120