aboutsummaryrefslogtreecommitdiffstats
path: root/core/genesis.go
Commit message (Expand)AuthorAgeFilesLines
* core, eth, trie, xeth: merged state, chain, extra databases in oneJeffrey Wilcke2015-08-081-9/+9
* Merge pull request #1515 from fjl/license-fixesJeffrey Wilcke2015-07-281-1/+1
|\
| * all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* | core: genesis extra data field fixJeffrey Wilcke2015-07-261-1/+1
* | core: fixed genesis write out to write only canon numberJeffrey Wilcke2015-07-261-1/+8
* | core: check genesis block before writeoutJeffrey Wilcke2015-07-251-0/+4
|/
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* cmd, core, eth, common: genesis preparationJeffrey Wilcke2015-07-101-38/+96
* all: update license informationFelix Lange2015-07-071-0/+16
* core, miner, tests: renamed state methodsJeffrey Wilcke2015-07-041-1/+1
* core: add GenerateChain, GenesisBlockForTestingFelix Lange2015-06-301-0/+18
* core/types: make blocks immutableFelix Lange2015-06-301-26/+11
* core: settable genesis nonceobscuren2015-06-091-2/+2
* types: block json unmarshal method addedobscuren2015-06-041-2/+2
* Merge branch 'frontier/natspec' of https://github.com/ethersphere/go-ethereum...obscuren2015-04-211-2/+2
|\
| * test account is no longer permanently in genesis block, only put there when t...zsfelfoldi2015-04-201-8/+2
| * NatSpec contracts are now not in the genesis block but added by the testzsfelfoldi2015-04-201-1/+0
| * NatSpec passing end to end testzsfelfoldi2015-04-201-3/+2
| * NatSpec contracts in genesis block, end to end test (unfinished)zsfelfoldi2015-04-201-0/+8
* | core: moved TD calculation from proc to chainobscuren2015-04-201-0/+1
|/
* Block header changed & console miner controlobscuren2015-04-061-1/+1
* Read most protocol params from common/params.jsonGustav Simonsson2015-04-021-5/+3
* Blocktest fixed, Execution fixedobscuren2015-04-011-1/+1
* Added Code fieldobscuren2015-03-311-2/+6
* moved state and vm to coreobscuren2015-03-231-1/+1
* core: fix testsFelix Lange2015-03-181-4/+0
* converted vmobscuren2015-03-171-4/+3
* Moved ethutil => commonobscuren2015-03-161-9/+9
* POW fixesobscuren2015-03-141-1/+0
* Increased genesis gas & gas floor limit to 3141592obscuren2015-03-131-1/+2
* Miner fixes and updates (including miner)obscuren2015-03-051-2/+3
* Fixed genesisobscuren2015-03-041-7/+7
* updated genesisobscuren2015-03-041-0/+4
* Changed nonce to a uint64obscuren2015-03-041-1/+1
* Removed some methods from the JS REPLobscuren2015-03-011-2/+0
* Minor updates for releaseobscuren2015-02-211-13/+31
* Docs & old code removedobscuren2015-02-031-1/+0
* moving to a better xethobscuren2015-01-291-1/+1
* Minor fixed and additions for block procobscuren2015-01-081-0/+1
* Refactored ethutil.Config.Db outobscuren2015-01-071-2/+3
* Switched to new trieobscuren2014-12-241-1/+1
* Refactored block & Transactionobscuren2014-12-231-32/+33
* Renamed `chain` => `core`obscuren2014-12-041-0/+52