OSDN Git Service

Edit bbft (#133)
authorPaladz <yzhu101@uottawa.ca>
Wed, 5 Jun 2019 05:25:44 +0000 (13:25 +0800)
committerGitHub <noreply@github.com>
Wed, 5 Jun 2019 05:25:44 +0000 (13:25 +0800)
commit908854e2eeebd0e59dd98a872a4858fe4b451955
tree66350c4f096edf472e55e30bde037bf39c5099ae
parent15e9d82900038c86a740d0dbb344ab32ce3d2f2c
Edit bbft (#133)

* Revert "Revert "edit" (#132)"

This reverts commit 885e0da9b0527988339a5039250ef88449adc95a.

* edit the consensus node

* fix the solo net

* edit for code review
12 files changed:
database/store.go
database/store_test.go
proposal/blockproposer/blockproposer.go
protocol/bbft.go
protocol/block.go
protocol/consensus_node_manager.go
protocol/protocol.go
protocol/state/blockindex.go
protocol/state/vote_result.go
protocol/store.go
protocol/txpool_test.go
test/utxo_view/utxo_view_test.go