OSDN Git Service

add consensus engine
authormars <mars@bytom.io>
Mon, 24 Dec 2018 02:03:12 +0000 (10:03 +0800)
committermars <mars@bytom.io>
Mon, 24 Dec 2018 02:03:12 +0000 (10:03 +0800)
commit7d76d575f5101652fba26714b1b6b6523220e126
treec567b8171bdf61a8e44f8b60e263e3f979711a9c
parent1accb05ca43992587ace7559732900098953980f
add consensus engine
config/config.go
mining/consensus/consensus.go [new file with mode: 0644]
mining/consensus/dpos/custom_tx.go [new file with mode: 0644]
mining/consensus/dpos/dpos.go [new file with mode: 0644]
mining/consensus/dpos/signer_queue.go [new file with mode: 0644]
mining/consensus/dpos/snapshot.go [new file with mode: 0644]
mining/consensus/errors.go [new file with mode: 0644]
protocol/bc/bc.pb.go
protocol/bc/bc.proto