aboutsummaryrefslogtreecommitdiffstats
path: root/core/genesis.go
Commit message (Expand)AuthorAgeFilesLines
* 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