OSDN Git Service

Add vote output (#1879)
authorPoseidon <shenao.78@163.com>
Tue, 13 Apr 2021 03:18:30 +0000 (11:18 +0800)
committerGitHub <noreply@github.com>
Tue, 13 Apr 2021 03:18:30 +0000 (11:18 +0800)
commit3b9926f37dfa569af07aeb00a2d07cd380dd23f7
tree912a1356bb7b3b20df9a3aaea970c1eb64afef89
parentedf4fd564f6bcfd779e050848a610acae15088af
Add vote output (#1879)

* add vote output

* move func to test file

* fix test

* refactor

* rename to original tx output

* fix test

* modify makefile for ci

* recover makefile
32 files changed:
account/builder.go
blockchain/txbuilder/actions.go
blockchain/txbuilder/txbuilder_test.go
config/genesis.go
netsync/chainmgr/tool_test.go
netsync/chainmgr/tx_keeper_test.go
netsync/messages/chain_msg_test.go
netsync/peers/peer_test.go
protocol/bc/types/block_test.go
protocol/bc/types/map_test.go
protocol/bc/types/merkle_test.go
protocol/bc/types/original_output.go [new file with mode: 0644]
protocol/bc/types/output_commitment.go
protocol/bc/types/output_commitment_test.go
protocol/bc/types/transaction_test.go
protocol/bc/types/txoutput.go
protocol/bc/types/txoutput_test.go
protocol/bc/types/vote_output.go [new file with mode: 0644]
protocol/txpool_test.go
protocol/validation/block_test.go
protocol/validation/test/tx_ugly_test.go
protocol/validation/tx_scene_test.go
protocol/validation/tx_test.go
protocol/validation/vmcontext_test.go
test/chain_test_util.go
test/integration/block_integration_test.go
test/tx_test_util.go
test/util.go
test/utxo_view/utxo_view_test_util.go
wallet/recovery_test.go
wallet/utxo_test.go
wallet/wallet_test.go