OSDN Git Service

modify import path (#1805)
authorZhongchun Cao <iczcalan@gmail.com>
Mon, 4 Nov 2019 12:55:09 +0000 (20:55 +0800)
committerPaladz <yzhu101@uottawa.ca>
Mon, 4 Nov 2019 12:55:09 +0000 (20:55 +0800)
commit3ad51454a5dbdbcb717632127082bc655297ff12
tree7ccc7347296e8778966c4ec5ba51e47d95d34ddd
parenta7490507ff75fad231be94778ccab649da58fd2d
modify import path (#1805)

* modify import path

* fix travis.yml go import path
278 files changed:
.travis.yml
Makefile
accesstoken/accesstoken.go
accesstoken/accesstoken_test.go
account/accounts.go
account/accounts_test.go
account/builder.go
account/builder_test.go
account/indexer.go
account/utxo_keeper.go
account/utxo_keeper_test.go
api/accounts.go
api/api.go
api/api_test.go
api/assets.go
api/block_retrieve.go
api/compile.go
api/errors.go
api/hsm.go
api/message.go
api/miner.go
api/nodeinfo.go
api/program.go
api/query.go
api/receivers.go
api/request.go
api/transact.go
api/txfeeds.go
api/wallet.go
api/websocket.go
asset/annotate.go
asset/asset.go
asset/asset_test.go
asset/builder.go
asset/image.go
blockchain/pseudohsm/image.go
blockchain/pseudohsm/image_test.go
blockchain/pseudohsm/key.go
blockchain/pseudohsm/keycache.go
blockchain/pseudohsm/keycache_test.go
blockchain/pseudohsm/keystore_passphrase.go
blockchain/pseudohsm/keystore_passphrase_test.go
blockchain/pseudohsm/pseudohsm.go
blockchain/pseudohsm/pseudohsm_test.go
blockchain/query/annotated.go
blockchain/query/filter/parser.go
blockchain/query/filter/typecheck.go
blockchain/query/transactions.go
blockchain/rpc/rpc.go
blockchain/rpc/rpc_test.go
blockchain/signers/idgenerate.go
blockchain/signers/signers.go
blockchain/txbuilder/actions.go
blockchain/txbuilder/builder.go
blockchain/txbuilder/constraint.go
blockchain/txbuilder/data_witness.go
blockchain/txbuilder/estimate.go
blockchain/txbuilder/finalize.go
blockchain/txbuilder/rawtxsig_witness.go
blockchain/txbuilder/signature_program.go
blockchain/txbuilder/signature_witness.go
blockchain/txbuilder/signing_instruction.go
blockchain/txbuilder/txbuilder.go
blockchain/txbuilder/txbuilder_test.go
blockchain/txbuilder/types.go
blockchain/txbuilder/witness.go
blockchain/txbuilder/witness_test.go
blockchain/txfeed/txfeed.go
cmd/bytomcli/commands/accesstoken.go
cmd/bytomcli/commands/account.go
cmd/bytomcli/commands/asset.go
cmd/bytomcli/commands/block.go
cmd/bytomcli/commands/bytomcli.go
cmd/bytomcli/commands/key.go
cmd/bytomcli/commands/mining.go
cmd/bytomcli/commands/net.go
cmd/bytomcli/commands/program.go
cmd/bytomcli/commands/template.go
cmd/bytomcli/commands/transaction.go
cmd/bytomcli/commands/txfeed.go
cmd/bytomcli/commands/util.go
cmd/bytomcli/commands/version.go
cmd/bytomcli/commands/wallet.go
cmd/bytomcli/main.go
cmd/bytomd/commands/init.go
cmd/bytomd/commands/root.go
cmd/bytomd/commands/run_node.go
cmd/bytomd/commands/version.go
cmd/bytomd/main.go
cmd/miner/main.go
common/address.go
common/address_test.go
config/config.go
config/genesis.go
consensus/difficulty/difficulty.go
consensus/difficulty/difficulty_test.go
consensus/general.go
consensus/segwit/segwit.go
crypto/crypto.go
crypto/ed25519/chainkd/chainkd.go
crypto/ed25519/chainkd/expanded_key.go
crypto/ed25519/chainkd/expanded_key_test.go
crypto/ed25519/chainkd/util.go
crypto/ed25519/ecmath/point.go
crypto/ed25519/ecmath/scalar.go
crypto/ed25519/ed25519.go
crypto/ed25519/ed25519_test.go
database/cache.go
database/cache_test.go
database/store.go
database/store_test.go
database/utxo_view.go
database/utxo_view_test.go
encoding/blockchain/blockchain.go
equity/compiler/ast.go
equity/compiler/cmd/equitycmd/equitycmd.go
equity/compiler/compile.go
equity/compiler/compile_test.go
equity/equity/main.go
equity/equity/util/instance.go
equity/equity/util/shift.go
event/event.go
log/log.go
mining/cpuminer/cpuminer.go
mining/mining.go
mining/miningpool/miningpool.go
mining/sort.go
mining/tensority/ai_hash.go
mining/tensority/cgo_algorithm/algorithm_unsupported.go
mining/tensority/go_algorithm/algorithm.go
mining/tensority/go_algorithm/algorithm_test.go
mining/tensority/go_algorithm/matrix.go
mining/tensority/go_algorithm/seed.go
net/http/authn/authn.go
net/http/authn/authn_test.go
net/http/httperror/httperror.go
net/http/httperror/httperror_test.go
net/http/httpjson/handler_test.go
net/http/httpjson/io.go
net/websocket/wsclient.go
net/websocket/wsnotificationmaneger.go
netsync/block_fetcher.go
netsync/block_fetcher_test.go
netsync/block_keeper.go
netsync/block_keeper_test.go
netsync/handle.go
netsync/message.go
netsync/peer.go
netsync/protocol_reactor.go
netsync/tool_test.go
netsync/tx_keeper.go
node/node.go
node/node_test.go
p2p/base_reactor.go
p2p/discover/dht/database.go
p2p/discover/dht/dns_seeds.go
p2p/discover/dht/dns_seeds_test.go
p2p/discover/dht/net.go
p2p/discover/dht/node.go
p2p/discover/dht/table.go
p2p/discover/dht/ticket.go
p2p/discover/dht/udp.go
p2p/discover/mdns/lan_discover.go
p2p/listener.go
p2p/node_info.go
p2p/peer.go
p2p/peer_test.go
p2p/security/blacklist.go
p2p/security/security.go
p2p/switch.go
p2p/switch_test.go
p2p/test_util.go
protocol/bc/asset.go
protocol/bc/entry.go
protocol/bc/tx.go
protocol/bc/types/block.go
protocol/bc/types/block_commitment.go
protocol/bc/types/block_commitment_test.go
protocol/bc/types/block_header.go
protocol/bc/types/block_header_test.go
protocol/bc/types/block_test.go
protocol/bc/types/issuance.go
protocol/bc/types/map.go
protocol/bc/types/map_test.go
protocol/bc/types/merkle.go
protocol/bc/types/merkle_test.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.go
protocol/bc/types/transaction_test.go
protocol/bc/types/txinput.go
protocol/bc/types/txinput_test.go
protocol/bc/types/txoutput.go
protocol/bc/types/txoutput_test.go
protocol/block.go
protocol/block_test.go
protocol/orphan_manage.go
protocol/orphan_manage_test.go
protocol/protocol.go
protocol/state/blockindex.go
protocol/state/blockindex_test.go
protocol/state/utxo_view.go
protocol/state/utxo_view_test.go
protocol/store.go
protocol/tx.go
protocol/txpool.go
protocol/txpool_test.go
protocol/validation/block.go
protocol/validation/block_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/assemble.go
protocol/vm/assemble_test.go
protocol/vm/bitwise_test.go
protocol/vm/control_test.go
protocol/vm/crypto.go
protocol/vm/crypto_test.go
protocol/vm/introspection_test.go
protocol/vm/numeric.go
protocol/vm/numeric_test.go
protocol/vm/ops.go
protocol/vm/ops_test.go
protocol/vm/pushdata_test.go
protocol/vm/splice.go
protocol/vm/splice_test.go
protocol/vm/stack.go
protocol/vm/stack_test.go
protocol/vm/vm.go
protocol/vm/vm_test.go
protocol/vm/vmutil/builder.go
protocol/vm/vmutil/builder_test.go
protocol/vm/vmutil/script.go
protocol/vm/vmutil/script_test.go
test/bench_blockchain_test.go
test/block_test.go
test/block_test_util.go
test/chain_test_util.go
test/integration/block_integration_test.go
test/integration/block_integration_util.go
test/integration/run_test.go
test/integration/standard_transaction_test.go
test/mock/chain.go
test/performance/mining_test.go
test/performance/rpc_test.go
test/protocol_test.go
test/protocol_test_util.go
test/tx_test.go
test/tx_test_util.go
test/util.go
test/utxo_view/utxo_view_test.go
test/utxo_view/utxo_view_test_util.go
test/wallet_test_util.go
testutil/expect.go
testutil/hex.go
testutil/keys.go
testutil/parameter.go
util/util.go
vendor/github.com/miekg/dns/dnssec_keyscan.go
vendor/github.com/miekg/dns/dnssec_privkey.go
wallet/annotated.go
wallet/indexer.go
wallet/mnemonic/mnemonic.go
wallet/recovery.go
wallet/recovery_test.go
wallet/unconfirmed.go
wallet/unconfirmed_test.go
wallet/utxo.go
wallet/utxo_test.go
wallet/wallet.go
wallet/wallet_test.go