OSDN Git Service

Dpos process block (#69)
authormuscle_boy <shenao.78@163.com>
Wed, 22 May 2019 06:29:17 +0000 (14:29 +0800)
committerPaladz <yzhu101@uottawa.ca>
Wed, 22 May 2019 06:29:17 +0000 (14:29 +0800)
commite34f38162f5d016893e53d6f14d47ed06dafe031
tree532c67ad5c5cdeb546d8e6f06437d1087fdd79d5
parentcc0bcc7e1e4fc53e669ac46ba3fe919b5c6a79c9
Dpos process block (#69)

* add bbft process block

* merge v0.1

* remove functional test

* opt code

* opt code

* opt code

* bug fix

* bug fix

* opt code

* opt code

* bug fix

* add update consensus node

* opt code
18 files changed:
.travis.yml
Makefile
common/bit_map.go [new file with mode: 0644]
database/store.go
database/store_test.go
protocol/bbft.go [new file with mode: 0644]
protocol/bbft/bbft.go [deleted file]
protocol/bbft/consensus_node_manager.go [deleted file]
protocol/bbft_test.go [moved from protocol/bbft/consensus_node_manager_test.go with 68% similarity]
protocol/block.go
protocol/consensus_node_manager.go [new file with mode: 0644]
protocol/protocol.go
protocol/state/blockindex.go
protocol/state/blockindex_test.go
protocol/store.go
protocol/txpool_test.go
protocol/validation/tx.go
test/utxo_view/utxo_view_test.go