OSDN Git Service

init for remove issue (#63)
authorPaladz <yzhu101@uottawa.ca>
Thu, 16 May 2019 06:46:15 +0000 (14:46 +0800)
committerGitHub <noreply@github.com>
Thu, 16 May 2019 06:46:15 +0000 (14:46 +0800)
commit089cb9074ed375e28850d2ff8b5e91164a04046d
treee386812b1ee4276f95421eaad47a4458db85879d
parent53784d9c76f1056423b57915f7e064a6f551100c
init for remove issue (#63)

* init for remove issue

* keep remove issue

* delete the issuance

* remove issue related
60 files changed:
api/api.go
api/assets.go
api/transact.go
api/wallet.go
asset/annotate.go
asset/asset.go
asset/asset_test.go [deleted file]
asset/builder.go [deleted file]
asset/image.go [deleted file]
blockchain/query/annotated.go
blockchain/txbuilder/estimate.go
blockchain/txbuilder/finalize.go
blockchain/txbuilder/txbuilder_test.go
blockchain/txfeed/txfeed.go
netsync/tool_test.go
protocol/bc/asset.go
protocol/bc/asset_test.go [deleted file]
protocol/bc/bc.pb.go
protocol/bc/bc.proto
protocol/bc/entry_test.go
protocol/bc/issuance.go [deleted file]
protocol/bc/tx.go
protocol/bc/types/block_test.go [deleted file]
protocol/bc/types/issuance.go [deleted file]
protocol/bc/types/map.go
protocol/bc/types/map_test.go
protocol/bc/types/merkle_test.go
protocol/bc/types/transaction.go
protocol/bc/types/transaction_test.go
protocol/bc/types/txinput.go
protocol/bc/types/txinput_test.go
protocol/validation/test/tx_ugly_test.go
protocol/validation/tx.go
protocol/validation/tx_scene_test.go
protocol/validation/tx_test.go
protocol/validation/vmcontext.go
protocol/validation/vmcontext_test.go
protocol/vm/vmutil/script.go
protocol/vm/vmutil/script_test.go
test/chain_test.go [deleted file]
test/testdata/chain_tests/ct_dependency_tx.json [deleted file]
test/testdata/chain_tests/ct_double_spend.json [deleted file]
test/testdata/chain_tests/ct_normal.json [deleted file]
test/testdata/chain_tests/ct_rollback.json [deleted file]
test/testdata/tx_tests/tx_tests.json [deleted file]
test/testdata/wallet_tests/wt_asset.json [deleted file]
test/testdata/wallet_tests/wt_btm.json [deleted file]
test/testdata/wallet_tests/wt_invalid_txs.json [deleted file]
test/testdata/wallet_tests/wt_multi_sig_asset.json [deleted file]
test/testdata/wallet_tests/wt_retire_asset.json [deleted file]
test/testdata/wallet_tests/wt_rollback.json [deleted file]
test/tx_test.go [deleted file]
test/tx_test_util.go
test/wallet_test.go [deleted file]
test/wallet_test_util.go
wallet/annotated.go
wallet/indexer.go
wallet/unconfirmed_test.go
wallet/utxo_test.go
wallet/wallet_test.go