aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_util.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/utils, core: disable exp diff for olympic netJeffrey Wilcke2015-08-061-2/+2
|
* core, miner: added difficulty bombJeffrey Wilcke2015-08-051-4/+16
|
* miner: gas limit strategy, target 3141592 & def gas price 50 ShannonGustav Simonsson2015-08-041-2/+15
|
* Merge pull request #1515 from fjl/license-fixesJeffrey Wilcke2015-07-281-1/+1
|\ | | | | all: fix license headers one more time
| * all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* | core: fixed genesis write out to write only canon numberJeffrey Wilcke2015-07-261-2/+11
|/
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-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".
* cmd, core, eth, common: genesis preparationJeffrey Wilcke2015-07-101-0/+25
| | | | | Implemented the --genesis flag thru which we can set a custom genesis block, including the official Ethereum genesis block.
* Use uint64 on ts in chain_manager, block_processorGustav Simonsson2015-07-081-2/+8
|
* all: update license informationFelix Lange2015-07-071-0/+16
|
* core, cmd/geth: improved recover functionalityJeffrey Wilcke2015-07-011-0/+98
`geth recover` now accepts both hashes and numbers using "#" and no longer requires the ethereum instance.