aboutsummaryrefslogtreecommitdiffstats
path: root/core/default_genesis.go
Commit message (Collapse)AuthorAgeFilesLines
* core: implemented new ropsten testnetJeffrey Wilcke2016-11-231-0/+2
|
* all: update license informationFelix Lange2016-04-151-1/+1
|
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-11/+2
|
* core: added default genesis blockJeffrey Wilcke2015-08-021-0/+30
When a user runs a freshly setup geth w/o a database initialised the default genesis block is decoded and inserted in to the database.