OSDN Git Service

Genesis (#127)
authorGuanghua Guo <1536310027@qq.com>
Fri, 24 Nov 2017 05:36:40 +0000 (13:36 +0800)
committerPaladz <yzhu101@uottawa.ca>
Fri, 24 Nov 2017 05:36:40 +0000 (13:36 +0800)
commit4a492784fe3038e8b02e75e5d2371033732320d8
tree39d151f593fbbd13fc61dd4d3b40e63f12a38501
parentf96a341cd87afaaaf535c05e42fd795867d428bd
Genesis (#127)

* Add genesis block function

* Fix build error

* Run ok

* Add free genesis block

* Add genesis_test.go

* golink

* Update from review

* Formating

* Formating
blockchain/account/reserve.go
blockchain/hsm_test.go
cmd/bytomcli/example/issue.go
cmd/bytomcli/example/spend.go
cmd/bytomcli/main.go
config/genesis.go [new file with mode: 0644]
config/genesis_test.go [new file with mode: 0644]
consensus/general.go
node/node.go