OSDN Git Service

add get-consensus-nodes api (#159)
authormuscle_boy <shenao.78@163.com>
Wed, 12 Jun 2019 08:38:28 +0000 (16:38 +0800)
committerPaladz <yzhu101@uottawa.ca>
Wed, 12 Jun 2019 08:38:28 +0000 (16:38 +0800)
commit0bd22d212b767702bd1c99edb05d5f3a57cb572c
tree2a141e277bb6cb6333dc3e85ac9922117f3ad13c
parentc66fad600fec1ac65992d0b062ebda7ef4663ce0
add get-consensus-nodes api (#159)

* add get-consensus-nodes api

* add get vote result api

* bug fix

* remove is consensus node

* bug fix

* remove is consensus

* add sort for get vote result api

* rename
api/api.go
api/bbft.go [new file with mode: 0644]
protocol/bbft.go
protocol/consensus_node_manager.go
protocol/state/vote_result.go
wallet/indexer.go