OSDN Git Service

modify utxo pending number and consensus node vote restrict (#285)
authoroysheng <33340252+oysheng@users.noreply.github.com>
Wed, 17 Jul 2019 01:47:22 +0000 (09:47 +0800)
committerPaladz <yzhu101@uottawa.ca>
Wed, 17 Jul 2019 01:47:22 +0000 (09:47 +0800)
commit8c593c45a93743970476772e9bdf36740585ddfd
tree37fed58553f8003a6ff7b03c4e989ca73812459a
parent96a8fabcd5b60d7aa93552bdb92897d94a6ee203
modify utxo pending number and consensus node vote restrict (#285)

* modify utxo pending number

* add consensus node vote restrict

* fix test

* modify validate vote tx

* modify config

* unit test

* add error

* optimise

* optimise

* optimise

* optimise config

* apply Tx

* delete

* optimise
api/errors.go
blockchain/txbuilder/finalize.go
consensus/general.go
proposal/proposal.go
protocol/state/consensus_result.go
protocol/state/utxo_view_test.go
protocol/tx.go
protocol/validation/tx.go
wallet/utxo_test.go