OSDN Git Service

2d data for butxo state (#1921)
authorboomyl <563807243@qq.com>
Sun, 25 Apr 2021 08:51:06 +0000 (16:51 +0800)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 08:51:06 +0000 (16:51 +0800)
commit5795ec4c889372675cc00b357aed34ea1cf940c0
treef9ed281410a7236e67a5c9804b314f0141e26e90
parent94d5f77b99fee407674180553e696ad1fc450bce
2d data for butxo state (#1921)
24 files changed:
account/utxo_keeper.go
blockchain/txbuilder/actions.go
netsync/chainmgr/tx_keeper_test.go
netsync/peers/peer_test.go
proposal/proposal.go
protocol/bc/bc.pb.go
protocol/bc/bc.proto
protocol/bc/entry_test.go
protocol/bc/types/block_test.go
protocol/bc/types/map_test.go
protocol/bc/types/original_output.go
protocol/bc/types/output_commitment.go
protocol/bc/types/output_commitment_test.go
protocol/bc/types/spend.go
protocol/bc/types/spend_commitment.go
protocol/bc/types/spend_commitment_test.go
protocol/bc/types/spend_test.go
protocol/bc/types/transaction_test.go
protocol/bc/types/txinput_test.go
protocol/bc/types/txoutput_test.go
protocol/bc/types/veto_input.go
protocol/bc/types/vote_output.go
protocol/validation/tx_scene_test.go
test/integration/block_integration_test.go