From bd29d78ccb239fb7dec0e60fda420eb05ad009a7 Mon Sep 17 00:00:00 2001 From: Hector Chu Date: Fri, 10 May 2024 23:50:54 +0100 Subject: [PATCH] Update module name --- Makefile | 2 +- addrmgr/addrmanager.go | 4 +- addrmgr/addrmanager_internal_test.go | 2 +- addrmgr/addrmanager_test.go | 4 +- addrmgr/internal_test.go | 2 +- addrmgr/knownaddress.go | 2 +- addrmgr/knownaddress_test.go | 4 +- addrmgr/network.go | 2 +- addrmgr/network_test.go | 4 +- blockchain/README.md | 2 +- blockchain/accept.go | 4 +- blockchain/bench_test.go | 4 +- blockchain/blockindex.go | 8 +- blockchain/chain.go | 12 +- blockchain/chain_test.go | 8 +- blockchain/chainio.go | 8 +- blockchain/chainio_test.go | 4 +- blockchain/chainview_test.go | 2 +- blockchain/checkpoints.go | 8 +- blockchain/common_test.go | 14 +- blockchain/compress.go | 4 +- blockchain/difficulty.go | 2 +- blockchain/example_test.go | 10 +- blockchain/fullblocks_test.go | 12 +- blockchain/fullblocktests/README.md | 2 +- blockchain/fullblocktests/generate.go | 14 +- blockchain/fullblocktests/params.go | 6 +- blockchain/indexers/README.md | 2 +- blockchain/indexers/addrindex.go | 14 +- blockchain/indexers/addrindex_test.go | 2 +- blockchain/indexers/blocklogger.go | 2 +- blockchain/indexers/cfindex.go | 16 +- blockchain/indexers/common.go | 6 +- blockchain/indexers/manager.go | 10 +- blockchain/indexers/txindex.go | 10 +- blockchain/interfaces.go | 4 +- blockchain/merkle.go | 6 +- blockchain/merkle_test.go | 6 +- blockchain/notifications_test.go | 2 +- blockchain/process.go | 6 +- blockchain/rolling_merkle.go | 4 +- blockchain/rolling_merkle_test.go | 2 +- blockchain/scriptval.go | 6 +- blockchain/thresholdstate.go | 4 +- blockchain/thresholdstate_test.go | 2 +- blockchain/upgrade.go | 6 +- blockchain/utxoviewpoint.go | 10 +- blockchain/validate.go | 10 +- blockchain/validate_test.go | 8 +- blockchain/versionbits.go | 2 +- blockchain/weight.go | 6 +- btcd.go | 8 +- btcec/README.md | 2 +- btcec/ecdsa/bench_test.go | 2 +- btcec/ecdsa/example_test.go | 6 +- btcec/ecdsa/signature.go | 2 +- btcec/ecdsa/signature_test.go | 2 +- btcec/go.mod | 4 +- btcec/go.sum | 42 +++- btcec/schnorr/bench_test.go | 2 +- btcec/schnorr/musig2/bench_test.go | 4 +- btcec/schnorr/musig2/context.go | 4 +- btcec/schnorr/musig2/keys.go | 6 +- btcec/schnorr/musig2/keys_test.go | 4 +- btcec/schnorr/musig2/musig2_test.go | 2 +- btcec/schnorr/musig2/nonces.go | 6 +- btcec/schnorr/musig2/sign.go | 6 +- btcec/schnorr/musig2/sign_test.go | 2 +- btcec/schnorr/pubkey.go | 2 +- btcec/schnorr/signature.go | 4 +- btcec/schnorr/signature_test.go | 2 +- btcjson/README.md | 2 +- btcjson/btcdextcmds_test.go | 2 +- btcjson/btcdextresults_test.go | 2 +- btcjson/btcwalletextcmds_test.go | 2 +- btcjson/chainsvrcmds.go | 2 +- btcjson/chainsvrcmds_test.go | 4 +- btcjson/chainsvrresults.go | 6 +- btcjson/chainsvrresults_test.go | 6 +- btcjson/chainsvrwscmds_test.go | 2 +- btcjson/chainsvrwsntfns_test.go | 2 +- btcjson/chainsvrwsresults_test.go | 2 +- btcjson/cmdinfo_test.go | 2 +- btcjson/cmdparse_test.go | 2 +- btcjson/error_test.go | 2 +- btcjson/example_test.go | 2 +- btcjson/help_test.go | 2 +- btcjson/helpers_test.go | 2 +- btcjson/jsonrpc_test.go | 2 +- btcjson/register_test.go | 2 +- btcjson/walletsvrcmds.go | 2 +- btcjson/walletsvrcmds_test.go | 4 +- btcjson/walletsvrresults.go | 2 +- btcjson/walletsvrresults_test.go | 2 +- btcjson/walletsvrwscmds_test.go | 2 +- btcjson/walletsvrwsntfns_test.go | 2 +- chaincfg/README.md | 6 +- chaincfg/chainhash/README.md | 2 +- chaincfg/chainhash/go.mod | 2 +- chaincfg/deployment_block_height.go | 2 +- chaincfg/deployment_time_frame.go | 2 +- chaincfg/doc.go | 4 +- chaincfg/genesis.go | 4 +- chaincfg/params.go | 4 +- chaincfg/register_test.go | 2 +- cmd/addblock/addblock.go | 8 +- cmd/addblock/config.go | 10 +- cmd/addblock/import.go | 12 +- cmd/findcheckpoint/config.go | 10 +- cmd/findcheckpoint/findcheckpoint.go | 8 +- cmd/gencerts/gencerts.go | 2 +- cmd/ltcctl/config.go | 6 +- cmd/ltcctl/httpclient.go | 2 +- cmd/ltcctl/ltcctl.go | 2 +- config.go | 20 +- connmgr/README.md | 2 +- connmgr/seed.go | 4 +- database/README.md | 2 +- database/cmd/dbtool/fetchblock.go | 4 +- database/cmd/dbtool/fetchblockregion.go | 4 +- database/cmd/dbtool/globalconfig.go | 10 +- database/cmd/dbtool/insecureimport.go | 8 +- database/cmd/dbtool/loadheaders.go | 4 +- database/cmd/dbtool/main.go | 2 +- database/driver_test.go | 4 +- database/error_test.go | 2 +- database/example_test.go | 22 +- database/ffldb/bench_test.go | 6 +- database/ffldb/blockio.go | 6 +- database/ffldb/db.go | 10 +- database/ffldb/dbcache.go | 2 +- database/ffldb/driver.go | 4 +- database/ffldb/driver_test.go | 10 +- database/ffldb/export_test.go | 2 +- database/ffldb/interface_test.go | 10 +- database/ffldb/ldbtreapiter.go | 2 +- database/ffldb/reconcile.go | 2 +- database/ffldb/whitebox_test.go | 8 +- database/interface.go | 4 +- docs/json_rpc_api.md | 16 +- go.mod | 12 +- go.sum | 142 ++++++++++++ integration/bip0009_test.go | 8 +- integration/csv_fork_test.go | 16 +- integration/rpcserver_test.go | 10 +- integration/rpctest/README.md | 4 +- integration/rpctest/blockgen.go | 14 +- integration/rpctest/btcd.go | 2 +- integration/rpctest/memwallet.go | 18 +- integration/rpctest/node.go | 4 +- integration/rpctest/rpc_harness.go | 10 +- integration/rpctest/rpc_harness_test.go | 10 +- integration/rpctest/utils.go | 4 +- log.go | 22 +- ltcutil/README.md | 2 +- ltcutil/address.go | 10 +- ltcutil/address_test.go | 4 +- ltcutil/amount_test.go | 2 +- ltcutil/appdata_test.go | 2 +- ltcutil/base58/README.md | 2 +- ltcutil/base58/base58_test.go | 2 +- ltcutil/base58/base58bench_test.go | 2 +- ltcutil/base58/base58check_test.go | 2 +- ltcutil/base58/example_test.go | 2 +- ltcutil/bech32/README.md | 2 +- ltcutil/bech32/example_test.go | 2 +- ltcutil/block.go | 4 +- ltcutil/block_test.go | 6 +- ltcutil/bloom/README.md | 2 +- ltcutil/bloom/example_test.go | 6 +- ltcutil/bloom/filter.go | 8 +- ltcutil/bloom/filter_test.go | 8 +- ltcutil/bloom/merkleblock.go | 8 +- ltcutil/bloom/merkleblock_test.go | 8 +- ltcutil/bloom/murmurhash3_test.go | 2 +- ltcutil/certgen_test.go | 2 +- ltcutil/coinset/README.md | 2 +- ltcutil/coinset/coins.go | 6 +- ltcutil/coinset/coins_test.go | 8 +- ltcutil/example_test.go | 2 +- ltcutil/gcs/README.md | 2 +- ltcutil/gcs/builder/builder.go | 8 +- ltcutil/gcs/builder/builder_test.go | 14 +- ltcutil/gcs/gcs.go | 2 +- ltcutil/gcs/gcs_test.go | 2 +- ltcutil/gcs/gcsbench_test.go | 2 +- ltcutil/go.mod | 12 +- ltcutil/go.sum | 213 ++++++++++++++++++ ltcutil/hdkeychain/README.md | 2 +- ltcutil/hdkeychain/bench_test.go | 2 +- ltcutil/hdkeychain/example_test.go | 4 +- ltcutil/hdkeychain/extendedkey.go | 10 +- ltcutil/hdkeychain/extendedkey_test.go | 2 +- ltcutil/internal_test.go | 6 +- ltcutil/mweb/coin.go | 6 +- ltcutil/mweb/coin_test.go | 10 +- ltcutil/mweb/fees.go | 6 +- ltcutil/mweb/header.go | 8 +- ltcutil/mweb/keychain.go | 2 +- ltcutil/mweb/leafset.go | 2 +- ltcutil/mweb/txbuilder.go | 6 +- ltcutil/mweb/utxos.go | 4 +- ltcutil/psbt/creator.go | 2 +- ltcutil/psbt/extractor.go | 4 +- ltcutil/psbt/finalizer.go | 6 +- ltcutil/psbt/go.mod | 14 +- ltcutil/psbt/go.sum | 150 +++++++++++- ltcutil/psbt/partial_input.go | 4 +- ltcutil/psbt/partial_output.go | 2 +- ltcutil/psbt/partialsig.go | 4 +- ltcutil/psbt/psbt.go | 4 +- ltcutil/psbt/psbt_test.go | 8 +- ltcutil/psbt/signer.go | 2 +- ltcutil/psbt/sort.go | 2 +- ltcutil/psbt/sort_test.go | 4 +- ltcutil/psbt/taproot.go | 6 +- ltcutil/psbt/updater.go | 6 +- ltcutil/psbt/utils.go | 4 +- ltcutil/psbt/utils_test.go | 4 +- ltcutil/tx.go | 4 +- ltcutil/tx_test.go | 4 +- ltcutil/txsort/README.md | 2 +- ltcutil/txsort/txsort.go | 4 +- ltcutil/txsort/txsort_test.go | 4 +- ltcutil/wif.go | 8 +- ltcutil/wif_test.go | 6 +- mempool/README.md | 2 +- mempool/error.go | 4 +- mempool/estimatefee.go | 6 +- mempool/estimatefee_test.go | 8 +- mempool/mempool.go | 18 +- mempool/mempool_test.go | 14 +- mempool/policy.go | 8 +- mempool/policy_test.go | 12 +- mining/README.md | 2 +- mining/cpuminer/README.md | 2 +- mining/cpuminer/cpuminer.go | 12 +- mining/mining.go | 12 +- mining/mining_test.go | 2 +- mining/policy.go | 6 +- mining/policy_test.go | 8 +- netsync/README.md | 2 +- netsync/blocklogger.go | 2 +- netsync/interface.go | 14 +- netsync/manager.go | 16 +- params.go | 4 +- peer/README.md | 2 +- peer/example_test.go | 6 +- peer/log.go | 6 +- peer/peer.go | 8 +- peer/peer_test.go | 8 +- release/release.sh | 6 +- rpcadapters.go | 14 +- rpcclient/README.md | 2 +- rpcclient/chain.go | 6 +- rpcclient/example_test.go | 2 +- rpcclient/examples/bitcoincorehttp/README.md | 2 +- rpcclient/examples/bitcoincorehttp/main.go | 2 +- .../examples/bitcoincorehttpbulk/README.md | 2 +- .../examples/bitcoincorehttpbulk/main.go | 2 +- rpcclient/examples/btcdwebsockets/README.md | 2 +- rpcclient/examples/btcdwebsockets/main.go | 6 +- .../examples/btcwalletwebsockets/README.md | 2 +- .../examples/btcwalletwebsockets/main.go | 4 +- rpcclient/examples/customcommand/README.md | 2 +- rpcclient/examples/customcommand/main.go | 4 +- rpcclient/extensions.go | 8 +- rpcclient/infrastructure.go | 4 +- rpcclient/mining.go | 6 +- rpcclient/net.go | 2 +- rpcclient/notify.go | 8 +- rpcclient/rawrequest.go | 2 +- rpcclient/rawtransactions.go | 8 +- rpcclient/wallet.go | 10 +- rpcclient/zmq.go | 2 +- rpcserver.go | 28 +-- rpcserverhelp.go | 2 +- rpcwebsocket.go | 16 +- server.go | 32 +-- txscript/README.md | 2 +- txscript/bench_test.go | 4 +- txscript/engine.go | 6 +- txscript/engine_debug_test.go | 6 +- txscript/engine_test.go | 4 +- txscript/example_test.go | 12 +- txscript/hashcache.go | 4 +- txscript/hashcache_test.go | 2 +- txscript/opcode.go | 8 +- txscript/pkscript.go | 10 +- txscript/pkscript_test.go | 2 +- txscript/reference_test.go | 6 +- txscript/script.go | 2 +- txscript/script_test.go | 2 +- txscript/sigcache.go | 2 +- txscript/sigcache_test.go | 6 +- txscript/sighash.go | 4 +- txscript/sign.go | 12 +- txscript/sign_test.go | 12 +- txscript/sigvalidate.go | 10 +- txscript/standard.go | 10 +- txscript/standard_test.go | 6 +- txscript/taproot.go | 8 +- txscript/taproot_test.go | 10 +- wire/README.md | 2 +- wire/bench_test.go | 2 +- wire/blockheader.go | 4 +- wire/common.go | 2 +- wire/common_test.go | 2 +- wire/invvect.go | 2 +- wire/invvect_test.go | 2 +- wire/message.go | 2 +- wire/message_test.go | 2 +- wire/msgblock.go | 2 +- wire/msgblock_test.go | 2 +- wire/msgcfcheckpt.go | 2 +- wire/msgcfheaders.go | 2 +- wire/msgcfilter.go | 2 +- wire/msggetblocks.go | 2 +- wire/msggetblocks_test.go | 2 +- wire/msggetcfcheckpt.go | 2 +- wire/msggetcfheaders.go | 2 +- wire/msggetcfilters.go | 2 +- wire/msggetdata_test.go | 2 +- wire/msggetheaders.go | 2 +- wire/msggetheaders_test.go | 2 +- wire/msggetmwebutxos.go | 2 +- wire/msginv_test.go | 2 +- wire/msgmerkleblock.go | 2 +- wire/msgmerkleblock_test.go | 2 +- wire/msgmwebleafset.go | 2 +- wire/msgmwebutxos.go | 2 +- wire/msgnotfound_test.go | 2 +- wire/msgreject.go | 2 +- wire/msgtx.go | 2 +- wire/msgtx_test.go | 2 +- wire/mwebheader.go | 2 +- wire/mwebinput.go | 4 +- wire/mwebkernel.go | 4 +- wire/mweboutput.go | 4 +- wire/mwebtx.go | 2 +- 340 files changed, 1412 insertions(+), 883 deletions(-) diff --git a/Makefile b/Makefile index 08a9d36709..cb0d4e6640 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PKG := github.com/ltcsuite/ltcd +PKG := github.com/ltcmweb/ltcd LINT_PKG := github.com/golangci/golangci-lint/cmd/golangci-lint GOACC_PKG := github.com/ory/go-acc diff --git a/addrmgr/addrmanager.go b/addrmgr/addrmanager.go index 357be34952..75c848053f 100644 --- a/addrmgr/addrmanager.go +++ b/addrmgr/addrmanager.go @@ -23,8 +23,8 @@ import ( "sync/atomic" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // AddrManager provides a concurrency safe address manager for caching potential diff --git a/addrmgr/addrmanager_internal_test.go b/addrmgr/addrmanager_internal_test.go index ec1602f0b0..9bdf5f8458 100644 --- a/addrmgr/addrmanager_internal_test.go +++ b/addrmgr/addrmanager_internal_test.go @@ -8,7 +8,7 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) // randAddr generates a *wire.NetAddressV2 backed by a random IPv4/IPv6 diff --git a/addrmgr/addrmanager_test.go b/addrmgr/addrmanager_test.go index aab5aef522..2ebd92cb0b 100644 --- a/addrmgr/addrmanager_test.go +++ b/addrmgr/addrmanager_test.go @@ -12,8 +12,8 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/addrmgr" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/addrmgr" + "github.com/ltcmweb/ltcd/wire" ) // naTest is used to describe a test to be performed against the NetAddressKey diff --git a/addrmgr/internal_test.go b/addrmgr/internal_test.go index 52d012e85c..d2136fdcbb 100644 --- a/addrmgr/internal_test.go +++ b/addrmgr/internal_test.go @@ -7,7 +7,7 @@ package addrmgr import ( "time" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) func TstKnownAddressIsBad(ka *KnownAddress) bool { diff --git a/addrmgr/knownaddress.go b/addrmgr/knownaddress.go index f90be48694..01bfb76b07 100644 --- a/addrmgr/knownaddress.go +++ b/addrmgr/knownaddress.go @@ -8,7 +8,7 @@ import ( "sync" "time" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) // KnownAddress tracks information about a known network address that is used diff --git a/addrmgr/knownaddress_test.go b/addrmgr/knownaddress_test.go index 1d5307d329..121c1fa29b 100644 --- a/addrmgr/knownaddress_test.go +++ b/addrmgr/knownaddress_test.go @@ -9,8 +9,8 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/addrmgr" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/addrmgr" + "github.com/ltcmweb/ltcd/wire" ) func TestChance(t *testing.T) { diff --git a/addrmgr/network.go b/addrmgr/network.go index 13e63a1b54..deb2bd747b 100644 --- a/addrmgr/network.go +++ b/addrmgr/network.go @@ -8,7 +8,7 @@ import ( "fmt" "net" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) var ( diff --git a/addrmgr/network_test.go b/addrmgr/network_test.go index 32ab50fc4d..5267a0fd45 100644 --- a/addrmgr/network_test.go +++ b/addrmgr/network_test.go @@ -9,8 +9,8 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/addrmgr" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/addrmgr" + "github.com/ltcmweb/ltcd/wire" ) // TestIPTypes ensures the various functions which determine the type of an IP diff --git a/blockchain/README.md b/blockchain/README.md index 65442d35c8..a0c1af1204 100644 --- a/blockchain/README.md +++ b/blockchain/README.md @@ -21,7 +21,7 @@ block chain. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/blockchain +$ go get -u github.com/ltcmweb/ltcd/blockchain ``` ## Litecoin Chain Processing Overview diff --git a/blockchain/accept.go b/blockchain/accept.go index a8d273e509..d81d850ad4 100644 --- a/blockchain/accept.go +++ b/blockchain/accept.go @@ -7,8 +7,8 @@ package blockchain import ( "fmt" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" ) // maybeAcceptBlock potentially accepts a block into the block chain and, if diff --git a/blockchain/bench_test.go b/blockchain/bench_test.go index 5ae8480622..a3e48131fb 100644 --- a/blockchain/bench_test.go +++ b/blockchain/bench_test.go @@ -7,8 +7,8 @@ package blockchain import ( "testing" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // BenchmarkIsCoinBase performs a simple benchmark against the IsCoinBase diff --git a/blockchain/blockindex.go b/blockchain/blockindex.go index 0c5dd8ab75..2c110a0166 100644 --- a/blockchain/blockindex.go +++ b/blockchain/blockindex.go @@ -10,10 +10,10 @@ import ( "sync" "time" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/wire" ) // blockStatus is a bit field representing the validation state of the block. diff --git a/blockchain/chain.go b/blockchain/chain.go index 471cc0ee44..0a299a5e0b 100644 --- a/blockchain/chain.go +++ b/blockchain/chain.go @@ -11,12 +11,12 @@ import ( "sync" "time" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/blockchain/chain_test.go b/blockchain/chain_test.go index d609a0c83a..975e0df4a9 100644 --- a/blockchain/chain_test.go +++ b/blockchain/chain_test.go @@ -9,10 +9,10 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // TestHaveBlock tests the HaveBlock API to ensure proper functionality. diff --git a/blockchain/chainio.go b/blockchain/chainio.go index 68bb7eca07..7e13c17b9f 100644 --- a/blockchain/chainio.go +++ b/blockchain/chainio.go @@ -12,10 +12,10 @@ import ( "sync" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/blockchain/chainio_test.go b/blockchain/chainio_test.go index a5b1bc4567..0b24ce116b 100644 --- a/blockchain/chainio_test.go +++ b/blockchain/chainio_test.go @@ -11,8 +11,8 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/wire" ) // TestErrNotInMainChain ensures the functions related to errNotInMainChain work diff --git a/blockchain/chainview_test.go b/blockchain/chainview_test.go index 6f13c1ed9f..a8e626cc54 100644 --- a/blockchain/chainview_test.go +++ b/blockchain/chainview_test.go @@ -10,7 +10,7 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) // testNoncePrng provides a deterministic prng for the nonce in generated fake diff --git a/blockchain/checkpoints.go b/blockchain/checkpoints.go index f04784af3e..7eb15b822b 100644 --- a/blockchain/checkpoints.go +++ b/blockchain/checkpoints.go @@ -8,10 +8,10 @@ import ( "fmt" "time" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" ) // CheckpointConfirmations is the number of blocks before the end of the current diff --git a/blockchain/common_test.go b/blockchain/common_test.go index 6ee680dc1d..b81a19650b 100644 --- a/blockchain/common_test.go +++ b/blockchain/common_test.go @@ -14,13 +14,13 @@ import ( "strings" "time" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - _ "github.com/ltcsuite/ltcd/database/ffldb" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + _ "github.com/ltcmweb/ltcd/database/ffldb" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/blockchain/compress.go b/blockchain/compress.go index 33a257674e..d0b380d671 100644 --- a/blockchain/compress.go +++ b/blockchain/compress.go @@ -5,8 +5,8 @@ package blockchain import ( - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/txscript" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/txscript" ) // ----------------------------------------------------------------------------- diff --git a/blockchain/difficulty.go b/blockchain/difficulty.go index 0ea6aa07ef..33118c5c8f 100644 --- a/blockchain/difficulty.go +++ b/blockchain/difficulty.go @@ -8,7 +8,7 @@ import ( "math/big" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) var ( diff --git a/blockchain/example_test.go b/blockchain/example_test.go index 46bbae2d90..f8482c512c 100644 --- a/blockchain/example_test.go +++ b/blockchain/example_test.go @@ -10,11 +10,11 @@ import ( "os" "path/filepath" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/database" - _ "github.com/ltcsuite/ltcd/database/ffldb" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/database" + _ "github.com/ltcmweb/ltcd/database/ffldb" + "github.com/ltcmweb/ltcd/ltcutil" ) // This example demonstrates how to create a new chain instance and use diff --git a/blockchain/fullblocks_test.go b/blockchain/fullblocks_test.go index 05f7b0d5a5..a2014da27a 100644 --- a/blockchain/fullblocks_test.go +++ b/blockchain/fullblocks_test.go @@ -10,12 +10,12 @@ import ( "os" "path/filepath" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/database" - _ "github.com/ltcsuite/ltcd/database/ffldb" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/database" + _ "github.com/ltcmweb/ltcd/database/ffldb" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/blockchain/fullblocktests/README.md b/blockchain/fullblocktests/README.md index 7a6799a0b8..fcaa68829b 100644 --- a/blockchain/fullblocktests/README.md +++ b/blockchain/fullblocktests/README.md @@ -20,7 +20,7 @@ of blocks that exercise the consensus validation rules. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/blockchain/fullblocktests +$ go get -u github.com/ltcmweb/ltcd/blockchain/fullblocktests ``` ## License diff --git a/blockchain/fullblocktests/generate.go b/blockchain/fullblocktests/generate.go index 9d5e2ca19b..8c69d60279 100644 --- a/blockchain/fullblocktests/generate.go +++ b/blockchain/fullblocktests/generate.go @@ -18,13 +18,13 @@ import ( "runtime" "time" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/blockchain/fullblocktests/params.go b/blockchain/fullblocktests/params.go index 8f8f12d3e1..49cd57335e 100644 --- a/blockchain/fullblocktests/params.go +++ b/blockchain/fullblocktests/params.go @@ -9,9 +9,9 @@ import ( "math/big" "time" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // newHashFromStr converts the passed big-endian hex string into a diff --git a/blockchain/indexers/README.md b/blockchain/indexers/README.md index 46fe10eaad..1815a4cea9 100644 --- a/blockchain/indexers/README.md +++ b/blockchain/indexers/README.md @@ -23,7 +23,7 @@ via an RPC interface. ## Installation ```bash -$ go get -u github.com/ltcsuite/ltcd/blockchain/indexers +$ go get -u github.com/ltcmweb/ltcd/blockchain/indexers ``` ## License diff --git a/blockchain/indexers/addrindex.go b/blockchain/indexers/addrindex.go index 17cddae870..1382d38071 100644 --- a/blockchain/indexers/addrindex.go +++ b/blockchain/indexers/addrindex.go @@ -9,13 +9,13 @@ import ( "fmt" "sync" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/blockchain/indexers/addrindex_test.go b/blockchain/indexers/addrindex_test.go index 438eb4d819..87f3b99a10 100644 --- a/blockchain/indexers/addrindex_test.go +++ b/blockchain/indexers/addrindex_test.go @@ -9,7 +9,7 @@ import ( "fmt" "testing" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) // addrIndexBucket provides a mock address index database bucket by implementing diff --git a/blockchain/indexers/blocklogger.go b/blockchain/indexers/blocklogger.go index c34a96a409..a25648f254 100644 --- a/blockchain/indexers/blocklogger.go +++ b/blockchain/indexers/blocklogger.go @@ -9,7 +9,7 @@ import ( "time" "github.com/btcsuite/btclog" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil" ) // blockProgressLogger provides periodic logging for other services in order diff --git a/blockchain/indexers/cfindex.go b/blockchain/indexers/cfindex.go index 2ab91df235..1aa220f58d 100644 --- a/blockchain/indexers/cfindex.go +++ b/blockchain/indexers/cfindex.go @@ -7,14 +7,14 @@ package indexers import ( "errors" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/ltcutil/gcs" - "github.com/ltcsuite/ltcd/ltcutil/gcs/builder" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil/gcs" + "github.com/ltcmweb/ltcd/ltcutil/gcs/builder" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/blockchain/indexers/common.go b/blockchain/indexers/common.go index 8289dda8a3..d4ccac9acd 100644 --- a/blockchain/indexers/common.go +++ b/blockchain/indexers/common.go @@ -11,9 +11,9 @@ import ( "encoding/binary" "errors" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" ) var ( diff --git a/blockchain/indexers/manager.go b/blockchain/indexers/manager.go index 1abde6a73b..f96cd2c034 100644 --- a/blockchain/indexers/manager.go +++ b/blockchain/indexers/manager.go @@ -8,11 +8,11 @@ import ( "bytes" "fmt" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) var ( diff --git a/blockchain/indexers/txindex.go b/blockchain/indexers/txindex.go index 80fdf943d7..5c0e86dbbd 100644 --- a/blockchain/indexers/txindex.go +++ b/blockchain/indexers/txindex.go @@ -8,11 +8,11 @@ import ( "errors" "fmt" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/blockchain/interfaces.go b/blockchain/interfaces.go index d4f28c08e2..cb34aac940 100644 --- a/blockchain/interfaces.go +++ b/blockchain/interfaces.go @@ -1,8 +1,8 @@ package blockchain import ( - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // ChainCtx is an interface that abstracts away blockchain parameters. diff --git a/blockchain/merkle.go b/blockchain/merkle.go index c460029266..c31c60c66e 100644 --- a/blockchain/merkle.go +++ b/blockchain/merkle.go @@ -9,9 +9,9 @@ import ( "fmt" "math" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" ) const ( diff --git a/blockchain/merkle_test.go b/blockchain/merkle_test.go index cad648f563..19d85fd718 100644 --- a/blockchain/merkle_test.go +++ b/blockchain/merkle_test.go @@ -8,9 +8,9 @@ import ( "fmt" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" "github.com/stretchr/testify/require" ) diff --git a/blockchain/notifications_test.go b/blockchain/notifications_test.go index 47d63e214b..054a02d5ec 100644 --- a/blockchain/notifications_test.go +++ b/blockchain/notifications_test.go @@ -7,7 +7,7 @@ package blockchain import ( "testing" - "github.com/ltcsuite/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg" ) // TestNotifications ensures that notification callbacks are fired on events. diff --git a/blockchain/process.go b/blockchain/process.go index b34f2b6e3d..4507e7df0d 100644 --- a/blockchain/process.go +++ b/blockchain/process.go @@ -8,9 +8,9 @@ import ( "fmt" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" ) // BehaviorFlags is a bitmask defining tweaks to the normal behavior when diff --git a/blockchain/rolling_merkle.go b/blockchain/rolling_merkle.go index 18502caf1f..9760e5cb2b 100644 --- a/blockchain/rolling_merkle.go +++ b/blockchain/rolling_merkle.go @@ -3,8 +3,8 @@ package blockchain import ( "math/bits" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" ) // rollingMerkleTreeStore calculates the merkle root by only allocating O(logN) diff --git a/blockchain/rolling_merkle_test.go b/blockchain/rolling_merkle_test.go index dc7734e7db..cda66b4f82 100644 --- a/blockchain/rolling_merkle_test.go +++ b/blockchain/rolling_merkle_test.go @@ -3,7 +3,7 @@ package blockchain import ( "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" "github.com/stretchr/testify/require" ) diff --git a/blockchain/scriptval.go b/blockchain/scriptval.go index a8ec461359..4d195043ee 100644 --- a/blockchain/scriptval.go +++ b/blockchain/scriptval.go @@ -10,9 +10,9 @@ import ( "runtime" "time" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) // txValidateItem holds a transaction along with which input to validate. diff --git a/blockchain/thresholdstate.go b/blockchain/thresholdstate.go index c834545c85..0c7eadf051 100644 --- a/blockchain/thresholdstate.go +++ b/blockchain/thresholdstate.go @@ -8,8 +8,8 @@ import ( "fmt" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // ThresholdState define the various threshold states used when voting on diff --git a/blockchain/thresholdstate_test.go b/blockchain/thresholdstate_test.go index 17b8a4b96a..0097a281f5 100644 --- a/blockchain/thresholdstate_test.go +++ b/blockchain/thresholdstate_test.go @@ -7,7 +7,7 @@ package blockchain import ( "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // TestThresholdStateStringer tests the stringized output for the diff --git a/blockchain/upgrade.go b/blockchain/upgrade.go index 053b15fc25..d2c3b327b8 100644 --- a/blockchain/upgrade.go +++ b/blockchain/upgrade.go @@ -11,9 +11,9 @@ import ( "fmt" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/blockchain/utxoviewpoint.go b/blockchain/utxoviewpoint.go index c571a000a3..4a42b4a847 100644 --- a/blockchain/utxoviewpoint.go +++ b/blockchain/utxoviewpoint.go @@ -7,11 +7,11 @@ package blockchain import ( "fmt" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) // txoFlags is a bitmask defining additional information and state for a diff --git a/blockchain/validate.go b/blockchain/validate.go index bec7c48033..6328b7f3ac 100644 --- a/blockchain/validate.go +++ b/blockchain/validate.go @@ -11,11 +11,11 @@ import ( "math/big" "time" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/blockchain/validate_test.go b/blockchain/validate_test.go index d3fa0f2f48..44925ba29d 100644 --- a/blockchain/validate_test.go +++ b/blockchain/validate_test.go @@ -10,10 +10,10 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // TestSequenceLocksActive tests the SequenceLockActive function to ensure it diff --git a/blockchain/versionbits.go b/blockchain/versionbits.go index fe2158455d..18e683377e 100644 --- a/blockchain/versionbits.go +++ b/blockchain/versionbits.go @@ -5,7 +5,7 @@ package blockchain import ( - "github.com/ltcsuite/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg" ) const ( diff --git a/blockchain/weight.go b/blockchain/weight.go index e27ec124b6..f7c4287d7a 100644 --- a/blockchain/weight.go +++ b/blockchain/weight.go @@ -7,9 +7,9 @@ package blockchain import ( "fmt" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/btcd.go b/btcd.go index 80cddb3f60..37cc31fe77 100644 --- a/btcd.go +++ b/btcd.go @@ -15,10 +15,10 @@ import ( "runtime/debug" "runtime/pprof" - "github.com/ltcsuite/ltcd/blockchain/indexers" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/limits" - "github.com/ltcsuite/ltcd/ossec" + "github.com/ltcmweb/ltcd/blockchain/indexers" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/limits" + "github.com/ltcmweb/ltcd/ossec" ) const ( diff --git a/btcec/README.md b/btcec/README.md index 06c3ab5fb0..c6dacea1b2 100644 --- a/btcec/README.md +++ b/btcec/README.md @@ -20,7 +20,7 @@ use secp256k1 elliptic curve cryptography. ## Installation and Updating ```bash -$ go install -u -v github.com/ltcsuite/ltcd/btcec/v2 +$ go install -u -v github.com/ltcmweb/ltcd/btcec/v2 ``` ## Examples diff --git a/btcec/ecdsa/bench_test.go b/btcec/ecdsa/bench_test.go index 18d9e441a6..2a235ee8fb 100644 --- a/btcec/ecdsa/bench_test.go +++ b/btcec/ecdsa/bench_test.go @@ -11,7 +11,7 @@ import ( "testing" "github.com/decred/dcrd/dcrec/secp256k1/v4" - "github.com/ltcsuite/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2" ) // hexToBytes converts the passed hex string into bytes and will panic if there diff --git a/btcec/ecdsa/example_test.go b/btcec/ecdsa/example_test.go index f29f0684a3..3aaf7fc7b5 100644 --- a/btcec/ecdsa/example_test.go +++ b/btcec/ecdsa/example_test.go @@ -8,9 +8,9 @@ import ( "encoding/hex" "fmt" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/ecdsa" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/ecdsa" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // This example demonstrates signing a message with a secp256k1 private key that diff --git a/btcec/ecdsa/signature.go b/btcec/ecdsa/signature.go index 70af3b09e4..a815c7cbb1 100644 --- a/btcec/ecdsa/signature.go +++ b/btcec/ecdsa/signature.go @@ -11,7 +11,7 @@ import ( "math/big" secp_ecdsa "github.com/decred/dcrd/dcrec/secp256k1/v4/ecdsa" - "github.com/ltcsuite/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2" ) // Errors returned by canonicalPadding. diff --git a/btcec/ecdsa/signature_test.go b/btcec/ecdsa/signature_test.go index 00221592c5..10cf7342dd 100644 --- a/btcec/ecdsa/signature_test.go +++ b/btcec/ecdsa/signature_test.go @@ -14,7 +14,7 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2" ) type signatureTest struct { diff --git a/btcec/go.mod b/btcec/go.mod index 31b977af21..6a4f42be3c 100644 --- a/btcec/go.mod +++ b/btcec/go.mod @@ -1,11 +1,11 @@ -module github.com/ltcsuite/ltcd/btcec/v2 +module github.com/ltcmweb/ltcd/btcec/v2 go 1.17 require ( github.com/davecgh/go-spew v1.1.1 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 - github.com/ltcsuite/ltcd/chaincfg/chainhash v1.0.2 + github.com/ltcmweb/ltcd/chaincfg/chainhash v1.0.3 github.com/stretchr/testify v1.8.3 ) diff --git a/btcec/go.sum b/btcec/go.sum index 413975903b..e2fc581699 100644 --- a/btcec/go.sum +++ b/btcec/go.sum @@ -1,3 +1,4 @@ +github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -5,20 +6,57 @@ github.com/decred/dcrd/crypto/blake256 v1.0.0 h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK github.com/decred/dcrd/crypto/blake256 v1.0.0/go.mod h1:sQl2p6Y26YV+ZOcSTP6thNdn47hh8kt6rqSlvmrXFAc= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 h1:YLtO71vCjJRCBcrPMtQ9nqBsqpA1m5sE92cU+pd5Mcc= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1/go.mod h1:hyedUtir6IdtD/7lIxGeCxkaw7y45JueMRL4DIyJDKs= +github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= +github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0= +github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= +github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= +github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= -github.com/ltcsuite/ltcd/chaincfg/chainhash v1.0.2 h1:xuWxvRKxLvOKuS7/Q/7I3tpc3cWAB0+hZpU8YdVqkzg= -github.com/ltcsuite/ltcd/chaincfg/chainhash v1.0.2/go.mod h1:nkLkAFGhursWf2U68gt61hPieK1I+0m78e+2aevNyD8= +github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= +github.com/ltcmweb/ltcd/chaincfg/chainhash v1.0.2 h1:qYLegAA3owzZ1mbdGnlrbghvr6roShFAwmNk4jtTb4g= +github.com/ltcmweb/ltcd/chaincfg/chainhash v1.0.2/go.mod h1:zB+HhI2IbIwTGpdAhdzpm1GVX4ShcWTgN42+ar9HXrg= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= +github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= +github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY= +github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= +golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= +golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= +golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= +golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= +gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= diff --git a/btcec/schnorr/bench_test.go b/btcec/schnorr/bench_test.go index 7eb1959295..cf386714bd 100644 --- a/btcec/schnorr/bench_test.go +++ b/btcec/schnorr/bench_test.go @@ -12,7 +12,7 @@ import ( "testing" "github.com/decred/dcrd/dcrec/secp256k1/v4" - "github.com/ltcsuite/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2" ) // hexToBytes converts the passed hex string into bytes and will panic if there diff --git a/btcec/schnorr/musig2/bench_test.go b/btcec/schnorr/musig2/bench_test.go index 384f353a8a..6a232d74bf 100644 --- a/btcec/schnorr/musig2/bench_test.go +++ b/btcec/schnorr/musig2/bench_test.go @@ -9,8 +9,8 @@ import ( "fmt" "testing" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/schnorr" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/schnorr" ) var ( diff --git a/btcec/schnorr/musig2/context.go b/btcec/schnorr/musig2/context.go index 911468f73d..c60ae31d67 100644 --- a/btcec/schnorr/musig2/context.go +++ b/btcec/schnorr/musig2/context.go @@ -5,8 +5,8 @@ package musig2 import ( "fmt" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/schnorr" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/schnorr" ) var ( diff --git a/btcec/schnorr/musig2/keys.go b/btcec/schnorr/musig2/keys.go index b43c86327a..a9c77d7de8 100644 --- a/btcec/schnorr/musig2/keys.go +++ b/btcec/schnorr/musig2/keys.go @@ -9,9 +9,9 @@ import ( secp "github.com/decred/dcrd/dcrec/secp256k1/v4" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/schnorr" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/schnorr" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) var ( diff --git a/btcec/schnorr/musig2/keys_test.go b/btcec/schnorr/musig2/keys_test.go index 54c96e2189..923b15b54c 100644 --- a/btcec/schnorr/musig2/keys_test.go +++ b/btcec/schnorr/musig2/keys_test.go @@ -12,8 +12,8 @@ import ( "testing" secp "github.com/decred/dcrd/dcrec/secp256k1/v4" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/schnorr" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/schnorr" "github.com/stretchr/testify/require" ) diff --git a/btcec/schnorr/musig2/musig2_test.go b/btcec/schnorr/musig2/musig2_test.go index cbe77ecadc..b2fbc2057d 100644 --- a/btcec/schnorr/musig2/musig2_test.go +++ b/btcec/schnorr/musig2/musig2_test.go @@ -10,7 +10,7 @@ import ( "sync" "testing" - "github.com/ltcsuite/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2" ) const ( diff --git a/btcec/schnorr/musig2/nonces.go b/btcec/schnorr/musig2/nonces.go index 7009c5a1db..20d14e41de 100644 --- a/btcec/schnorr/musig2/nonces.go +++ b/btcec/schnorr/musig2/nonces.go @@ -9,9 +9,9 @@ import ( "errors" "io" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/schnorr" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/schnorr" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) const ( diff --git a/btcec/schnorr/musig2/sign.go b/btcec/schnorr/musig2/sign.go index 4faf1b6b0c..225d4687d4 100644 --- a/btcec/schnorr/musig2/sign.go +++ b/btcec/schnorr/musig2/sign.go @@ -9,9 +9,9 @@ import ( secp "github.com/decred/dcrd/dcrec/secp256k1/v4" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/schnorr" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/schnorr" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) var ( diff --git a/btcec/schnorr/musig2/sign_test.go b/btcec/schnorr/musig2/sign_test.go index acee423d55..4bc4e05963 100644 --- a/btcec/schnorr/musig2/sign_test.go +++ b/btcec/schnorr/musig2/sign_test.go @@ -13,7 +13,7 @@ import ( "testing" secp "github.com/decred/dcrd/dcrec/secp256k1/v4" - "github.com/ltcsuite/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2" "github.com/stretchr/testify/require" ) diff --git a/btcec/schnorr/pubkey.go b/btcec/schnorr/pubkey.go index 4acb0afe6f..d7be69b315 100644 --- a/btcec/schnorr/pubkey.go +++ b/btcec/schnorr/pubkey.go @@ -9,7 +9,7 @@ import ( "fmt" secp "github.com/decred/dcrd/dcrec/secp256k1/v4" - "github.com/ltcsuite/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2" ) // These constants define the lengths of serialized public keys. diff --git a/btcec/schnorr/signature.go b/btcec/schnorr/signature.go index 44f5c02689..9051c3eb8c 100644 --- a/btcec/schnorr/signature.go +++ b/btcec/schnorr/signature.go @@ -7,8 +7,8 @@ import ( secp "github.com/decred/dcrd/dcrec/secp256k1/v4" ecdsa_schnorr "github.com/decred/dcrd/dcrec/secp256k1/v4/schnorr" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) const ( diff --git a/btcec/schnorr/signature_test.go b/btcec/schnorr/signature_test.go index f4979244dd..9b73e5d683 100644 --- a/btcec/schnorr/signature_test.go +++ b/btcec/schnorr/signature_test.go @@ -15,7 +15,7 @@ import ( "github.com/davecgh/go-spew/spew" secp_ecdsa "github.com/decred/dcrd/dcrec/secp256k1/v4" ecdsa_schnorr "github.com/decred/dcrd/dcrec/secp256k1/v4/schnorr" - "github.com/ltcsuite/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2" ) type bip340Test struct { diff --git a/btcjson/README.md b/btcjson/README.md index 4a6fbacc31..27923f9bcf 100644 --- a/btcjson/README.md +++ b/btcjson/README.md @@ -24,7 +24,7 @@ ints, etc) to higher-level types with many nice and useful properties. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/btcjson +$ go get -u github.com/ltcmweb/ltcd/btcjson ``` ## Examples diff --git a/btcjson/btcdextcmds_test.go b/btcjson/btcdextcmds_test.go index 14303d9b33..191eae764a 100644 --- a/btcjson/btcdextcmds_test.go +++ b/btcjson/btcdextcmds_test.go @@ -12,7 +12,7 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestBtcdExtCmds tests all of the ltcd extended commands marshal and unmarshal diff --git a/btcjson/btcdextresults_test.go b/btcjson/btcdextresults_test.go index 01a2cb8946..6ea45489e5 100644 --- a/btcjson/btcdextresults_test.go +++ b/btcjson/btcdextresults_test.go @@ -9,7 +9,7 @@ import ( "encoding/json" "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestBtcdExtCustomResults ensures any results that have custom marshalling diff --git a/btcjson/btcwalletextcmds_test.go b/btcjson/btcwalletextcmds_test.go index 1dd693c7b2..f37829b977 100644 --- a/btcjson/btcwalletextcmds_test.go +++ b/btcjson/btcwalletextcmds_test.go @@ -11,7 +11,7 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestBtcWalletExtCmds tests all of the ltcwallet extended commands marshal and diff --git a/btcjson/chainsvrcmds.go b/btcjson/chainsvrcmds.go index c1209dd1e5..61313116a6 100644 --- a/btcjson/chainsvrcmds.go +++ b/btcjson/chainsvrcmds.go @@ -13,7 +13,7 @@ import ( "fmt" "reflect" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) // AddNodeSubCmd defines the type used in the addnode JSON-RPC command for the diff --git a/btcjson/chainsvrcmds_test.go b/btcjson/chainsvrcmds_test.go index 27257e6b69..e7a895ca2d 100644 --- a/btcjson/chainsvrcmds_test.go +++ b/btcjson/chainsvrcmds_test.go @@ -12,8 +12,8 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/wire" ) // TestChainSvrCmds tests all of the chain server commands marshal and unmarshal diff --git a/btcjson/chainsvrresults.go b/btcjson/chainsvrresults.go index 3815b1615c..d27aad0f32 100644 --- a/btcjson/chainsvrresults.go +++ b/btcjson/chainsvrresults.go @@ -9,10 +9,10 @@ import ( "encoding/hex" "encoding/json" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // GetBlockHeaderVerboseResult models the data from the getblockheader command when diff --git a/btcjson/chainsvrresults_test.go b/btcjson/chainsvrresults_test.go index 5931868118..6a85f3bfb1 100644 --- a/btcjson/chainsvrresults_test.go +++ b/btcjson/chainsvrresults_test.go @@ -11,9 +11,9 @@ import ( "testing" "github.com/davecgh/go-spew/spew" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" ) // TestChainSvrCustomResults ensures any results that have custom marshalling diff --git a/btcjson/chainsvrwscmds_test.go b/btcjson/chainsvrwscmds_test.go index a4e0c6f7b7..4025896ea2 100644 --- a/btcjson/chainsvrwscmds_test.go +++ b/btcjson/chainsvrwscmds_test.go @@ -12,7 +12,7 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestChainSvrWsCmds tests all of the chain server websocket-specific commands diff --git a/btcjson/chainsvrwsntfns_test.go b/btcjson/chainsvrwsntfns_test.go index 44a9adde38..5087afb09c 100644 --- a/btcjson/chainsvrwsntfns_test.go +++ b/btcjson/chainsvrwsntfns_test.go @@ -12,7 +12,7 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestChainSvrWsNtfns tests all of the chain server websocket-specific diff --git a/btcjson/chainsvrwsresults_test.go b/btcjson/chainsvrwsresults_test.go index 74eb868198..6400bd09b9 100644 --- a/btcjson/chainsvrwsresults_test.go +++ b/btcjson/chainsvrwsresults_test.go @@ -9,7 +9,7 @@ import ( "encoding/json" "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestChainSvrWsResults ensures any results that have custom marshalling diff --git a/btcjson/cmdinfo_test.go b/btcjson/cmdinfo_test.go index 562bc12b7d..fb72ff7ef3 100644 --- a/btcjson/cmdinfo_test.go +++ b/btcjson/cmdinfo_test.go @@ -8,7 +8,7 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestCmdMethod tests the CmdMethod function to ensure it retunrs the expected diff --git a/btcjson/cmdparse_test.go b/btcjson/cmdparse_test.go index 3af24d3290..ddaad0484d 100644 --- a/btcjson/cmdparse_test.go +++ b/btcjson/cmdparse_test.go @@ -10,7 +10,7 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestAssignField tests the assignField function handles supported combinations diff --git a/btcjson/error_test.go b/btcjson/error_test.go index b75f8d03e7..45b1eaee1f 100644 --- a/btcjson/error_test.go +++ b/btcjson/error_test.go @@ -7,7 +7,7 @@ package btcjson_test import ( "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestErrorCodeStringer tests the stringized output for the ErrorCode type. diff --git a/btcjson/example_test.go b/btcjson/example_test.go index 66e9338b1b..58bea984a6 100644 --- a/btcjson/example_test.go +++ b/btcjson/example_test.go @@ -8,7 +8,7 @@ import ( "encoding/json" "fmt" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // This example demonstrates how to create and marshal a command into a JSON-RPC diff --git a/btcjson/help_test.go b/btcjson/help_test.go index 1cd681c17d..32589ba45b 100644 --- a/btcjson/help_test.go +++ b/btcjson/help_test.go @@ -8,7 +8,7 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestHelpReflectInternals ensures the various help functions which deal with diff --git a/btcjson/helpers_test.go b/btcjson/helpers_test.go index 8f43774495..530b29ea87 100644 --- a/btcjson/helpers_test.go +++ b/btcjson/helpers_test.go @@ -8,7 +8,7 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestHelpers tests the various helper functions which create pointers to diff --git a/btcjson/jsonrpc_test.go b/btcjson/jsonrpc_test.go index d56d783d89..55dc10d603 100644 --- a/btcjson/jsonrpc_test.go +++ b/btcjson/jsonrpc_test.go @@ -9,7 +9,7 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestIsValidIDType ensures the IsValidIDType function behaves as expected. diff --git a/btcjson/register_test.go b/btcjson/register_test.go index 3c0d449d0a..b6f0650233 100644 --- a/btcjson/register_test.go +++ b/btcjson/register_test.go @@ -9,7 +9,7 @@ import ( "sort" "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestUsageFlagStringer tests the stringized output for the UsageFlag type. diff --git a/btcjson/walletsvrcmds.go b/btcjson/walletsvrcmds.go index c1cb9cabc6..26da6b9bf1 100644 --- a/btcjson/walletsvrcmds.go +++ b/btcjson/walletsvrcmds.go @@ -12,7 +12,7 @@ import ( "encoding/json" "fmt" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil" ) // AddMultisigAddressCmd defines the addmutisigaddress JSON-RPC command. diff --git a/btcjson/walletsvrcmds_test.go b/btcjson/walletsvrcmds_test.go index 260f40c2fa..ec81f71d0f 100644 --- a/btcjson/walletsvrcmds_test.go +++ b/btcjson/walletsvrcmds_test.go @@ -11,8 +11,8 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/ltcutil" ) // TestWalletSvrCmds tests all of the wallet server commands marshal and diff --git a/btcjson/walletsvrresults.go b/btcjson/walletsvrresults.go index ed3edbcaa9..a8af10ac96 100644 --- a/btcjson/walletsvrresults.go +++ b/btcjson/walletsvrresults.go @@ -8,7 +8,7 @@ import ( "encoding/json" "fmt" - "github.com/ltcsuite/ltcd/txscript" + "github.com/ltcmweb/ltcd/txscript" ) // CreateWalletResult models the result of the createwallet command. diff --git a/btcjson/walletsvrresults_test.go b/btcjson/walletsvrresults_test.go index 7579633ad4..51c48c0238 100644 --- a/btcjson/walletsvrresults_test.go +++ b/btcjson/walletsvrresults_test.go @@ -11,7 +11,7 @@ import ( "testing" "github.com/davecgh/go-spew/spew" - "github.com/ltcsuite/ltcd/txscript" + "github.com/ltcmweb/ltcd/txscript" ) // TestGetAddressInfoResult ensures that custom unmarshalling of diff --git a/btcjson/walletsvrwscmds_test.go b/btcjson/walletsvrwscmds_test.go index 40d5433ef8..836ab2b5d5 100644 --- a/btcjson/walletsvrwscmds_test.go +++ b/btcjson/walletsvrwscmds_test.go @@ -11,7 +11,7 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestWalletSvrWsCmds tests all of the wallet server websocket-specific diff --git a/btcjson/walletsvrwsntfns_test.go b/btcjson/walletsvrwsntfns_test.go index c680b033cf..3c2bc9d921 100644 --- a/btcjson/walletsvrwsntfns_test.go +++ b/btcjson/walletsvrwsntfns_test.go @@ -11,7 +11,7 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // TestWalletSvrWsNtfns tests all of the chain server websocket-specific diff --git a/chaincfg/README.md b/chaincfg/README.md index 0571824e48..4f332efeee 100644 --- a/chaincfg/README.md +++ b/chaincfg/README.md @@ -23,8 +23,8 @@ import ( "fmt" "log" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/chaincfg" ) var testnet = flag.Bool("testnet", false, "operate on the testnet Litecoin network") @@ -55,7 +55,7 @@ func main() { ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/chaincfg +$ go get -u github.com/ltcmweb/ltcd/chaincfg ``` ## GPG Verification Key diff --git a/chaincfg/chainhash/README.md b/chaincfg/chainhash/README.md index 0d459f0327..c9603560d2 100644 --- a/chaincfg/chainhash/README.md +++ b/chaincfg/chainhash/README.md @@ -11,7 +11,7 @@ specific hash algorithm to be abstracted. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/chaincfg/chainhash +$ go get -u github.com/ltcmweb/ltcd/chaincfg/chainhash ``` ## GPG Verification Key diff --git a/chaincfg/chainhash/go.mod b/chaincfg/chainhash/go.mod index c9970e2807..3fb29330a5 100644 --- a/chaincfg/chainhash/go.mod +++ b/chaincfg/chainhash/go.mod @@ -1,3 +1,3 @@ -module github.com/ltcsuite/ltcd/chaincfg/chainhash +module github.com/ltcmweb/ltcd/chaincfg/chainhash go 1.17 diff --git a/chaincfg/deployment_block_height.go b/chaincfg/deployment_block_height.go index 5769d86333..5549f9e5e4 100644 --- a/chaincfg/deployment_block_height.go +++ b/chaincfg/deployment_block_height.go @@ -1,7 +1,7 @@ package chaincfg import ( - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) // BlockHeightDeploymentStarter is a ConsensusDeploymentStarter diff --git a/chaincfg/deployment_time_frame.go b/chaincfg/deployment_time_frame.go index 0af6a9bde9..342cff2651 100644 --- a/chaincfg/deployment_time_frame.go +++ b/chaincfg/deployment_time_frame.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) var ( diff --git a/chaincfg/doc.go b/chaincfg/doc.go index e81d3c9d7a..d99e0d7823 100644 --- a/chaincfg/doc.go +++ b/chaincfg/doc.go @@ -25,8 +25,8 @@ // "fmt" // "log" // -// "github.com/ltcsuite/ltcd/ltcutil" -// "github.com/ltcsuite/ltcd/chaincfg" +// "github.com/ltcmweb/ltcd/ltcutil" +// "github.com/ltcmweb/ltcd/chaincfg" // ) // // var testnet = flag.Bool("testnet", false, "operate on the testnet Litecoin network") diff --git a/chaincfg/genesis.go b/chaincfg/genesis.go index cd1fce13e2..33eca0f1eb 100644 --- a/chaincfg/genesis.go +++ b/chaincfg/genesis.go @@ -7,8 +7,8 @@ package chaincfg import ( "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // genesisCoinbaseTx is the coinbase transaction for the genesis blocks for diff --git a/chaincfg/params.go b/chaincfg/params.go index 79bc0e7094..5bf4c4b59e 100644 --- a/chaincfg/params.go +++ b/chaincfg/params.go @@ -12,8 +12,8 @@ import ( "strings" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // These variables are the chain proof-of-work limit parameters for each default diff --git a/chaincfg/register_test.go b/chaincfg/register_test.go index edac4b0e68..abbfd06a29 100644 --- a/chaincfg/register_test.go +++ b/chaincfg/register_test.go @@ -6,7 +6,7 @@ import ( "strings" "testing" - . "github.com/ltcsuite/ltcd/chaincfg" + . "github.com/ltcmweb/ltcd/chaincfg" ) // Define some of the required parameters for a user-registered diff --git a/cmd/addblock/addblock.go b/cmd/addblock/addblock.go index 5d731c1dd8..7b0c5224b0 100644 --- a/cmd/addblock/addblock.go +++ b/cmd/addblock/addblock.go @@ -8,10 +8,10 @@ import ( "os" "path/filepath" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/blockchain/indexers" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/limits" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/blockchain/indexers" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/limits" "github.com/btcsuite/btclog" ) diff --git a/cmd/addblock/config.go b/cmd/addblock/config.go index a4b8ec4666..ac959e16db 100644 --- a/cmd/addblock/config.go +++ b/cmd/addblock/config.go @@ -10,11 +10,11 @@ import ( "path/filepath" flags "github.com/jessevdk/go-flags" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/database" - _ "github.com/ltcsuite/ltcd/database/ffldb" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/database" + _ "github.com/ltcmweb/ltcd/database/ffldb" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/cmd/addblock/import.go b/cmd/addblock/import.go index 5ad10b8939..0979efb420 100644 --- a/cmd/addblock/import.go +++ b/cmd/addblock/import.go @@ -11,12 +11,12 @@ import ( "sync" "time" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/blockchain/indexers" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/blockchain/indexers" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) var zeroHash = chainhash.Hash{} diff --git a/cmd/findcheckpoint/config.go b/cmd/findcheckpoint/config.go index 6c3046b6a5..f4cf8d82af 100644 --- a/cmd/findcheckpoint/config.go +++ b/cmd/findcheckpoint/config.go @@ -10,11 +10,11 @@ import ( "path/filepath" flags "github.com/jessevdk/go-flags" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/database" - _ "github.com/ltcsuite/ltcd/database/ffldb" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/database" + _ "github.com/ltcmweb/ltcd/database/ffldb" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/cmd/findcheckpoint/findcheckpoint.go b/cmd/findcheckpoint/findcheckpoint.go index 88f422df7a..2f1e69d610 100644 --- a/cmd/findcheckpoint/findcheckpoint.go +++ b/cmd/findcheckpoint/findcheckpoint.go @@ -9,10 +9,10 @@ import ( "os" "path/filepath" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" ) const blockDbNamePrefix = "blocks" diff --git a/cmd/gencerts/gencerts.go b/cmd/gencerts/gencerts.go index c99aa0b6f0..eb7adb56eb 100644 --- a/cmd/gencerts/gencerts.go +++ b/cmd/gencerts/gencerts.go @@ -13,7 +13,7 @@ import ( "time" flags "github.com/jessevdk/go-flags" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil" ) type config struct { diff --git a/cmd/ltcctl/config.go b/cmd/ltcctl/config.go index cf93d558d3..24eab12790 100644 --- a/cmd/ltcctl/config.go +++ b/cmd/ltcctl/config.go @@ -14,9 +14,9 @@ import ( "strings" flags "github.com/jessevdk/go-flags" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/ltcutil" ) const ( diff --git a/cmd/ltcctl/httpclient.go b/cmd/ltcctl/httpclient.go index 6c452c0178..f9e699249f 100644 --- a/cmd/ltcctl/httpclient.go +++ b/cmd/ltcctl/httpclient.go @@ -10,7 +10,7 @@ import ( "net" "net/http" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" "github.com/btcsuite/go-socks/socks" ) diff --git a/cmd/ltcctl/ltcctl.go b/cmd/ltcctl/ltcctl.go index b8d9aa6dd6..0e0f565b75 100644 --- a/cmd/ltcctl/ltcctl.go +++ b/cmd/ltcctl/ltcctl.go @@ -10,7 +10,7 @@ import ( "path/filepath" "strings" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) const ( diff --git a/config.go b/config.go index 72a2ddc2ca..5579d540eb 100644 --- a/config.go +++ b/config.go @@ -23,16 +23,16 @@ import ( "github.com/btcsuite/go-socks/socks" flags "github.com/jessevdk/go-flags" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/connmgr" - "github.com/ltcsuite/ltcd/database" - _ "github.com/ltcsuite/ltcd/database/ffldb" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/mempool" - "github.com/ltcsuite/ltcd/peer" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/connmgr" + "github.com/ltcmweb/ltcd/database" + _ "github.com/ltcmweb/ltcd/database/ffldb" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/mempool" + "github.com/ltcmweb/ltcd/peer" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/connmgr/README.md b/connmgr/README.md index 4856d9f78c..8ddbbb2fb9 100644 --- a/connmgr/README.md +++ b/connmgr/README.md @@ -29,7 +29,7 @@ In addition the connection manager provides the following utilities: ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/connmgr +$ go get -u github.com/ltcmweb/ltcd/connmgr ``` ## License diff --git a/connmgr/seed.go b/connmgr/seed.go index 4493ef4489..9625947c0d 100644 --- a/connmgr/seed.go +++ b/connmgr/seed.go @@ -11,8 +11,8 @@ import ( "strconv" "time" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/database/README.md b/database/README.md index 349553e03d..d6ea3c71dc 100644 --- a/database/README.md +++ b/database/README.md @@ -37,7 +37,7 @@ storage, and strict checksums in key areas to ensure data integrity. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/database +$ go get -u github.com/ltcmweb/ltcd/database ``` ## Examples diff --git a/database/cmd/dbtool/fetchblock.go b/database/cmd/dbtool/fetchblock.go index 2b29c2a225..3509a33beb 100644 --- a/database/cmd/dbtool/fetchblock.go +++ b/database/cmd/dbtool/fetchblock.go @@ -9,8 +9,8 @@ import ( "errors" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" ) // fetchBlockCmd defines the configuration options for the fetchblock command. diff --git a/database/cmd/dbtool/fetchblockregion.go b/database/cmd/dbtool/fetchblockregion.go index 9cd03e6174..dd25d6c8b7 100644 --- a/database/cmd/dbtool/fetchblockregion.go +++ b/database/cmd/dbtool/fetchblockregion.go @@ -10,8 +10,8 @@ import ( "strconv" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" ) // blockRegionCmd defines the configuration options for the fetchblockregion diff --git a/database/cmd/dbtool/globalconfig.go b/database/cmd/dbtool/globalconfig.go index 6fda9c5223..724227268a 100644 --- a/database/cmd/dbtool/globalconfig.go +++ b/database/cmd/dbtool/globalconfig.go @@ -10,11 +10,11 @@ import ( "os" "path/filepath" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/database" - _ "github.com/ltcsuite/ltcd/database/ffldb" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/database" + _ "github.com/ltcmweb/ltcd/database/ffldb" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) var ( diff --git a/database/cmd/dbtool/insecureimport.go b/database/cmd/dbtool/insecureimport.go index 52bf5339c0..0d13d4b5e9 100644 --- a/database/cmd/dbtool/insecureimport.go +++ b/database/cmd/dbtool/insecureimport.go @@ -12,10 +12,10 @@ import ( "sync" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // importCmd defines the configuration options for the insecureimport command. diff --git a/database/cmd/dbtool/loadheaders.go b/database/cmd/dbtool/loadheaders.go index 715de70dc3..b9a7da3017 100644 --- a/database/cmd/dbtool/loadheaders.go +++ b/database/cmd/dbtool/loadheaders.go @@ -7,8 +7,8 @@ package main import ( "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" ) // headersCmd defines the configuration options for the loadheaders command. diff --git a/database/cmd/dbtool/main.go b/database/cmd/dbtool/main.go index e47a96d978..999141bd99 100644 --- a/database/cmd/dbtool/main.go +++ b/database/cmd/dbtool/main.go @@ -9,9 +9,9 @@ import ( "path/filepath" "strings" - "github.com/ltcsuite/ltcd/database" "github.com/btcsuite/btclog" flags "github.com/jessevdk/go-flags" + "github.com/ltcmweb/ltcd/database" ) const ( diff --git a/database/driver_test.go b/database/driver_test.go index 394602e894..132da500ed 100644 --- a/database/driver_test.go +++ b/database/driver_test.go @@ -8,8 +8,8 @@ import ( "fmt" "testing" - "github.com/ltcsuite/ltcd/database" - _ "github.com/ltcsuite/ltcd/database/ffldb" + "github.com/ltcmweb/ltcd/database" + _ "github.com/ltcmweb/ltcd/database/ffldb" ) var ( diff --git a/database/error_test.go b/database/error_test.go index 217f7f3b26..1a5947684d 100644 --- a/database/error_test.go +++ b/database/error_test.go @@ -8,7 +8,7 @@ import ( "errors" "testing" - "github.com/ltcsuite/ltcd/database" + "github.com/ltcmweb/ltcd/database" ) // TestErrorCodeStringer tests the stringized output for the ErrorCode type. diff --git a/database/example_test.go b/database/example_test.go index 2ef2ce71e9..a353b7aef4 100644 --- a/database/example_test.go +++ b/database/example_test.go @@ -11,11 +11,11 @@ import ( "os" "path/filepath" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/database" - _ "github.com/ltcsuite/ltcd/database/ffldb" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/database" + _ "github.com/ltcmweb/ltcd/database/ffldb" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // This example demonstrates creating a new database. @@ -23,8 +23,8 @@ func ExampleCreate() { // This example assumes the ffldb driver is imported. // // import ( - // "github.com/ltcsuite/ltcd/database" - // _ "github.com/ltcsuite/ltcd/database/ffldb" + // "github.com/ltcmweb/ltcd/database" + // _ "github.com/ltcmweb/ltcd/database/ffldb" // ) // Create a database and schedule it to be closed and removed on exit. @@ -49,8 +49,8 @@ func Example_basicUsage() { // This example assumes the ffldb driver is imported. // // import ( - // "github.com/ltcsuite/ltcd/database" - // _ "github.com/ltcsuite/ltcd/database/ffldb" + // "github.com/ltcmweb/ltcd/database" + // _ "github.com/ltcmweb/ltcd/database/ffldb" // ) // Create a database and schedule it to be closed and removed on exit. @@ -115,8 +115,8 @@ func Example_blockStorageAndRetrieval() { // This example assumes the ffldb driver is imported. // // import ( - // "github.com/ltcsuite/ltcd/database" - // _ "github.com/ltcsuite/ltcd/database/ffldb" + // "github.com/ltcmweb/ltcd/database" + // _ "github.com/ltcmweb/ltcd/database/ffldb" // ) // Create a database and schedule it to be closed and removed on exit. diff --git a/database/ffldb/bench_test.go b/database/ffldb/bench_test.go index 381c29fdde..d05f078b9b 100644 --- a/database/ffldb/bench_test.go +++ b/database/ffldb/bench_test.go @@ -9,9 +9,9 @@ import ( "path/filepath" "testing" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" ) // BenchmarkBlockHeader benchmarks how long it takes to load the mainnet genesis diff --git a/database/ffldb/blockio.go b/database/ffldb/blockio.go index fd5ef856ed..409326e5c3 100644 --- a/database/ffldb/blockio.go +++ b/database/ffldb/blockio.go @@ -20,9 +20,9 @@ import ( "strings" "sync" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/database/ffldb/db.go b/database/ffldb/db.go index 20a00c9c6e..812a804db4 100644 --- a/database/ffldb/db.go +++ b/database/ffldb/db.go @@ -14,11 +14,11 @@ import ( "sort" "sync" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/database/internal/treap" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/database/internal/treap" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" "github.com/syndtr/goleveldb/leveldb" "github.com/syndtr/goleveldb/leveldb/comparer" ldberrors "github.com/syndtr/goleveldb/leveldb/errors" diff --git a/database/ffldb/dbcache.go b/database/ffldb/dbcache.go index e638eaf034..a26f4e1357 100644 --- a/database/ffldb/dbcache.go +++ b/database/ffldb/dbcache.go @@ -10,7 +10,7 @@ import ( "sync" "time" - "github.com/ltcsuite/ltcd/database/internal/treap" + "github.com/ltcmweb/ltcd/database/internal/treap" "github.com/syndtr/goleveldb/leveldb" "github.com/syndtr/goleveldb/leveldb/iterator" "github.com/syndtr/goleveldb/leveldb/util" diff --git a/database/ffldb/driver.go b/database/ffldb/driver.go index 0c8e63271c..46a6c3a48d 100644 --- a/database/ffldb/driver.go +++ b/database/ffldb/driver.go @@ -7,9 +7,9 @@ package ffldb import ( "fmt" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/wire" "github.com/btcsuite/btclog" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/wire" ) var log = btclog.Disabled diff --git a/database/ffldb/driver_test.go b/database/ffldb/driver_test.go index 3daf89f1a2..43de57f53f 100644 --- a/database/ffldb/driver_test.go +++ b/database/ffldb/driver_test.go @@ -12,11 +12,11 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/database/ffldb" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/database/ffldb" + "github.com/ltcmweb/ltcd/ltcutil" ) // dbType is the database type name for this driver. diff --git a/database/ffldb/export_test.go b/database/ffldb/export_test.go index 9236dcafd0..6acd6c2e4c 100644 --- a/database/ffldb/export_test.go +++ b/database/ffldb/export_test.go @@ -12,7 +12,7 @@ The functions are only exported while the tests are being run. package ffldb import ( - "github.com/ltcsuite/ltcd/database" + "github.com/ltcmweb/ltcd/database" ) // TstRunWithMaxBlockFileSize runs the passed function with the maximum allowed diff --git a/database/ffldb/interface_test.go b/database/ffldb/interface_test.go index 6aec7ce142..e240f38104 100644 --- a/database/ffldb/interface_test.go +++ b/database/ffldb/interface_test.go @@ -25,11 +25,11 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) var ( diff --git a/database/ffldb/ldbtreapiter.go b/database/ffldb/ldbtreapiter.go index 46516d2816..a91fe09206 100644 --- a/database/ffldb/ldbtreapiter.go +++ b/database/ffldb/ldbtreapiter.go @@ -5,7 +5,7 @@ package ffldb import ( - "github.com/ltcsuite/ltcd/database/internal/treap" + "github.com/ltcmweb/ltcd/database/internal/treap" "github.com/syndtr/goleveldb/leveldb/iterator" "github.com/syndtr/goleveldb/leveldb/util" ) diff --git a/database/ffldb/reconcile.go b/database/ffldb/reconcile.go index 6eef0d508e..f5ce98bcba 100644 --- a/database/ffldb/reconcile.go +++ b/database/ffldb/reconcile.go @@ -8,7 +8,7 @@ import ( "fmt" "hash/crc32" - "github.com/ltcsuite/ltcd/database" + "github.com/ltcmweb/ltcd/database" ) // The serialized write cursor location format is: diff --git a/database/ffldb/whitebox_test.go b/database/ffldb/whitebox_test.go index cba0d0bb01..7ca55acf9d 100644 --- a/database/ffldb/whitebox_test.go +++ b/database/ffldb/whitebox_test.go @@ -17,10 +17,10 @@ import ( "path/filepath" "testing" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" "github.com/syndtr/goleveldb/leveldb" ldberrors "github.com/syndtr/goleveldb/leveldb/errors" ) diff --git a/database/interface.go b/database/interface.go index 9b29247328..8a6d66afa2 100644 --- a/database/interface.go +++ b/database/interface.go @@ -8,8 +8,8 @@ package database import ( - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" ) // Cursor represents a cursor over key/value pairs and nested buckets of a diff --git a/docs/json_rpc_api.md b/docs/json_rpc_api.md index 8991844246..5fe0f0f397 100644 --- a/docs/json_rpc_api.md +++ b/docs/json_rpc_api.md @@ -1184,8 +1184,8 @@ import ( "log" "path/filepath" - "github.com/ltcsuite/ltcd/rpcclient" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/rpcclient" + "github.com/ltcmweb/ltcd/ltcutil" ) func main() { @@ -1247,9 +1247,9 @@ import ( "path/filepath" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/rpcclient" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/rpcclient" + "github.com/ltcmweb/ltcd/ltcutil" ) func main() { @@ -1339,9 +1339,9 @@ import ( "path/filepath" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/rpcclient" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/rpcclient" + "github.com/ltcmweb/ltcd/ltcutil" ) func main() { diff --git a/go.mod b/go.mod index 55ac39be62..e1f9fc958c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ltcsuite/ltcd +module github.com/ltcmweb/ltcd require ( github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f @@ -10,6 +10,9 @@ require ( github.com/decred/dcrd/lru v1.1.1 github.com/jessevdk/go-flags v1.5.0 github.com/jrick/logrotate v1.0.0 + github.com/ltcmweb/ltcd/btcec/v2 v2.3.3 + github.com/ltcmweb/ltcd/chaincfg/chainhash v1.0.3 + github.com/ltcmweb/ltcd/ltcutil v1.2.2 github.com/stretchr/testify v1.8.3 github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 golang.org/x/crypto v0.7.0 @@ -19,18 +22,19 @@ require ( ) require ( + github.com/aead/siphash v1.0.1 // indirect + github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect github.com/fsnotify/fsnotify v1.5.4 // indirect github.com/golang/snappy v0.0.4 // indirect github.com/google/go-cmp v0.5.9 // indirect + github.com/kkdai/bstream v1.0.0 // indirect github.com/klauspost/cpuid/v2 v2.0.9 // indirect - github.com/kr/pretty v0.3.0 // indirect + github.com/kr/text v0.2.0 // indirect github.com/onsi/ginkgo v1.16.4 // indirect github.com/onsi/gomega v1.26.0 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/rogpeppe/go-internal v1.12.0 // indirect golang.org/x/net v0.10.0 // indirect - gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index f7b4d53c61..d096d072c6 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,5 @@ +github.com/aead/siphash v1.0.1 h1:FwHfE/T45KPKYuuSAKyyvE+oPWcaQ+CUmFW0bPlM+kg= +github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII= github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f h1:bAs4lUbRJpnnkd9VhRV3jjAVU7DJVjMaK+IsvSeZvFo= github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f/go.mod h1:TdznJufoqS23FtqVCzL0ZqgP5MqXbb4fg/WgDys70nA= github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd h1:R/opQEbFEy9JGkIguV40SvRY1uliPX8ifOvi6ICsFCw= @@ -6,16 +8,25 @@ github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 h1:R8vQdOQdZ9Y3 github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792/go.mod h1:ghJtEyQwv5/p4Mg4C0fgbePVuGr935/5ddU9Z3TmDRY= github.com/btcsuite/winsvc v1.0.0 h1:J9B4L7e3oqhXOcm+2IuNApwzQec85lE+QaikUcCs+dk= github.com/btcsuite/winsvc v1.0.0/go.mod h1:jsenWakMcC0zFBFurPLEAyrnc/teJEM1O46fmI40EZs= +github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= +github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= +github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= +github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/decred/dcrd/crypto/blake256 v1.0.0 h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK09Y2A4Xv7EE0= github.com/decred/dcrd/crypto/blake256 v1.0.0/go.mod h1:sQl2p6Y26YV+ZOcSTP6thNdn47hh8kt6rqSlvmrXFAc= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 h1:YLtO71vCjJRCBcrPMtQ9nqBsqpA1m5sE92cU+pd5Mcc= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1/go.mod h1:hyedUtir6IdtD/7lIxGeCxkaw7y45JueMRL4DIyJDKs= github.com/decred/dcrd/lru v1.1.1 h1:kWFDaW0OWx6AD6Ki342c+JPmHbiVdE6rK81pT3fuo/Y= +github.com/decred/dcrd/lru v1.1.1/go.mod h1:mxKOwFd7lFjN2GZYsiz/ecgqR6kkYAl+0pz0tEMk218= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/fsnotify/fsnotify v1.5.4 h1:jRbGcIw6P2Meqdwuo0H1p6JVLbL5DHKAKlYndzMwVZI= +github.com/fsnotify/fsnotify v1.5.4/go.mod h1:OVB6XrOHzAwXMpEM7uPOzcehqUV2UqJxmVXmkdnm1bU= +github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= @@ -23,68 +34,192 @@ github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrU github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= +github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= +github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= +github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= +github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc= +github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4= github.com/jrick/logrotate v1.0.0 h1:lQ1bL/n9mBNeIXoTUoYRlK4dHuNJVofX9oWqBtPnSzI= github.com/jrick/logrotate v1.0.0/go.mod h1:LNinyqDIJnpAur+b8yyulnQw/wDuN1+BYKlTRt3OuAQ= +github.com/kkdai/bstream v1.0.0 h1:Se5gHwgp2VT2uHfDrkbbgbgEvV9cimLELwrPJctSjg8= +github.com/kkdai/bstream v1.0.0/go.mod h1:FDnDOHt5Yx4p3FaHcioFT0QjDOtgUpvjeZqAs+NVZZA= github.com/klauspost/cpuid/v2 v2.0.9 h1:lgaqFMSdTdQYdZ04uHyN2d/eKdOMyi2YLSvlQIBFYa4= github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg= +github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= +github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0= +github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= +github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= +github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= +github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= +github.com/ltcmweb/ltcd v0.24.1/go.mod h1:VipcQIgzQqN5btlbp/QZtMg7+/CBjhruS9/vrHgh6hs= +github.com/ltcmweb/ltcd/btcec/v2 v2.3.2 h1:qJeiW2ymNGB4gL2eYymwDMFEUQwHvT/8/HvB0l+OPNo= +github.com/ltcmweb/ltcd/btcec/v2 v2.3.2/go.mod h1:9bwK6wA7hwdas9UNeTF+vvNyNsawICOqa04miutDqNU= +github.com/ltcmweb/ltcd/chaincfg/chainhash v1.0.2 h1:qYLegAA3owzZ1mbdGnlrbghvr6roShFAwmNk4jtTb4g= +github.com/ltcmweb/ltcd/chaincfg/chainhash v1.0.2/go.mod h1:zB+HhI2IbIwTGpdAhdzpm1GVX4ShcWTgN42+ar9HXrg= +github.com/ltcmweb/ltcd/ltcutil v1.2.1 h1:S3W0YRQnvzjVt3kO1aQEFzFRXX+RIo4HwSQyO5KQ7NU= +github.com/ltcmweb/ltcd/ltcutil v1.2.1/go.mod h1:sY3mXimiwYQeWLCog1oeWWW4763fArn97sXOkY7DTFw= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= +github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= github.com/onsi/ginkgo v1.16.4 h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc= +github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= +github.com/onsi/ginkgo/v2 v2.1.3/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c= +github.com/onsi/ginkgo/v2 v2.1.4/go.mod h1:um6tUpWM/cxCK3/FK8BXqEiUMUwRgSM4JXG47RKZmLU= +github.com/onsi/ginkgo/v2 v2.1.6/go.mod h1:MEH45j8TBi6u9BMogfbp0stKC5cdGjumZj5Y7AG4VIk= +github.com/onsi/ginkgo/v2 v2.3.0/go.mod h1:Eew0uilEqZmIEZr8JrvYlvOM7Rr6xzTmMV8AyFNU9d0= +github.com/onsi/ginkgo/v2 v2.4.0/go.mod h1:iHkDK1fKGcBoEHT5W7YBq4RFWaQulw+caOMkAt4OrFo= +github.com/onsi/ginkgo/v2 v2.5.0/go.mod h1:Luc4sArBICYCS8THh8v3i3i5CuSZO+RaQRaJoeNwomw= +github.com/onsi/ginkgo/v2 v2.7.0/go.mod h1:yjiuMwPokqY1XauOgju45q3sJt6VzQ/Fict1LFVcsAo= github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= +github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY= +github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro= +github.com/onsi/gomega v1.20.1/go.mod h1:DtrZpjmvpn2mPm4YWQa0/ALMDj9v4YxLgojwPeREyVo= +github.com/onsi/gomega v1.21.1/go.mod h1:iYAIXgPSaDHak0LCMA+AWBpIKBr8WZicMxnE8luStNc= +github.com/onsi/gomega v1.22.1/go.mod h1:x6n7VNe4hw0vkyYUM4mjIXx3JbLiPaBPNgB7PRQ1tuM= +github.com/onsi/gomega v1.24.0/go.mod h1:Z/NWtiqwBrwUt4/2loMmHL63EDLnYHmVbuBpDr2vQAg= +github.com/onsi/gomega v1.24.1/go.mod h1:3AOiACssS3/MajrniINInwbfOOtfZvplPzuRSmvt1jM= github.com/onsi/gomega v1.26.0 h1:03cDLK28U6hWvCAns6NeydX3zIm4SF3ci69ulidS32Q= +github.com/onsi/gomega v1.26.0/go.mod h1:r+zV744Re+DiYCIPRlYOTxn0YkOLcAnW8k1xXdMPGhM= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= +github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= +github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= +github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY= +github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 h1:epCh84lMvA70Z7CTTCmYQn2CKbY8j86K7/FAIr141uY= github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc= +github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= +github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= +golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw= golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A= +golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= +golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3/go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY= +golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= +golang.org/x/mod v0.6.0/go.mod h1:4mET923SAdbXp2ki8ey+zGs1SLqsuM2Y0uvdZR/fUNI= +golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= +golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20210428140749-89ef3d95e781/go.mod h1:OJAsFXCWl8Ukc7SiCT/9KSuxbyM7479/AVlXFRxuMCk= +golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco= +golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= +golang.org/x/net v0.3.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE= +golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= +golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= golang.org/x/net v0.10.0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M= +golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200519105757-fe76b779f299/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220422013727-9388b58f7150/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= +golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= +golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= +golang.org/x/term v0.3.0/go.mod h1:q750SLmJuPmVoN1blW3UFBPREJfb1KmY3vwxfr+nFDA= +golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= +golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= +golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= +golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.5.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.9.0 h1:2sjJmO8cDvYveuX97RDLsxlyUxLl+GHoLxBiRdHllBE= +golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= +golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= +golang.org/x/tools v0.2.0/go.mod h1:y4OqIKeOV/fWJetJ8bXPU1sEVniLMIyDAZWeHdV+NTA= +golang.org/x/tools v0.4.0/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ= +golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= +golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= @@ -93,14 +228,21 @@ google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQ google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= +google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= +google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= +gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= +gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= diff --git a/integration/bip0009_test.go b/integration/bip0009_test.go index 80e5aa4315..af7c8375de 100644 --- a/integration/bip0009_test.go +++ b/integration/bip0009_test.go @@ -14,10 +14,10 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/integration/rpctest" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/integration/rpctest" ) const ( diff --git a/integration/csv_fork_test.go b/integration/csv_fork_test.go index 7a1d6eacee..a9c784521b 100644 --- a/integration/csv_fork_test.go +++ b/integration/csv_fork_test.go @@ -15,14 +15,14 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/integration/rpctest" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/integration/rpctest" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/integration/rpcserver_test.go b/integration/rpcserver_test.go index 46d2c20c92..f22cbb808e 100644 --- a/integration/rpcserver_test.go +++ b/integration/rpcserver_test.go @@ -16,11 +16,11 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/integration/rpctest" - "github.com/ltcsuite/ltcd/rpcclient" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/integration/rpctest" + "github.com/ltcmweb/ltcd/rpcclient" ) func testGetBestBlock(r *rpctest.Harness, t *testing.T) { diff --git a/integration/rpctest/README.md b/integration/rpctest/README.md index a6caf432f5..71804f9cc5 100644 --- a/integration/rpctest/README.md +++ b/integration/rpctest/README.md @@ -20,7 +20,7 @@ systems/integration tests. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/integration/rpctest +$ go get -u github.com/ltcmweb/ltcd/integration/rpctest ``` ## License @@ -53,7 +53,7 @@ systems/integration tests. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/rpctest +$ go get -u github.com/ltcmweb/ltcd/rpctest ``` ## License diff --git a/integration/rpctest/blockgen.go b/integration/rpctest/blockgen.go index 35d4e05824..dc3954bc13 100644 --- a/integration/rpctest/blockgen.go +++ b/integration/rpctest/blockgen.go @@ -11,13 +11,13 @@ import ( "runtime" "time" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/mining" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/mining" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) // solveBlock attempts to find a nonce which makes the passed block header hash diff --git a/integration/rpctest/btcd.go b/integration/rpctest/btcd.go index 93d35d0da6..1fe06b70ea 100644 --- a/integration/rpctest/btcd.go +++ b/integration/rpctest/btcd.go @@ -49,7 +49,7 @@ func btcdExecutablePath() (string, error) { outputPath += ".exe" } cmd := exec.Command( - "go", "build", "-o", outputPath, "github.com/ltcsuite/ltcd", + "go", "build", "-o", outputPath, "github.com/ltcmweb/ltcd", ) err = cmd.Run() if err != nil { diff --git a/integration/rpctest/memwallet.go b/integration/rpctest/memwallet.go index bfc87cea02..96ea9329ad 100644 --- a/integration/rpctest/memwallet.go +++ b/integration/rpctest/memwallet.go @@ -10,15 +10,15 @@ import ( "fmt" "sync" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/ltcutil/hdkeychain" - "github.com/ltcsuite/ltcd/rpcclient" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil/hdkeychain" + "github.com/ltcmweb/ltcd/rpcclient" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) var ( diff --git a/integration/rpctest/node.go b/integration/rpctest/node.go index 920361d7e4..43e1a1ddf1 100644 --- a/integration/rpctest/node.go +++ b/integration/rpctest/node.go @@ -14,8 +14,8 @@ import ( "runtime" "time" - "github.com/ltcsuite/ltcd/ltcutil" - rpc "github.com/ltcsuite/ltcd/rpcclient" + "github.com/ltcmweb/ltcd/ltcutil" + rpc "github.com/ltcmweb/ltcd/rpcclient" ) // nodeConfig contains all the args, and data required to launch a ltcd process diff --git a/integration/rpctest/rpc_harness.go b/integration/rpctest/rpc_harness.go index 5beb71dbde..39a6a5da93 100644 --- a/integration/rpctest/rpc_harness.go +++ b/integration/rpctest/rpc_harness.go @@ -16,11 +16,11 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/rpcclient" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/rpcclient" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/integration/rpctest/rpc_harness_test.go b/integration/rpctest/rpc_harness_test.go index 1cbc424f57..608398eb59 100644 --- a/integration/rpctest/rpc_harness_test.go +++ b/integration/rpctest/rpc_harness_test.go @@ -14,11 +14,11 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) func testSendOutputs(r *Harness, t *testing.T) { diff --git a/integration/rpctest/utils.go b/integration/rpctest/utils.go index 0b81a6a037..64e63098cf 100644 --- a/integration/rpctest/utils.go +++ b/integration/rpctest/utils.go @@ -8,8 +8,8 @@ import ( "reflect" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/rpcclient" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/rpcclient" ) // JoinType is an enum representing a particular type of "node join". A node diff --git a/log.go b/log.go index 8180c103fe..7308e6c188 100644 --- a/log.go +++ b/log.go @@ -10,17 +10,17 @@ import ( "os" "path/filepath" - "github.com/ltcsuite/ltcd/addrmgr" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/blockchain/indexers" - "github.com/ltcsuite/ltcd/connmgr" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/mempool" - "github.com/ltcsuite/ltcd/mining" - "github.com/ltcsuite/ltcd/mining/cpuminer" - "github.com/ltcsuite/ltcd/netsync" - "github.com/ltcsuite/ltcd/peer" - "github.com/ltcsuite/ltcd/txscript" + "github.com/ltcmweb/ltcd/addrmgr" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/blockchain/indexers" + "github.com/ltcmweb/ltcd/connmgr" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/mempool" + "github.com/ltcmweb/ltcd/mining" + "github.com/ltcmweb/ltcd/mining/cpuminer" + "github.com/ltcmweb/ltcd/netsync" + "github.com/ltcmweb/ltcd/peer" + "github.com/ltcmweb/ltcd/txscript" "github.com/btcsuite/btclog" "github.com/jrick/logrotate/rotator" diff --git a/ltcutil/README.md b/ltcutil/README.md index 670fbca074..f559a8ddd3 100644 --- a/ltcutil/README.md +++ b/ltcutil/README.md @@ -19,7 +19,7 @@ provided. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/ltcutil +$ go get -u github.com/ltcmweb/ltcd/ltcutil ``` ## GPG Verification Key diff --git a/ltcutil/address.go b/ltcutil/address.go index ece3d79f3c..404570d88a 100644 --- a/ltcutil/address.go +++ b/ltcutil/address.go @@ -11,11 +11,11 @@ import ( "fmt" "strings" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/ltcutil/base58" - "github.com/ltcsuite/ltcd/ltcutil/bech32" - "github.com/ltcsuite/ltcd/ltcutil/mweb/mw" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/ltcutil/base58" + "github.com/ltcmweb/ltcd/ltcutil/bech32" + "github.com/ltcmweb/ltcd/ltcutil/mweb/mw" "golang.org/x/crypto/ripemd160" ) diff --git a/ltcutil/address_test.go b/ltcutil/address_test.go index 94b7f0cdae..de2e39dbcf 100644 --- a/ltcutil/address_test.go +++ b/ltcutil/address_test.go @@ -12,8 +12,8 @@ import ( "strings" "testing" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/ltcutil" "golang.org/x/crypto/ripemd160" ) diff --git a/ltcutil/amount_test.go b/ltcutil/amount_test.go index 12f45fb92c..d361c56c93 100644 --- a/ltcutil/amount_test.go +++ b/ltcutil/amount_test.go @@ -8,7 +8,7 @@ import ( "math" "testing" - . "github.com/ltcsuite/ltcd/ltcutil" + . "github.com/ltcmweb/ltcd/ltcutil" ) func TestAmountCreation(t *testing.T) { diff --git a/ltcutil/appdata_test.go b/ltcutil/appdata_test.go index 7b5b185388..15376da2f6 100644 --- a/ltcutil/appdata_test.go +++ b/ltcutil/appdata_test.go @@ -12,7 +12,7 @@ import ( "testing" "unicode" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil" ) // TestAppDataDir tests the API for AppDataDir to ensure it gives expected diff --git a/ltcutil/base58/README.md b/ltcutil/base58/README.md index dfb9b026dd..888a59fc55 100644 --- a/ltcutil/base58/README.md +++ b/ltcutil/base58/README.md @@ -14,7 +14,7 @@ A comprehensive suite of tests is provided to ensure proper functionality. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/ltcutil/base58 +$ go get -u github.com/ltcmweb/ltcd/ltcutil/base58 ``` ## Examples diff --git a/ltcutil/base58/base58_test.go b/ltcutil/base58/base58_test.go index 3918f45a1b..b36e730f5d 100644 --- a/ltcutil/base58/base58_test.go +++ b/ltcutil/base58/base58_test.go @@ -9,7 +9,7 @@ import ( "encoding/hex" "testing" - "github.com/ltcsuite/ltcd/ltcutil/base58" + "github.com/ltcmweb/ltcd/ltcutil/base58" ) var stringTests = []struct { diff --git a/ltcutil/base58/base58bench_test.go b/ltcutil/base58/base58bench_test.go index a55be87e90..fa27ec7722 100644 --- a/ltcutil/base58/base58bench_test.go +++ b/ltcutil/base58/base58bench_test.go @@ -8,7 +8,7 @@ import ( "bytes" "testing" - "github.com/ltcsuite/ltcd/ltcutil/base58" + "github.com/ltcmweb/ltcd/ltcutil/base58" ) var ( diff --git a/ltcutil/base58/base58check_test.go b/ltcutil/base58/base58check_test.go index 83d0831c07..605da1d749 100644 --- a/ltcutil/base58/base58check_test.go +++ b/ltcutil/base58/base58check_test.go @@ -7,7 +7,7 @@ package base58_test import ( "testing" - "github.com/ltcsuite/ltcd/ltcutil/base58" + "github.com/ltcmweb/ltcd/ltcutil/base58" ) var checkEncodingStringTests = []struct { diff --git a/ltcutil/base58/example_test.go b/ltcutil/base58/example_test.go index 956136bd3a..a05fc58421 100644 --- a/ltcutil/base58/example_test.go +++ b/ltcutil/base58/example_test.go @@ -7,7 +7,7 @@ package base58_test import ( "fmt" - "github.com/ltcsuite/ltcd/ltcutil/base58" + "github.com/ltcmweb/ltcd/ltcutil/base58" ) // This example demonstrates how to decode modified base58 encoded data. diff --git a/ltcutil/bech32/README.md b/ltcutil/bech32/README.md index c64b789cd9..1cee9bdf97 100644 --- a/ltcutil/bech32/README.md +++ b/ltcutil/bech32/README.md @@ -13,7 +13,7 @@ Test vectors from BIP 173 are added to ensure compatibility with the BIP. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/ltcutil/bech32 +$ go get -u github.com/ltcmweb/ltcd/ltcutil/bech32 ``` ## Examples diff --git a/ltcutil/bech32/example_test.go b/ltcutil/bech32/example_test.go index 980d1af194..8dac7e419e 100644 --- a/ltcutil/bech32/example_test.go +++ b/ltcutil/bech32/example_test.go @@ -8,7 +8,7 @@ import ( "encoding/hex" "fmt" - "github.com/ltcsuite/ltcd/ltcutil/bech32" + "github.com/ltcmweb/ltcd/ltcutil/bech32" ) // This example demonstrates how to decode a bech32 encoded string. diff --git a/ltcutil/block.go b/ltcutil/block.go index e83ede49f9..22bcecb7a7 100644 --- a/ltcutil/block.go +++ b/ltcutil/block.go @@ -9,8 +9,8 @@ import ( "fmt" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // OutOfRangeError describes an error due to accessing an element that is out diff --git a/ltcutil/block_test.go b/ltcutil/block_test.go index 1d69704a03..b81c388247 100644 --- a/ltcutil/block_test.go +++ b/ltcutil/block_test.go @@ -12,9 +12,9 @@ import ( "time" "github.com/davecgh/go-spew/spew" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // TestBlock tests the API for Block. diff --git a/ltcutil/bloom/README.md b/ltcutil/bloom/README.md index a92159299f..21551b638b 100644 --- a/ltcutil/bloom/README.md +++ b/ltcutil/bloom/README.md @@ -14,7 +14,7 @@ report. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/ltcutil/bloom +$ go get -u github.com/ltcmweb/ltcd/ltcutil/bloom ``` ## Examples diff --git a/ltcutil/bloom/example_test.go b/ltcutil/bloom/example_test.go index 2c1202afd9..0ae6ef3da6 100644 --- a/ltcutil/bloom/example_test.go +++ b/ltcutil/bloom/example_test.go @@ -9,9 +9,9 @@ import ( "math/rand" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil/bloom" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil/bloom" + "github.com/ltcmweb/ltcd/wire" ) // This example demonstrates how to create a new bloom filter, add a transaction diff --git a/ltcutil/bloom/filter.go b/ltcutil/bloom/filter.go index 0b905d31ec..ad402caa51 100644 --- a/ltcutil/bloom/filter.go +++ b/ltcutil/bloom/filter.go @@ -9,10 +9,10 @@ import ( "math" "sync" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) // ln2Squared is simply the square of the natural log of 2. diff --git a/ltcutil/bloom/filter_test.go b/ltcutil/bloom/filter_test.go index 175082050d..a0cb46646f 100644 --- a/ltcutil/bloom/filter_test.go +++ b/ltcutil/bloom/filter_test.go @@ -9,10 +9,10 @@ import ( "encoding/hex" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/ltcutil/bloom" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil/bloom" + "github.com/ltcmweb/ltcd/wire" ) // TestFilterLarge ensures a maximum sized filter can be created. diff --git a/ltcutil/bloom/merkleblock.go b/ltcutil/bloom/merkleblock.go index cae4c5c700..be22346a6f 100644 --- a/ltcutil/bloom/merkleblock.go +++ b/ltcutil/bloom/merkleblock.go @@ -5,10 +5,10 @@ package bloom import ( - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // merkleBlock is used to house intermediate information needed to generate a diff --git a/ltcutil/bloom/merkleblock_test.go b/ltcutil/bloom/merkleblock_test.go index 30f0bf3264..cfb3c464eb 100644 --- a/ltcutil/bloom/merkleblock_test.go +++ b/ltcutil/bloom/merkleblock_test.go @@ -9,10 +9,10 @@ import ( "encoding/hex" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/ltcutil/bloom" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil/bloom" + "github.com/ltcmweb/ltcd/wire" ) func TestMerkleBlock3(t *testing.T) { diff --git a/ltcutil/bloom/murmurhash3_test.go b/ltcutil/bloom/murmurhash3_test.go index b3426b5d3c..0d3b541c7d 100644 --- a/ltcutil/bloom/murmurhash3_test.go +++ b/ltcutil/bloom/murmurhash3_test.go @@ -7,7 +7,7 @@ package bloom_test import ( "testing" - "github.com/ltcsuite/ltcd/ltcutil/bloom" + "github.com/ltcmweb/ltcd/ltcutil/bloom" ) // TestMurmurHash3 ensure the MurmurHash3 function produces the correct hash diff --git a/ltcutil/certgen_test.go b/ltcutil/certgen_test.go index 5349a9c9ae..84b3a322af 100644 --- a/ltcutil/certgen_test.go +++ b/ltcutil/certgen_test.go @@ -11,7 +11,7 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil" //"github.com/davecgh/go-spew/spew" ) diff --git a/ltcutil/coinset/README.md b/ltcutil/coinset/README.md index e661a93150..5afbd96fdf 100644 --- a/ltcutil/coinset/README.md +++ b/ltcutil/coinset/README.md @@ -15,7 +15,7 @@ report. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/ltcutil/coinset +$ go get -u github.com/ltcmweb/ltcd/ltcutil/coinset ``` ## Usage diff --git a/ltcutil/coinset/coins.go b/ltcutil/coinset/coins.go index 3afdb5aa61..4030e2c82d 100644 --- a/ltcutil/coinset/coins.go +++ b/ltcutil/coinset/coins.go @@ -9,9 +9,9 @@ import ( "errors" "sort" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // Coin represents a spendable transaction outpoint diff --git a/ltcutil/coinset/coins_test.go b/ltcutil/coinset/coins_test.go index e7c0466211..0cf3ebfcbc 100644 --- a/ltcutil/coinset/coins_test.go +++ b/ltcutil/coinset/coins_test.go @@ -11,10 +11,10 @@ import ( "fmt" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/ltcutil/coinset" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil/coinset" + "github.com/ltcmweb/ltcd/wire" ) type TestCoin struct { diff --git a/ltcutil/example_test.go b/ltcutil/example_test.go index f537cd6d70..93049ec24d 100644 --- a/ltcutil/example_test.go +++ b/ltcutil/example_test.go @@ -4,7 +4,7 @@ import ( "fmt" "math" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil" ) func ExampleAmount() { diff --git a/ltcutil/gcs/README.md b/ltcutil/gcs/README.md index 8964a2e88f..ec7ef61b62 100644 --- a/ltcutil/gcs/README.md +++ b/ltcutil/gcs/README.md @@ -15,7 +15,7 @@ A comprehensive suite of tests is provided to ensure proper functionality. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/ltcutil/gcs +$ go get -u github.com/ltcmweb/ltcd/ltcutil/gcs ``` ## License diff --git a/ltcutil/gcs/builder/builder.go b/ltcutil/gcs/builder/builder.go index 4c88d99fb6..0b6de7fe6f 100644 --- a/ltcutil/gcs/builder/builder.go +++ b/ltcutil/gcs/builder/builder.go @@ -10,10 +10,10 @@ import ( "fmt" "math" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil/gcs" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil/gcs" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/ltcutil/gcs/builder/builder_test.go b/ltcutil/gcs/builder/builder_test.go index 44d9a2e79f..7a23f9b1e4 100644 --- a/ltcutil/gcs/builder/builder_test.go +++ b/ltcutil/gcs/builder/builder_test.go @@ -9,13 +9,13 @@ import ( "encoding/hex" "testing" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/ltcutil/gcs" - "github.com/ltcsuite/ltcd/ltcutil/gcs/builder" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil/gcs" + "github.com/ltcmweb/ltcd/ltcutil/gcs/builder" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) var ( diff --git a/ltcutil/gcs/gcs.go b/ltcutil/gcs/gcs.go index 3276b355c3..b4c9f4d723 100644 --- a/ltcutil/gcs/gcs.go +++ b/ltcutil/gcs/gcs.go @@ -13,7 +13,7 @@ import ( "github.com/aead/siphash" "github.com/kkdai/bstream" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) // Inspired by https://github.com/rasky/gcs diff --git a/ltcutil/gcs/gcs_test.go b/ltcutil/gcs/gcs_test.go index 18a0d0fe6b..e869728040 100644 --- a/ltcutil/gcs/gcs_test.go +++ b/ltcutil/gcs/gcs_test.go @@ -11,7 +11,7 @@ import ( "math/rand" "testing" - "github.com/ltcsuite/ltcd/ltcutil/gcs" + "github.com/ltcmweb/ltcd/ltcutil/gcs" ) var ( diff --git a/ltcutil/gcs/gcsbench_test.go b/ltcutil/gcs/gcsbench_test.go index 8c120a1f8d..64012e5449 100644 --- a/ltcutil/gcs/gcsbench_test.go +++ b/ltcutil/gcs/gcsbench_test.go @@ -10,7 +10,7 @@ import ( "math/rand" "testing" - "github.com/ltcsuite/ltcd/ltcutil/gcs" + "github.com/ltcmweb/ltcd/ltcutil/gcs" ) func genRandFilterElements(numElements uint) ([][]byte, error) { diff --git a/ltcutil/go.mod b/ltcutil/go.mod index eeccdb5b50..c3116977c2 100644 --- a/ltcutil/go.mod +++ b/ltcutil/go.mod @@ -1,4 +1,4 @@ -module github.com/ltcsuite/ltcd/ltcutil +module github.com/ltcmweb/ltcd/ltcutil go 1.17 @@ -7,8 +7,16 @@ require ( github.com/davecgh/go-spew v1.1.1 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 github.com/kkdai/bstream v1.0.0 + github.com/ltcmweb/ltcd v0.24.2 + github.com/ltcmweb/ltcd/btcec/v2 v2.3.3 + github.com/ltcmweb/ltcd/chaincfg/chainhash v1.0.3 golang.org/x/crypto v0.7.0 lukechampine.com/blake3 v1.2.1 ) -require github.com/klauspost/cpuid/v2 v2.0.9 // indirect +require ( + github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect + github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect + github.com/klauspost/cpuid/v2 v2.0.9 // indirect + golang.org/x/sys v0.13.0 // indirect +) diff --git a/ltcutil/go.sum b/ltcutil/go.sum index 193a8fbc16..32ae44a15b 100644 --- a/ltcutil/go.sum +++ b/ltcutil/go.sum @@ -1,22 +1,235 @@ github.com/aead/siphash v1.0.1 h1:FwHfE/T45KPKYuuSAKyyvE+oPWcaQ+CUmFW0bPlM+kg= github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII= +github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f h1:bAs4lUbRJpnnkd9VhRV3jjAVU7DJVjMaK+IsvSeZvFo= +github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f/go.mod h1:TdznJufoqS23FtqVCzL0ZqgP5MqXbb4fg/WgDys70nA= +github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd/go.mod h1:HHNXQzUsZCxOoE+CPiyCTO6x34Zs86zZUiwtpXoGdtg= +github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792/go.mod h1:ghJtEyQwv5/p4Mg4C0fgbePVuGr935/5ddU9Z3TmDRY= +github.com/btcsuite/winsvc v1.0.0/go.mod h1:jsenWakMcC0zFBFurPLEAyrnc/teJEM1O46fmI40EZs= +github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= +github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= +github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= +github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= +github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/decred/dcrd/crypto/blake256 v1.0.0 h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK09Y2A4Xv7EE0= github.com/decred/dcrd/crypto/blake256 v1.0.0/go.mod h1:sQl2p6Y26YV+ZOcSTP6thNdn47hh8kt6rqSlvmrXFAc= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 h1:YLtO71vCjJRCBcrPMtQ9nqBsqpA1m5sE92cU+pd5Mcc= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1/go.mod h1:hyedUtir6IdtD/7lIxGeCxkaw7y45JueMRL4DIyJDKs= +github.com/decred/dcrd/lru v1.1.1/go.mod h1:mxKOwFd7lFjN2GZYsiz/ecgqR6kkYAl+0pz0tEMk218= +github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= +github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= +github.com/fsnotify/fsnotify v1.5.4/go.mod h1:OVB6XrOHzAwXMpEM7uPOzcehqUV2UqJxmVXmkdnm1bU= +github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= +github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= +github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= +github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= +github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= +github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= +github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= +github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= +github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= +github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= +github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= +github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= +github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= +github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= +github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= +github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= +github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= +github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= +github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4= +github.com/jrick/logrotate v1.0.0/go.mod h1:LNinyqDIJnpAur+b8yyulnQw/wDuN1+BYKlTRt3OuAQ= github.com/kkdai/bstream v1.0.0 h1:Se5gHwgp2VT2uHfDrkbbgbgEvV9cimLELwrPJctSjg8= github.com/kkdai/bstream v1.0.0/go.mod h1:FDnDOHt5Yx4p3FaHcioFT0QjDOtgUpvjeZqAs+NVZZA= github.com/klauspost/cpuid/v2 v2.0.9 h1:lgaqFMSdTdQYdZ04uHyN2d/eKdOMyi2YLSvlQIBFYa4= github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg= +github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= +github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= +github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= +github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= +github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= +github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= +github.com/ltcmweb/ltcd v0.24.1 h1:v2Bwg/lHlBmEJvuGMikq0sfRE3auva06Lmgxtcn7+n0= +github.com/ltcmweb/ltcd v0.24.1/go.mod h1:VipcQIgzQqN5btlbp/QZtMg7+/CBjhruS9/vrHgh6hs= +github.com/ltcmweb/ltcd/btcec/v2 v2.3.2 h1:qJeiW2ymNGB4gL2eYymwDMFEUQwHvT/8/HvB0l+OPNo= +github.com/ltcmweb/ltcd/btcec/v2 v2.3.2/go.mod h1:9bwK6wA7hwdas9UNeTF+vvNyNsawICOqa04miutDqNU= +github.com/ltcmweb/ltcd/chaincfg/chainhash v1.0.2 h1:qYLegAA3owzZ1mbdGnlrbghvr6roShFAwmNk4jtTb4g= +github.com/ltcmweb/ltcd/chaincfg/chainhash v1.0.2/go.mod h1:zB+HhI2IbIwTGpdAhdzpm1GVX4ShcWTgN42+ar9HXrg= +github.com/ltcmweb/ltcd/ltcutil v1.2.1/go.mod h1:sY3mXimiwYQeWLCog1oeWWW4763fArn97sXOkY7DTFw= +github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= +github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= +github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= +github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= +github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= +github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= +github.com/onsi/ginkgo/v2 v2.1.3/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c= +github.com/onsi/ginkgo/v2 v2.1.4/go.mod h1:um6tUpWM/cxCK3/FK8BXqEiUMUwRgSM4JXG47RKZmLU= +github.com/onsi/ginkgo/v2 v2.1.6/go.mod h1:MEH45j8TBi6u9BMogfbp0stKC5cdGjumZj5Y7AG4VIk= +github.com/onsi/ginkgo/v2 v2.3.0/go.mod h1:Eew0uilEqZmIEZr8JrvYlvOM7Rr6xzTmMV8AyFNU9d0= +github.com/onsi/ginkgo/v2 v2.4.0/go.mod h1:iHkDK1fKGcBoEHT5W7YBq4RFWaQulw+caOMkAt4OrFo= +github.com/onsi/ginkgo/v2 v2.5.0/go.mod h1:Luc4sArBICYCS8THh8v3i3i5CuSZO+RaQRaJoeNwomw= +github.com/onsi/ginkgo/v2 v2.7.0/go.mod h1:yjiuMwPokqY1XauOgju45q3sJt6VzQ/Fict1LFVcsAo= +github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= +github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= +github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY= +github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro= +github.com/onsi/gomega v1.20.1/go.mod h1:DtrZpjmvpn2mPm4YWQa0/ALMDj9v4YxLgojwPeREyVo= +github.com/onsi/gomega v1.21.1/go.mod h1:iYAIXgPSaDHak0LCMA+AWBpIKBr8WZicMxnE8luStNc= +github.com/onsi/gomega v1.22.1/go.mod h1:x6n7VNe4hw0vkyYUM4mjIXx3JbLiPaBPNgB7PRQ1tuM= +github.com/onsi/gomega v1.24.0/go.mod h1:Z/NWtiqwBrwUt4/2loMmHL63EDLnYHmVbuBpDr2vQAg= +github.com/onsi/gomega v1.24.1/go.mod h1:3AOiACssS3/MajrniINInwbfOOtfZvplPzuRSmvt1jM= +github.com/onsi/gomega v1.26.0/go.mod h1:r+zV744Re+DiYCIPRlYOTxn0YkOLcAnW8k1xXdMPGhM= +github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= +github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= +github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= +github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= +github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= +github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= +github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= +github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= +github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY= +github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 h1:epCh84lMvA70Z7CTTCmYQn2CKbY8j86K7/FAIr141uY= +github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc= +github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= +github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= +golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= +golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw= golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A= +golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= +golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3/go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY= +golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= +golang.org/x/mod v0.6.0/go.mod h1:4mET923SAdbXp2ki8ey+zGs1SLqsuM2Y0uvdZR/fUNI= +golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= +golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20210428140749-89ef3d95e781/go.mod h1:OJAsFXCWl8Ukc7SiCT/9KSuxbyM7479/AVlXFRxuMCk= +golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco= +golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= +golang.org/x/net v0.3.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE= +golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= +golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= +golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= +golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200519105757-fe76b779f299/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220422013727-9388b58f7150/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= +golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= +golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= +golang.org/x/term v0.3.0/go.mod h1:q750SLmJuPmVoN1blW3UFBPREJfb1KmY3vwxfr+nFDA= +golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= +golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= +golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= +golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.5.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= +golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= +golang.org/x/tools v0.2.0/go.mod h1:y4OqIKeOV/fWJetJ8bXPU1sEVniLMIyDAZWeHdV+NTA= +golang.org/x/tools v0.4.0/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ= +golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= +golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= +google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= +google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= +google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= +google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= +google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= +google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= +google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= +google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= +gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= +gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= +gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= +gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= +gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo= +gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw= lukechampine.com/blake3 v1.2.1 h1:YuqqRuaqsGV71BV/nm9xlI0MKUv4QC54jQnBChWbGnI= lukechampine.com/blake3 v1.2.1/go.mod h1:0OFRp7fBtAylGVCO40o87sbupkyIGgbpv1+M1k1LM6k= diff --git a/ltcutil/hdkeychain/README.md b/ltcutil/hdkeychain/README.md index a8f72847f2..551ffc8361 100644 --- a/ltcutil/hdkeychain/README.md +++ b/ltcutil/hdkeychain/README.md @@ -38,7 +38,7 @@ report. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/ltcutil/hdkeychain +$ go get -u github.com/ltcmweb/ltcd/ltcutil/hdkeychain ``` ## Examples diff --git a/ltcutil/hdkeychain/bench_test.go b/ltcutil/hdkeychain/bench_test.go index 898577253c..ed203cd30a 100644 --- a/ltcutil/hdkeychain/bench_test.go +++ b/ltcutil/hdkeychain/bench_test.go @@ -7,7 +7,7 @@ package hdkeychain_test import ( "testing" - "github.com/ltcsuite/ltcd/ltcutil/hdkeychain" + "github.com/ltcmweb/ltcd/ltcutil/hdkeychain" ) // bip0032MasterPriv1 is the master private extended key from the first set of diff --git a/ltcutil/hdkeychain/example_test.go b/ltcutil/hdkeychain/example_test.go index 6d28b52784..293d6d8c33 100644 --- a/ltcutil/hdkeychain/example_test.go +++ b/ltcutil/hdkeychain/example_test.go @@ -7,8 +7,8 @@ package hdkeychain_test import ( "fmt" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/ltcutil/hdkeychain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/ltcutil/hdkeychain" ) // This example demonstrates how to generate a cryptographically random seed diff --git a/ltcutil/hdkeychain/extendedkey.go b/ltcutil/hdkeychain/extendedkey.go index 09dbaff997..a3b3953e13 100644 --- a/ltcutil/hdkeychain/extendedkey.go +++ b/ltcutil/hdkeychain/extendedkey.go @@ -18,11 +18,11 @@ import ( "fmt" "math/big" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/ltcutil/base58" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil/base58" ) const ( diff --git a/ltcutil/hdkeychain/extendedkey_test.go b/ltcutil/hdkeychain/extendedkey_test.go index 38da0c7a52..b27c9f71dd 100644 --- a/ltcutil/hdkeychain/extendedkey_test.go +++ b/ltcutil/hdkeychain/extendedkey_test.go @@ -18,7 +18,7 @@ import ( "testing" secp_ecdsa "github.com/decred/dcrd/dcrec/secp256k1/v4" - "github.com/ltcsuite/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg" ) // TestBIP0032Vectors tests the vectors provided by [BIP32] to ensure the diff --git a/ltcutil/internal_test.go b/ltcutil/internal_test.go index 887ab536a0..719e394013 100644 --- a/ltcutil/internal_test.go +++ b/ltcutil/internal_test.go @@ -12,9 +12,9 @@ interface. The functions are only exported while the tests are being run. package ltcutil import ( - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/ltcutil/base58" - "github.com/ltcsuite/ltcd/ltcutil/bech32" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/ltcutil/base58" + "github.com/ltcmweb/ltcd/ltcutil/bech32" "golang.org/x/crypto/ripemd160" ) diff --git a/ltcutil/mweb/coin.go b/ltcutil/mweb/coin.go index 2b3ad0d9a0..c3ad4ac636 100644 --- a/ltcutil/mweb/coin.go +++ b/ltcutil/mweb/coin.go @@ -4,9 +4,9 @@ import ( "encoding/binary" "errors" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil/mweb/mw" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil/mweb/mw" + "github.com/ltcmweb/ltcd/wire" "lukechampine.com/blake3" ) diff --git a/ltcutil/mweb/coin_test.go b/ltcutil/mweb/coin_test.go index 05d2e955be..d0747e7de9 100644 --- a/ltcutil/mweb/coin_test.go +++ b/ltcutil/mweb/coin_test.go @@ -5,11 +5,11 @@ import ( "encoding/hex" "testing" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/ltcutil/mweb" - "github.com/ltcsuite/ltcd/ltcutil/mweb/mw" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil/mweb" + "github.com/ltcmweb/ltcd/ltcutil/mweb/mw" + "github.com/ltcmweb/ltcd/wire" "lukechampine.com/blake3" ) diff --git a/ltcutil/mweb/fees.go b/ltcutil/mweb/fees.go index d7403d914c..0410af00b6 100644 --- a/ltcutil/mweb/fees.go +++ b/ltcutil/mweb/fees.go @@ -3,9 +3,9 @@ package mweb import ( "math" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/ltcutil/mweb/header.go b/ltcutil/mweb/header.go index a5eec1c34c..ae9168232d 100644 --- a/ltcutil/mweb/header.go +++ b/ltcutil/mweb/header.go @@ -5,10 +5,10 @@ import ( "errors" "fmt" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil/bloom" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil/bloom" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" "lukechampine.com/blake3" ) diff --git a/ltcutil/mweb/keychain.go b/ltcutil/mweb/keychain.go index e6256c9838..80e1268a2b 100644 --- a/ltcutil/mweb/keychain.go +++ b/ltcutil/mweb/keychain.go @@ -3,7 +3,7 @@ package mweb import ( "encoding/binary" - "github.com/ltcsuite/ltcd/ltcutil/mweb/mw" + "github.com/ltcmweb/ltcd/ltcutil/mweb/mw" "lukechampine.com/blake3" ) diff --git a/ltcutil/mweb/leafset.go b/ltcutil/mweb/leafset.go index 11532b77fd..c55e002153 100644 --- a/ltcutil/mweb/leafset.go +++ b/ltcutil/mweb/leafset.go @@ -4,7 +4,7 @@ import ( "encoding/binary" "io" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) type Leafset struct { diff --git a/ltcutil/mweb/txbuilder.go b/ltcutil/mweb/txbuilder.go index fbbd9c3a17..891c02d2d3 100644 --- a/ltcutil/mweb/txbuilder.go +++ b/ltcutil/mweb/txbuilder.go @@ -8,9 +8,9 @@ import ( "math/big" "sort" - "github.com/ltcsuite/ltcd/ltcutil/mweb/mw" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/ltcutil/mweb/mw" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" "lukechampine.com/blake3" ) diff --git a/ltcutil/mweb/utxos.go b/ltcutil/mweb/utxos.go index 12f930c0ea..19bb4ac192 100644 --- a/ltcutil/mweb/utxos.go +++ b/ltcutil/mweb/utxos.go @@ -4,8 +4,8 @@ import ( "encoding/binary" "math/bits" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" "lukechampine.com/blake3" ) diff --git a/ltcutil/psbt/creator.go b/ltcutil/psbt/creator.go index 5b14f558d6..f1c9ee9773 100644 --- a/ltcutil/psbt/creator.go +++ b/ltcutil/psbt/creator.go @@ -5,7 +5,7 @@ package psbt import ( - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) // MinTxVersion is the lowest transaction version that we'll permit. diff --git a/ltcutil/psbt/extractor.go b/ltcutil/psbt/extractor.go index 7c9ccbbf46..e02395bc0d 100644 --- a/ltcutil/psbt/extractor.go +++ b/ltcutil/psbt/extractor.go @@ -12,8 +12,8 @@ package psbt import ( "bytes" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) // Extract takes a finalized psbt.Packet and outputs a finalized transaction diff --git a/ltcutil/psbt/finalizer.go b/ltcutil/psbt/finalizer.go index da8f13e1a2..65297ab747 100644 --- a/ltcutil/psbt/finalizer.go +++ b/ltcutil/psbt/finalizer.go @@ -15,9 +15,9 @@ import ( "bytes" "fmt" - "github.com/ltcsuite/ltcd/btcec/v2/schnorr" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcec/v2/schnorr" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) // isFinalized considers this input finalized if it contains at least one of diff --git a/ltcutil/psbt/go.mod b/ltcutil/psbt/go.mod index 546cfe90ff..ec2d31f30b 100644 --- a/ltcutil/psbt/go.mod +++ b/ltcutil/psbt/go.mod @@ -1,13 +1,13 @@ -module github.com/ltcsuite/ltcd/ltcutil/psbt +module github.com/ltcmweb/ltcd/ltcutil/psbt go 1.17 require ( github.com/davecgh/go-spew v1.1.1 - github.com/ltcsuite/ltcd v0.23.5 - github.com/ltcsuite/ltcd/btcec/v2 v2.3.2 - github.com/ltcsuite/ltcd/chaincfg/chainhash v1.0.2 - github.com/ltcsuite/ltcd/ltcutil v1.1.3 + github.com/ltcmweb/ltcd v0.24.2 + github.com/ltcmweb/ltcd/btcec/v2 v2.3.3 + github.com/ltcmweb/ltcd/chaincfg/chainhash v1.0.3 + github.com/ltcmweb/ltcd/ltcutil v1.2.2 github.com/stretchr/testify v1.8.3 ) @@ -15,14 +15,10 @@ require ( github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect - github.com/google/go-cmp v0.5.9 // indirect github.com/klauspost/cpuid/v2 v2.0.9 // indirect - github.com/kr/pretty v0.3.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/rogpeppe/go-internal v1.12.0 // indirect golang.org/x/crypto v0.7.0 // indirect golang.org/x/sys v0.13.0 // indirect - gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v3 v3.0.1 // indirect lukechampine.com/blake3 v1.2.1 // indirect ) diff --git a/ltcutil/psbt/go.sum b/ltcutil/psbt/go.sum index 88f5288a03..a1408e049f 100644 --- a/ltcutil/psbt/go.sum +++ b/ltcutil/psbt/go.sum @@ -4,6 +4,10 @@ github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f/go.mod h1:TdznJufo github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd/go.mod h1:HHNXQzUsZCxOoE+CPiyCTO6x34Zs86zZUiwtpXoGdtg= github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792/go.mod h1:ghJtEyQwv5/p4Mg4C0fgbePVuGr935/5ddU9Z3TmDRY= github.com/btcsuite/winsvc v1.0.0/go.mod h1:jsenWakMcC0zFBFurPLEAyrnc/teJEM1O46fmI40EZs= +github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= +github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= +github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= +github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -11,9 +15,12 @@ github.com/decred/dcrd/crypto/blake256 v1.0.0 h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK github.com/decred/dcrd/crypto/blake256 v1.0.0/go.mod h1:sQl2p6Y26YV+ZOcSTP6thNdn47hh8kt6rqSlvmrXFAc= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 h1:YLtO71vCjJRCBcrPMtQ9nqBsqpA1m5sE92cU+pd5Mcc= github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1/go.mod h1:hyedUtir6IdtD/7lIxGeCxkaw7y45JueMRL4DIyJDKs= -github.com/decred/dcrd/lru v1.0.0/go.mod h1:mxKOwFd7lFjN2GZYsiz/ecgqR6kkYAl+0pz0tEMk218= +github.com/decred/dcrd/lru v1.1.1/go.mod h1:mxKOwFd7lFjN2GZYsiz/ecgqR6kkYAl+0pz0tEMk218= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= +github.com/fsnotify/fsnotify v1.5.4/go.mod h1:OVB6XrOHzAwXMpEM7uPOzcehqUV2UqJxmVXmkdnm1bU= +github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= @@ -21,70 +28,183 @@ github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrU github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= +github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= +github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= +github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= +github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= +github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4= github.com/jrick/logrotate v1.0.0/go.mod h1:LNinyqDIJnpAur+b8yyulnQw/wDuN1+BYKlTRt3OuAQ= github.com/kkdai/bstream v1.0.0/go.mod h1:FDnDOHt5Yx4p3FaHcioFT0QjDOtgUpvjeZqAs+NVZZA= github.com/klauspost/cpuid/v2 v2.0.9 h1:lgaqFMSdTdQYdZ04uHyN2d/eKdOMyi2YLSvlQIBFYa4= github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg= +github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= +github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0= +github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= +github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= +github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= -github.com/ltcsuite/ltcd v0.23.5 h1:MFWjmx2hCwxrUu9v0wdIPOSN7PHg9BWQeh+AO4FsVLI= -github.com/ltcsuite/ltcd v0.23.5/go.mod h1:JV6swXR5m0cYFi0VYdQPp3UnMdaDQxaRUCaU1PPjb+g= -github.com/ltcsuite/ltcd/btcec/v2 v2.3.2 h1:HVArUNQGqGaSSoyYkk9qGht74U0/uNhS0n7jV9rkmno= -github.com/ltcsuite/ltcd/btcec/v2 v2.3.2/go.mod h1:T1t5TjbjPnryvlGQ+RpSKGuU8KhjNN7rS5+IznPj1VM= -github.com/ltcsuite/ltcd/chaincfg/chainhash v1.0.2 h1:xuWxvRKxLvOKuS7/Q/7I3tpc3cWAB0+hZpU8YdVqkzg= -github.com/ltcsuite/ltcd/chaincfg/chainhash v1.0.2/go.mod h1:nkLkAFGhursWf2U68gt61hPieK1I+0m78e+2aevNyD8= -github.com/ltcsuite/ltcd/ltcutil v1.1.3 h1:8AapjCPLIt/wtYe6Odfk1EC2y9mcbpgjyxyCoNjAkFI= -github.com/ltcsuite/ltcd/ltcutil v1.1.3/go.mod h1:z8txd/ohBFrOMBUT70K8iZvHJD/Vc3gzx+6BP6cBxQw= +github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= +github.com/ltcmweb/ltcd v0.24.1 h1:v2Bwg/lHlBmEJvuGMikq0sfRE3auva06Lmgxtcn7+n0= +github.com/ltcmweb/ltcd v0.24.1/go.mod h1:VipcQIgzQqN5btlbp/QZtMg7+/CBjhruS9/vrHgh6hs= +github.com/ltcmweb/ltcd/btcec/v2 v2.3.2 h1:qJeiW2ymNGB4gL2eYymwDMFEUQwHvT/8/HvB0l+OPNo= +github.com/ltcmweb/ltcd/btcec/v2 v2.3.2/go.mod h1:9bwK6wA7hwdas9UNeTF+vvNyNsawICOqa04miutDqNU= +github.com/ltcmweb/ltcd/chaincfg/chainhash v1.0.2 h1:qYLegAA3owzZ1mbdGnlrbghvr6roShFAwmNk4jtTb4g= +github.com/ltcmweb/ltcd/chaincfg/chainhash v1.0.2/go.mod h1:zB+HhI2IbIwTGpdAhdzpm1GVX4ShcWTgN42+ar9HXrg= +github.com/ltcmweb/ltcd/ltcutil v1.2.1 h1:S3W0YRQnvzjVt3kO1aQEFzFRXX+RIo4HwSQyO5KQ7NU= +github.com/ltcmweb/ltcd/ltcutil v1.2.1/go.mod h1:sY3mXimiwYQeWLCog1oeWWW4763fArn97sXOkY7DTFw= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= +github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= +github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= +github.com/onsi/ginkgo/v2 v2.1.3/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c= +github.com/onsi/ginkgo/v2 v2.1.4/go.mod h1:um6tUpWM/cxCK3/FK8BXqEiUMUwRgSM4JXG47RKZmLU= +github.com/onsi/ginkgo/v2 v2.1.6/go.mod h1:MEH45j8TBi6u9BMogfbp0stKC5cdGjumZj5Y7AG4VIk= +github.com/onsi/ginkgo/v2 v2.3.0/go.mod h1:Eew0uilEqZmIEZr8JrvYlvOM7Rr6xzTmMV8AyFNU9d0= +github.com/onsi/ginkgo/v2 v2.4.0/go.mod h1:iHkDK1fKGcBoEHT5W7YBq4RFWaQulw+caOMkAt4OrFo= +github.com/onsi/ginkgo/v2 v2.5.0/go.mod h1:Luc4sArBICYCS8THh8v3i3i5CuSZO+RaQRaJoeNwomw= +github.com/onsi/ginkgo/v2 v2.7.0/go.mod h1:yjiuMwPokqY1XauOgju45q3sJt6VzQ/Fict1LFVcsAo= github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= +github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY= +github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro= +github.com/onsi/gomega v1.20.1/go.mod h1:DtrZpjmvpn2mPm4YWQa0/ALMDj9v4YxLgojwPeREyVo= +github.com/onsi/gomega v1.21.1/go.mod h1:iYAIXgPSaDHak0LCMA+AWBpIKBr8WZicMxnE8luStNc= +github.com/onsi/gomega v1.22.1/go.mod h1:x6n7VNe4hw0vkyYUM4mjIXx3JbLiPaBPNgB7PRQ1tuM= +github.com/onsi/gomega v1.24.0/go.mod h1:Z/NWtiqwBrwUt4/2loMmHL63EDLnYHmVbuBpDr2vQAg= +github.com/onsi/gomega v1.24.1/go.mod h1:3AOiACssS3/MajrniINInwbfOOtfZvplPzuRSmvt1jM= +github.com/onsi/gomega v1.26.0/go.mod h1:r+zV744Re+DiYCIPRlYOTxn0YkOLcAnW8k1xXdMPGhM= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= +github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= +github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= +github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY= +github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc= +github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= +github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a/go.mod h1:P+XmwS30IXTQdn5tA2iutPOUgjI07+tq3H3K9MVA1s8= +golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw= golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A= +golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= +golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3/go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY= +golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= +golang.org/x/mod v0.6.0/go.mod h1:4mET923SAdbXp2ki8ey+zGs1SLqsuM2Y0uvdZR/fUNI= +golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= +golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20210428140749-89ef3d95e781/go.mod h1:OJAsFXCWl8Ukc7SiCT/9KSuxbyM7479/AVlXFRxuMCk= +golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco= +golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= +golang.org/x/net v0.3.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE= +golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws= +golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= +golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200519105757-fe76b779f299/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220422013727-9388b58f7150/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= +golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= +golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= +golang.org/x/term v0.3.0/go.mod h1:q750SLmJuPmVoN1blW3UFBPREJfb1KmY3vwxfr+nFDA= +golang.org/x/term v0.4.0/go.mod h1:9P2UbLfCdcvo3p/nzKvsmas4TnlujnuoV9hGgYzW1lQ= +golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= +golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= +golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.5.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= +golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= +golang.org/x/tools v0.2.0/go.mod h1:y4OqIKeOV/fWJetJ8bXPU1sEVniLMIyDAZWeHdV+NTA= +golang.org/x/tools v0.4.0/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ= +golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= +golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= @@ -93,12 +213,20 @@ google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQ google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= +google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= +google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= +google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= +gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= +gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= +gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= diff --git a/ltcutil/psbt/partial_input.go b/ltcutil/psbt/partial_input.go index d45954326a..44aca7567c 100644 --- a/ltcutil/psbt/partial_input.go +++ b/ltcutil/psbt/partial_input.go @@ -6,8 +6,8 @@ import ( "io" "sort" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) // PInput is a struct encapsulating all the data that can be attached to any diff --git a/ltcutil/psbt/partial_output.go b/ltcutil/psbt/partial_output.go index 565a0b9945..4b2059762d 100644 --- a/ltcutil/psbt/partial_output.go +++ b/ltcutil/psbt/partial_output.go @@ -5,7 +5,7 @@ import ( "io" "sort" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) // POutput is a struct encapsulating all the data that can be attached diff --git a/ltcutil/psbt/partialsig.go b/ltcutil/psbt/partialsig.go index 33d6975562..1c6726cba2 100644 --- a/ltcutil/psbt/partialsig.go +++ b/ltcutil/psbt/partialsig.go @@ -3,8 +3,8 @@ package psbt import ( "bytes" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/ecdsa" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/ecdsa" ) // PartialSig encapsulate a (BTC public key, ECDSA signature) diff --git a/ltcutil/psbt/psbt.go b/ltcutil/psbt/psbt.go index cbff8616c2..80fcb04c89 100644 --- a/ltcutil/psbt/psbt.go +++ b/ltcutil/psbt/psbt.go @@ -13,8 +13,8 @@ import ( "errors" "io" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // psbtMagicLength is the length of the magic bytes used to signal the start of diff --git a/ltcutil/psbt/psbt_test.go b/ltcutil/psbt/psbt_test.go index 1c1166c802..e70dab5ed1 100644 --- a/ltcutil/psbt/psbt_test.go +++ b/ltcutil/psbt/psbt_test.go @@ -13,10 +13,10 @@ import ( "testing" "github.com/davecgh/go-spew/spew" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" "github.com/stretchr/testify/require" ) diff --git a/ltcutil/psbt/signer.go b/ltcutil/psbt/signer.go index 4e938363ed..e0bedadade 100644 --- a/ltcutil/psbt/signer.go +++ b/ltcutil/psbt/signer.go @@ -10,7 +10,7 @@ package psbt // is in the correct state. import ( - "github.com/ltcsuite/ltcd/txscript" + "github.com/ltcmweb/ltcd/txscript" ) // SignOutcome is a enum-like value that expresses the outcome of a call to the diff --git a/ltcutil/psbt/sort.go b/ltcutil/psbt/sort.go index 93beb5a0fc..7787738af2 100644 --- a/ltcutil/psbt/sort.go +++ b/ltcutil/psbt/sort.go @@ -4,7 +4,7 @@ import ( "bytes" "sort" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // InPlaceSort modifies the passed packet's wire TX inputs and outputs to be diff --git a/ltcutil/psbt/sort_test.go b/ltcutil/psbt/sort_test.go index 2d52c5073c..afaefb7f52 100644 --- a/ltcutil/psbt/sort_test.go +++ b/ltcutil/psbt/sort_test.go @@ -4,8 +4,8 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) func TestInPlaceSort(t *testing.T) { diff --git a/ltcutil/psbt/taproot.go b/ltcutil/psbt/taproot.go index 740c5eb445..7f69118a5e 100644 --- a/ltcutil/psbt/taproot.go +++ b/ltcutil/psbt/taproot.go @@ -3,9 +3,9 @@ package psbt import ( "bytes" - "github.com/ltcsuite/ltcd/btcec/v2/schnorr" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcec/v2/schnorr" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/ltcutil/psbt/updater.go b/ltcutil/psbt/updater.go index 9dd10313bc..91d1991e9b 100644 --- a/ltcutil/psbt/updater.go +++ b/ltcutil/psbt/updater.go @@ -14,9 +14,9 @@ import ( "bytes" "crypto/sha256" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) // Updater encapsulates the role 'Updater' as specified in BIP174; it accepts diff --git a/ltcutil/psbt/utils.go b/ltcutil/psbt/utils.go index faff85d4b0..8a662155f3 100644 --- a/ltcutil/psbt/utils.go +++ b/ltcutil/psbt/utils.go @@ -12,8 +12,8 @@ import ( "io" "sort" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) // WriteTxWitness is a utility function due to non-exported witness diff --git a/ltcutil/psbt/utils_test.go b/ltcutil/psbt/utils_test.go index 67b3fcf90e..5f6de7c8b6 100644 --- a/ltcutil/psbt/utils_test.go +++ b/ltcutil/psbt/utils_test.go @@ -5,8 +5,8 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) func TestSumUtxoInputValues(t *testing.T) { diff --git a/ltcutil/tx.go b/ltcutil/tx.go index df984211cf..f74995e30d 100644 --- a/ltcutil/tx.go +++ b/ltcutil/tx.go @@ -8,8 +8,8 @@ import ( "bytes" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // TxIndexUnknown is the value returned for a transaction index that is unknown. diff --git a/ltcutil/tx_test.go b/ltcutil/tx_test.go index c23c561b03..3ecbfda853 100644 --- a/ltcutil/tx_test.go +++ b/ltcutil/tx_test.go @@ -11,8 +11,8 @@ import ( "testing" "github.com/davecgh/go-spew/spew" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" ) // TestTx tests the API for Tx. diff --git a/ltcutil/txsort/README.md b/ltcutil/txsort/README.md index d43fb40791..932b3ed990 100644 --- a/ltcutil/txsort/README.md +++ b/ltcutil/txsort/README.md @@ -22,7 +22,7 @@ A comprehensive suite of tests is provided to ensure proper functionality. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/ltcutil/txsort +$ go get -u github.com/ltcmweb/ltcd/ltcutil/txsort ``` ## License diff --git a/ltcutil/txsort/txsort.go b/ltcutil/txsort/txsort.go index c1573e1848..0832dde4b7 100644 --- a/ltcutil/txsort/txsort.go +++ b/ltcutil/txsort/txsort.go @@ -11,8 +11,8 @@ import ( "bytes" "sort" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // InPlaceSort modifies the passed transaction inputs and outputs to be sorted diff --git a/ltcutil/txsort/txsort_test.go b/ltcutil/txsort/txsort_test.go index b6a763aeaf..39d5458c90 100644 --- a/ltcutil/txsort/txsort_test.go +++ b/ltcutil/txsort/txsort_test.go @@ -11,8 +11,8 @@ import ( "path/filepath" "testing" - "github.com/ltcsuite/ltcd/ltcutil/txsort" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/ltcutil/txsort" + "github.com/ltcmweb/ltcd/wire" ) // TestSort ensures the transaction sorting works according to the BIP. diff --git a/ltcutil/wif.go b/ltcutil/wif.go index 0dbc4a147b..9896a9c873 100644 --- a/ltcutil/wif.go +++ b/ltcutil/wif.go @@ -8,10 +8,10 @@ import ( "bytes" "errors" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil/base58" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil/base58" ) // ErrMalformedPrivateKey describes an error where a WIF-encoded private diff --git a/ltcutil/wif_test.go b/ltcutil/wif_test.go index ddbbe13d3c..eed1b1c7b5 100644 --- a/ltcutil/wif_test.go +++ b/ltcutil/wif_test.go @@ -9,9 +9,9 @@ import ( "encoding/hex" "testing" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/chaincfg" - . "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/chaincfg" + . "github.com/ltcmweb/ltcd/ltcutil" ) func TestEncodeDecodeWIF(t *testing.T) { diff --git a/mempool/README.md b/mempool/README.md index 20310bd2c4..495bddd74c 100644 --- a/mempool/README.md +++ b/mempool/README.md @@ -74,7 +74,7 @@ be an exhaustive list. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/mempool +$ go get -u github.com/ltcmweb/ltcd/mempool ``` ## License diff --git a/mempool/error.go b/mempool/error.go index f779f072f0..9445280bf3 100644 --- a/mempool/error.go +++ b/mempool/error.go @@ -5,8 +5,8 @@ package mempool import ( - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/wire" ) // RuleError identifies a rule violation. It is used to indicate that diff --git a/mempool/estimatefee.go b/mempool/estimatefee.go index 35b8825ad9..a808b9c0ac 100644 --- a/mempool/estimatefee.go +++ b/mempool/estimatefee.go @@ -16,9 +16,9 @@ import ( "strings" "sync" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/mining" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/mining" ) // TODO incorporate Alex Morcos' modifications to Gavin's initial model diff --git a/mempool/estimatefee_test.go b/mempool/estimatefee_test.go index b8abb493ce..52a8092f60 100644 --- a/mempool/estimatefee_test.go +++ b/mempool/estimatefee_test.go @@ -9,10 +9,10 @@ import ( "math/rand" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/mining" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/mining" + "github.com/ltcmweb/ltcd/wire" ) // newTestFeeEstimator creates a feeEstimator with some different parameters diff --git a/mempool/mempool.go b/mempool/mempool.go index 91f056b844..043ad2656d 100644 --- a/mempool/mempool.go +++ b/mempool/mempool.go @@ -12,15 +12,15 @@ import ( "sync/atomic" "time" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/blockchain/indexers" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/mining" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/blockchain/indexers" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/mining" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/mempool/mempool_test.go b/mempool/mempool_test.go index 43a47a2610..7b38c95db5 100644 --- a/mempool/mempool_test.go +++ b/mempool/mempool_test.go @@ -12,13 +12,13 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) // fakeChain is used by the pool harness to provide generated test utxos and diff --git a/mempool/policy.go b/mempool/policy.go index c99f8d9178..fed0473a33 100644 --- a/mempool/policy.go +++ b/mempool/policy.go @@ -8,10 +8,10 @@ import ( "fmt" "time" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/mempool/policy_test.go b/mempool/policy_test.go index 91dd7136ce..271e47dc76 100644 --- a/mempool/policy_test.go +++ b/mempool/policy_test.go @@ -9,12 +9,12 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) // TestCalcMinRequiredTxRelayFee tests the calcMinRequiredTxRelayFee API. diff --git a/mining/README.md b/mining/README.md index 6bd0213987..09152d091e 100644 --- a/mining/README.md +++ b/mining/README.md @@ -12,7 +12,7 @@ This package is currently a work in progress. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/mining +$ go get -u github.com/ltcmweb/ltcd/mining ``` ## License diff --git a/mining/cpuminer/README.md b/mining/cpuminer/README.md index c96c18d96b..12b9330de7 100644 --- a/mining/cpuminer/README.md +++ b/mining/cpuminer/README.md @@ -16,7 +16,7 @@ now. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/mining/cpuminer +$ go get -u github.com/ltcmweb/ltcd/mining/cpuminer ``` ## License diff --git a/mining/cpuminer/cpuminer.go b/mining/cpuminer/cpuminer.go index fa27d5db0d..517cfa748e 100644 --- a/mining/cpuminer/cpuminer.go +++ b/mining/cpuminer/cpuminer.go @@ -12,12 +12,12 @@ import ( "sync" "time" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/mining" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/mining" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/mining/mining.go b/mining/mining.go index 2a631d1936..6337ead509 100644 --- a/mining/mining.go +++ b/mining/mining.go @@ -10,12 +10,12 @@ import ( "fmt" "time" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/mining/mining_test.go b/mining/mining_test.go index f7f6a4817a..5b79bb9477 100644 --- a/mining/mining_test.go +++ b/mining/mining_test.go @@ -9,7 +9,7 @@ import ( "math/rand" "testing" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil" ) // TestTxFeePrioHeap ensures the priority queue for transaction fees and diff --git a/mining/policy.go b/mining/policy.go index 6d28a15578..57886d8c84 100644 --- a/mining/policy.go +++ b/mining/policy.go @@ -5,9 +5,9 @@ package mining import ( - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/mining/policy_test.go b/mining/policy_test.go index 2a9a299493..5450b75b31 100644 --- a/mining/policy_test.go +++ b/mining/policy_test.go @@ -8,10 +8,10 @@ import ( "encoding/hex" "testing" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // newHashFromStr converts the passed big-endian hex string into a diff --git a/netsync/README.md b/netsync/README.md index 84b51e88e3..b083346845 100644 --- a/netsync/README.md +++ b/netsync/README.md @@ -17,7 +17,7 @@ longest chain the sync peer is aware of. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/netsync +$ go get -u github.com/ltcmweb/ltcd/netsync ``` ## License diff --git a/netsync/blocklogger.go b/netsync/blocklogger.go index 1b69a70344..3bb5803610 100644 --- a/netsync/blocklogger.go +++ b/netsync/blocklogger.go @@ -9,7 +9,7 @@ import ( "time" "github.com/btcsuite/btclog" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil" ) // blockProgressLogger provides periodic logging for other services in order diff --git a/netsync/interface.go b/netsync/interface.go index e62ed3276e..b21f1f50d6 100644 --- a/netsync/interface.go +++ b/netsync/interface.go @@ -5,13 +5,13 @@ package netsync import ( - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/mempool" - "github.com/ltcsuite/ltcd/peer" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/mempool" + "github.com/ltcmweb/ltcd/peer" + "github.com/ltcmweb/ltcd/wire" ) // PeerNotifier exposes methods to notify peers of status changes to diff --git a/netsync/manager.go b/netsync/manager.go index 0e400d275c..f5ffc22fda 100644 --- a/netsync/manager.go +++ b/netsync/manager.go @@ -12,14 +12,14 @@ import ( "sync/atomic" "time" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/mempool" - peerpkg "github.com/ltcsuite/ltcd/peer" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/mempool" + peerpkg "github.com/ltcmweb/ltcd/peer" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/params.go b/params.go index 0902bcc47c..25dace23f2 100644 --- a/params.go +++ b/params.go @@ -5,8 +5,8 @@ package main import ( - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/wire" ) // activeNetParams is a pointer to the parameters specific to the diff --git a/peer/README.md b/peer/README.md index 9cc7dcc140..7df64c1428 100644 --- a/peer/README.md +++ b/peer/README.md @@ -58,7 +58,7 @@ A quick overview of the major features peer provides are as follows: ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/peer +$ go get -u github.com/ltcmweb/ltcd/peer ``` ## Examples diff --git a/peer/example_test.go b/peer/example_test.go index aaa455bd57..5347b8207a 100644 --- a/peer/example_test.go +++ b/peer/example_test.go @@ -10,9 +10,9 @@ import ( "net" "time" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/peer" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/peer" + "github.com/ltcmweb/ltcd/wire" ) // mockRemotePeer creates a basic inbound peer listening on the simnet port for diff --git a/peer/log.go b/peer/log.go index 9c3e44c59f..23d87b196b 100644 --- a/peer/log.go +++ b/peer/log.go @@ -10,9 +10,9 @@ import ( "time" "github.com/btcsuite/btclog" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/peer/peer.go b/peer/peer.go index 8cdcd7955d..efd154eecd 100644 --- a/peer/peer.go +++ b/peer/peer.go @@ -21,10 +21,10 @@ import ( "github.com/btcsuite/go-socks/socks" "github.com/davecgh/go-spew/spew" "github.com/decred/dcrd/lru" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/peer/peer_test.go b/peer/peer_test.go index 4ab478fca5..2193ac112b 100644 --- a/peer/peer_test.go +++ b/peer/peer_test.go @@ -14,10 +14,10 @@ import ( "time" "github.com/btcsuite/go-socks/socks" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/peer" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/peer" + "github.com/ltcmweb/ltcd/wire" ) // conn mocks a network connection by implementing the net.Conn interface. It diff --git a/release/release.sh b/release/release.sh index a5fef2e4e4..fd8fc1be20 100755 --- a/release/release.sh +++ b/release/release.sh @@ -72,7 +72,7 @@ SYS=${BTCDBUILDSYS:-" # Use the first element of $GOPATH in the case where GOPATH is a list # (something that is totally allowed). -PKG="github.com/ltcsuite/ltcd" +PKG="github.com/ltcmweb/ltcd" COMMIT=$(git describe --abbrev=40 --dirty --tags) for i in $SYS; do @@ -92,8 +92,8 @@ for i in $SYS; do cd $PACKAGE-$i-$TAG echo "Building:" $OS $ARCH $ARM - env CGO_ENABLED=0 GOOS=$OS GOARCH=$ARCH GOARM=$ARM go build -v -trimpath -ldflags="-s -w -buildid=" github.com/ltcsuite/ltcd - env CGO_ENABLED=0 GOOS=$OS GOARCH=$ARCH GOARM=$ARM go build -v -trimpath -ldflags="-s -w -buildid=" github.com/ltcsuite/ltcd/cmd/ltcctl + env CGO_ENABLED=0 GOOS=$OS GOARCH=$ARCH GOARM=$ARM go build -v -trimpath -ldflags="-s -w -buildid=" github.com/ltcmweb/ltcd + env CGO_ENABLED=0 GOOS=$OS GOARCH=$ARCH GOARM=$ARM go build -v -trimpath -ldflags="-s -w -buildid=" github.com/ltcmweb/ltcd/cmd/ltcctl cd .. if [[ $OS = "windows" ]]; then diff --git a/rpcadapters.go b/rpcadapters.go index c8c48b1dc8..64991dbe71 100644 --- a/rpcadapters.go +++ b/rpcadapters.go @@ -7,13 +7,13 @@ package main import ( "sync/atomic" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/mempool" - "github.com/ltcsuite/ltcd/netsync" - "github.com/ltcsuite/ltcd/peer" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/mempool" + "github.com/ltcmweb/ltcd/netsync" + "github.com/ltcmweb/ltcd/peer" + "github.com/ltcmweb/ltcd/wire" ) // rpcPeer provides a peer for use with the RPC server and implements the diff --git a/rpcclient/README.md b/rpcclient/README.md index 2eeba75266..746e67fe25 100644 --- a/rpcclient/README.md +++ b/rpcclient/README.md @@ -47,7 +47,7 @@ implement and the API is not stable yet. ## Installation ```bash -$ go get -u github.com/ltcsuite/ltcd/rpcclient +$ go get -u github.com/ltcmweb/ltcd/rpcclient ``` ## License diff --git a/rpcclient/chain.go b/rpcclient/chain.go index 840568ead3..d41bfbc59f 100644 --- a/rpcclient/chain.go +++ b/rpcclient/chain.go @@ -10,9 +10,9 @@ import ( "encoding/hex" "encoding/json" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // FutureGetBestBlockHashResult is a future promise to deliver the result of a diff --git a/rpcclient/example_test.go b/rpcclient/example_test.go index de7af53245..320db2933e 100644 --- a/rpcclient/example_test.go +++ b/rpcclient/example_test.go @@ -7,7 +7,7 @@ package rpcclient import ( "fmt" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) var connCfg = &ConnConfig{ diff --git a/rpcclient/examples/bitcoincorehttp/README.md b/rpcclient/examples/bitcoincorehttp/README.md index bf8f056256..9d906292a4 100644 --- a/rpcclient/examples/bitcoincorehttp/README.md +++ b/rpcclient/examples/bitcoincorehttp/README.md @@ -10,7 +10,7 @@ block count. The first step is to use `go get` to download and install the rpcclient package: ```bash -$ go get github.com/ltcsuite/ltcd/rpcclient +$ go get github.com/ltcmweb/ltcd/rpcclient ``` Next, modify the `main.go` source to specify the correct RPC username and diff --git a/rpcclient/examples/bitcoincorehttp/main.go b/rpcclient/examples/bitcoincorehttp/main.go index e5fe15414e..893ee817f1 100644 --- a/rpcclient/examples/bitcoincorehttp/main.go +++ b/rpcclient/examples/bitcoincorehttp/main.go @@ -7,7 +7,7 @@ package main import ( "log" - "github.com/ltcsuite/ltcd/rpcclient" + "github.com/ltcmweb/ltcd/rpcclient" ) func main() { diff --git a/rpcclient/examples/bitcoincorehttpbulk/README.md b/rpcclient/examples/bitcoincorehttpbulk/README.md index f83f2bf8eb..64bc92f901 100644 --- a/rpcclient/examples/bitcoincorehttpbulk/README.md +++ b/rpcclient/examples/bitcoincorehttpbulk/README.md @@ -8,7 +8,7 @@ This example shows how to use the rpclient package to connect to a Litecoin Core The first step is to use `go get` to download and install the rpcclient package: ```bash -$ go get github.com/ltcsuite/ltcd/rpcclient +$ go get github.com/ltcmweb/ltcd/rpcclient ``` Next, modify the `main.go` source to specify the correct RPC username and diff --git a/rpcclient/examples/bitcoincorehttpbulk/main.go b/rpcclient/examples/bitcoincorehttpbulk/main.go index 3974ae7ac5..9926d9db14 100644 --- a/rpcclient/examples/bitcoincorehttpbulk/main.go +++ b/rpcclient/examples/bitcoincorehttpbulk/main.go @@ -8,7 +8,7 @@ import ( "fmt" "log" - "github.com/ltcsuite/ltcd/rpcclient" + "github.com/ltcmweb/ltcd/rpcclient" ) func main() { diff --git a/rpcclient/examples/btcdwebsockets/README.md b/rpcclient/examples/btcdwebsockets/README.md index a0e1f47aaf..f5a9f3592f 100644 --- a/rpcclient/examples/btcdwebsockets/README.md +++ b/rpcclient/examples/btcdwebsockets/README.md @@ -13,7 +13,7 @@ demonstrate clean shutdown. The first step is to use `go get` to download and install the rpcclient package: ```bash -$ go get github.com/ltcsuite/ltcd/rpcclient +$ go get github.com/ltcmweb/ltcd/rpcclient ``` Next, modify the `main.go` source to specify the correct RPC username and diff --git a/rpcclient/examples/btcdwebsockets/main.go b/rpcclient/examples/btcdwebsockets/main.go index 2973defe8d..f572a0b6fd 100644 --- a/rpcclient/examples/btcdwebsockets/main.go +++ b/rpcclient/examples/btcdwebsockets/main.go @@ -10,9 +10,9 @@ import ( "path/filepath" "time" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/rpcclient" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/rpcclient" + "github.com/ltcmweb/ltcd/wire" ) func main() { diff --git a/rpcclient/examples/btcwalletwebsockets/README.md b/rpcclient/examples/btcwalletwebsockets/README.md index 6a43ae5e90..d53e16ed7e 100644 --- a/rpcclient/examples/btcwalletwebsockets/README.md +++ b/rpcclient/examples/btcwalletwebsockets/README.md @@ -14,7 +14,7 @@ demonstrate clean shutdown. The first step is to use `go get` to download and install the rpcclient package: ```bash -$ go get github.com/ltcsuite/ltcd/rpcclient +$ go get github.com/ltcmweb/ltcd/rpcclient ``` Next, modify the `main.go` source to specify the correct RPC username and diff --git a/rpcclient/examples/btcwalletwebsockets/main.go b/rpcclient/examples/btcwalletwebsockets/main.go index 96610be3c0..e5962fa00e 100644 --- a/rpcclient/examples/btcwalletwebsockets/main.go +++ b/rpcclient/examples/btcwalletwebsockets/main.go @@ -11,8 +11,8 @@ import ( "time" "github.com/davecgh/go-spew/spew" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/rpcclient" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/rpcclient" ) func main() { diff --git a/rpcclient/examples/customcommand/README.md b/rpcclient/examples/customcommand/README.md index a12cb226c7..7f98f2b733 100644 --- a/rpcclient/examples/customcommand/README.md +++ b/rpcclient/examples/customcommand/README.md @@ -9,7 +9,7 @@ implementing the `name_show` command from Namecoin Core. The first step is to use `go get` to download and install the rpcclient package: ```bash -$ go get github.com/ltcsuite/ltcd/rpcclient +$ go get github.com/ltcmweb/ltcd/rpcclient ``` Next, modify the `main.go` source to specify the correct RPC username and diff --git a/rpcclient/examples/customcommand/main.go b/rpcclient/examples/customcommand/main.go index 3f3f37fc7d..b1f189c47d 100644 --- a/rpcclient/examples/customcommand/main.go +++ b/rpcclient/examples/customcommand/main.go @@ -9,8 +9,8 @@ import ( "encoding/json" "log" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/rpcclient" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/rpcclient" ) // NameShowCmd defines the name_show JSON-RPC command. diff --git a/rpcclient/extensions.go b/rpcclient/extensions.go index d007957e88..4cc2d8510b 100644 --- a/rpcclient/extensions.go +++ b/rpcclient/extensions.go @@ -12,10 +12,10 @@ import ( "encoding/json" "fmt" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // FutureDebugLevelResult is a future promise to deliver the result of a diff --git a/rpcclient/infrastructure.go b/rpcclient/infrastructure.go index a3d5ec412c..135b78ce6d 100644 --- a/rpcclient/infrastructure.go +++ b/rpcclient/infrastructure.go @@ -27,8 +27,8 @@ import ( "github.com/btcsuite/go-socks/socks" "github.com/btcsuite/websocket" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/chaincfg" ) var ( diff --git a/rpcclient/mining.go b/rpcclient/mining.go index 3208cc893d..858039b652 100644 --- a/rpcclient/mining.go +++ b/rpcclient/mining.go @@ -9,9 +9,9 @@ import ( "encoding/json" "errors" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" ) // FutureGenerateResult is a future promise to deliver the result of a diff --git a/rpcclient/net.go b/rpcclient/net.go index 7c83530752..abc6307584 100644 --- a/rpcclient/net.go +++ b/rpcclient/net.go @@ -7,7 +7,7 @@ package rpcclient import ( "encoding/json" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // AddNodeCommand enumerates the available commands that the AddNode function diff --git a/rpcclient/notify.go b/rpcclient/notify.go index e909d34be5..cded1389f3 100644 --- a/rpcclient/notify.go +++ b/rpcclient/notify.go @@ -13,10 +13,10 @@ import ( "fmt" "time" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) var ( diff --git a/rpcclient/rawrequest.go b/rpcclient/rawrequest.go index d9cb680cf9..5b4749b6ec 100644 --- a/rpcclient/rawrequest.go +++ b/rpcclient/rawrequest.go @@ -8,7 +8,7 @@ import ( "encoding/json" "errors" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // FutureRawResult is a future promise to deliver the result of a RawRequest RPC diff --git a/rpcclient/rawtransactions.go b/rpcclient/rawtransactions.go index 05bea6717c..dd44512e61 100644 --- a/rpcclient/rawtransactions.go +++ b/rpcclient/rawtransactions.go @@ -9,10 +9,10 @@ import ( "encoding/hex" "encoding/json" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/rpcclient/wallet.go b/rpcclient/wallet.go index 571b5ca681..d3233d2229 100644 --- a/rpcclient/wallet.go +++ b/rpcclient/wallet.go @@ -8,11 +8,11 @@ import ( "encoding/json" "strconv" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // ***************************** diff --git a/rpcclient/zmq.go b/rpcclient/zmq.go index f35431d48e..5f91d26855 100644 --- a/rpcclient/zmq.go +++ b/rpcclient/zmq.go @@ -3,7 +3,7 @@ package rpcclient import ( "encoding/json" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // FutureGetZmqNotificationsResult is a future promise to deliver the result of diff --git a/rpcserver.go b/rpcserver.go index 7bb8e3a1f3..fe2328a241 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -28,20 +28,20 @@ import ( "time" "github.com/btcsuite/websocket" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/blockchain/indexers" - "github.com/ltcsuite/ltcd/btcec/v2/ecdsa" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/mempool" - "github.com/ltcsuite/ltcd/mining" - "github.com/ltcsuite/ltcd/mining/cpuminer" - "github.com/ltcsuite/ltcd/peer" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/blockchain/indexers" + "github.com/ltcmweb/ltcd/btcec/v2/ecdsa" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/mempool" + "github.com/ltcmweb/ltcd/mining" + "github.com/ltcmweb/ltcd/mining/cpuminer" + "github.com/ltcmweb/ltcd/peer" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) // API version constants diff --git a/rpcserverhelp.go b/rpcserverhelp.go index 5ccd3cc000..1c60cebbf8 100644 --- a/rpcserverhelp.go +++ b/rpcserverhelp.go @@ -11,7 +11,7 @@ import ( "strings" "sync" - "github.com/ltcsuite/ltcd/btcjson" + "github.com/ltcmweb/ltcd/btcjson" ) // helpDescsEnUS defines the English descriptions used for the help strings. diff --git a/rpcwebsocket.go b/rpcwebsocket.go index 73e36c9f08..146146f339 100644 --- a/rpcwebsocket.go +++ b/rpcwebsocket.go @@ -21,14 +21,14 @@ import ( "time" "github.com/btcsuite/websocket" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/btcjson" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/btcjson" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" "golang.org/x/crypto/ripemd160" ) diff --git a/server.go b/server.go index 49fe6fdd37..7bd52cf596 100644 --- a/server.go +++ b/server.go @@ -23,22 +23,22 @@ import ( "time" "github.com/decred/dcrd/lru" - "github.com/ltcsuite/ltcd/addrmgr" - "github.com/ltcsuite/ltcd/blockchain" - "github.com/ltcsuite/ltcd/blockchain/indexers" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/connmgr" - "github.com/ltcsuite/ltcd/database" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/ltcutil/bloom" - "github.com/ltcsuite/ltcd/mempool" - "github.com/ltcsuite/ltcd/mining" - "github.com/ltcsuite/ltcd/mining/cpuminer" - "github.com/ltcsuite/ltcd/netsync" - "github.com/ltcsuite/ltcd/peer" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/addrmgr" + "github.com/ltcmweb/ltcd/blockchain" + "github.com/ltcmweb/ltcd/blockchain/indexers" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/connmgr" + "github.com/ltcmweb/ltcd/database" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil/bloom" + "github.com/ltcmweb/ltcd/mempool" + "github.com/ltcmweb/ltcd/mining" + "github.com/ltcmweb/ltcd/mining/cpuminer" + "github.com/ltcmweb/ltcd/netsync" + "github.com/ltcmweb/ltcd/peer" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/txscript/README.md b/txscript/README.md index b9b173e8df..df41b6c06d 100644 --- a/txscript/README.md +++ b/txscript/README.md @@ -20,7 +20,7 @@ can be found at https://en.bitcoin.it/wiki/Script ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/txscript +$ go get -u github.com/ltcmweb/ltcd/txscript ``` ## Examples diff --git a/txscript/bench_test.go b/txscript/bench_test.go index ed2024c47c..b9c2abe41a 100644 --- a/txscript/bench_test.go +++ b/txscript/bench_test.go @@ -10,8 +10,8 @@ import ( "io/ioutil" "testing" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/wire" ) var ( diff --git a/txscript/engine.go b/txscript/engine.go index 064982cd3e..6f6044abfd 100644 --- a/txscript/engine.go +++ b/txscript/engine.go @@ -12,9 +12,9 @@ import ( "math/big" "strings" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // ScriptFlags is a bitmask defining additional operations or tests that will be diff --git a/txscript/engine_debug_test.go b/txscript/engine_debug_test.go index cf7b423fd8..25bbb68268 100644 --- a/txscript/engine_debug_test.go +++ b/txscript/engine_debug_test.go @@ -7,9 +7,9 @@ package txscript import ( "testing" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/schnorr" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/schnorr" + "github.com/ltcmweb/ltcd/wire" "github.com/stretchr/testify/require" ) diff --git a/txscript/engine_test.go b/txscript/engine_test.go index 75c827c40c..4cf9026c91 100644 --- a/txscript/engine_test.go +++ b/txscript/engine_test.go @@ -8,8 +8,8 @@ package txscript import ( "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // TestBadPC sets the pc to a deliberately bad result then confirms that Step diff --git a/txscript/example_test.go b/txscript/example_test.go index 79873c5ec6..75216807ad 100644 --- a/txscript/example_test.go +++ b/txscript/example_test.go @@ -9,12 +9,12 @@ import ( "encoding/hex" "fmt" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/txscript" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/txscript" + "github.com/ltcmweb/ltcd/wire" ) // This example demonstrates creating a script which pays to a litecoin address. diff --git a/txscript/hashcache.go b/txscript/hashcache.go index 0352ae45eb..6e2f399ff5 100644 --- a/txscript/hashcache.go +++ b/txscript/hashcache.go @@ -10,8 +10,8 @@ import ( "math" "sync" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // calcHashPrevOuts calculates a single hash of all the previous outputs diff --git a/txscript/hashcache_test.go b/txscript/hashcache_test.go index ca7804ae6c..deb362e9ca 100644 --- a/txscript/hashcache_test.go +++ b/txscript/hashcache_test.go @@ -9,8 +9,8 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/wire" "github.com/davecgh/go-spew/spew" + "github.com/ltcmweb/ltcd/wire" ) func init() { diff --git a/txscript/opcode.go b/txscript/opcode.go index a6737a8840..b7b06840c8 100644 --- a/txscript/opcode.go +++ b/txscript/opcode.go @@ -16,10 +16,10 @@ import ( "golang.org/x/crypto/ripemd160" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/ecdsa" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/ecdsa" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // An opcode defines the information related to a txscript opcode. opfunc, if diff --git a/txscript/pkscript.go b/txscript/pkscript.go index 01a3380aed..3f6ce88be8 100644 --- a/txscript/pkscript.go +++ b/txscript/pkscript.go @@ -5,11 +5,11 @@ import ( "errors" "fmt" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/ecdsa" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/ecdsa" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" "golang.org/x/crypto/ripemd160" ) diff --git a/txscript/pkscript_test.go b/txscript/pkscript_test.go index 468cfa150a..06ab745ff1 100644 --- a/txscript/pkscript_test.go +++ b/txscript/pkscript_test.go @@ -4,7 +4,7 @@ import ( "bytes" "testing" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) // TestParsePkScript ensures that the supported script types can be parsed diff --git a/txscript/reference_test.go b/txscript/reference_test.go index 1dedc5ed30..ac3b72d4ac 100644 --- a/txscript/reference_test.go +++ b/txscript/reference_test.go @@ -17,9 +17,9 @@ import ( "strings" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // scriptTestName returns a descriptive test name for the given reference script diff --git a/txscript/script.go b/txscript/script.go index 7c2b2c07c9..f7df0f1734 100644 --- a/txscript/script.go +++ b/txscript/script.go @@ -11,7 +11,7 @@ import ( "strings" "time" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) // Bip16Activation is the timestamp where BIP0016 is valid to use in the diff --git a/txscript/script_test.go b/txscript/script_test.go index 39c2175a35..4e463cac0e 100644 --- a/txscript/script_test.go +++ b/txscript/script_test.go @@ -9,7 +9,7 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/wire" ) // TestPushedData ensured the PushedData function extracts the expected data out diff --git a/txscript/sigcache.go b/txscript/sigcache.go index 2ab7bfdaf4..3042c9f670 100644 --- a/txscript/sigcache.go +++ b/txscript/sigcache.go @@ -8,7 +8,7 @@ import ( "bytes" "sync" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // sigCacheEntry represents an entry in the SigCache. Entries within the diff --git a/txscript/sigcache_test.go b/txscript/sigcache_test.go index 9bfd00fd22..9e036c057b 100644 --- a/txscript/sigcache_test.go +++ b/txscript/sigcache_test.go @@ -8,9 +8,9 @@ import ( "crypto/rand" "testing" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/ecdsa" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/ecdsa" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // genRandomSig returns a random message, a signature of the message under the diff --git a/txscript/sighash.go b/txscript/sighash.go index 530895538c..fc5b9bf62a 100644 --- a/txscript/sighash.go +++ b/txscript/sighash.go @@ -13,8 +13,8 @@ import ( "io" "math" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // SigHashType represents hash type bits at the end of a signature. diff --git a/txscript/sign.go b/txscript/sign.go index 413ee81579..be8a6cfe53 100644 --- a/txscript/sign.go +++ b/txscript/sign.go @@ -7,13 +7,13 @@ package txscript import ( "errors" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/schnorr" - "github.com/ltcsuite/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/schnorr" + "github.com/ltcmweb/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/btcec/v2/ecdsa" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcec/v2/ecdsa" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/wire" ) // RawTxInWitnessSignature returns the serialized ECDA signature for the input diff --git a/txscript/sign_test.go b/txscript/sign_test.go index daee2f57e9..60e7b60f03 100644 --- a/txscript/sign_test.go +++ b/txscript/sign_test.go @@ -9,12 +9,12 @@ import ( "fmt" "testing" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/schnorr" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/schnorr" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" "github.com/stretchr/testify/require" ) diff --git a/txscript/sigvalidate.go b/txscript/sigvalidate.go index 0872dcb328..235010a8be 100644 --- a/txscript/sigvalidate.go +++ b/txscript/sigvalidate.go @@ -7,11 +7,11 @@ package txscript import ( "fmt" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/ecdsa" - "github.com/ltcsuite/ltcd/btcec/v2/schnorr" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/ecdsa" + "github.com/ltcmweb/ltcd/btcec/v2/schnorr" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // signatureVerifier is an abstract interface that allows the op code execution diff --git a/txscript/standard.go b/txscript/standard.go index f45a1da80e..a6e56f2733 100644 --- a/txscript/standard.go +++ b/txscript/standard.go @@ -7,11 +7,11 @@ package txscript import ( "fmt" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/ltcutil/mweb/mw" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil/mweb/mw" + "github.com/ltcmweb/ltcd/wire" ) const ( diff --git a/txscript/standard_test.go b/txscript/standard_test.go index 88acd879f0..823c7ebcc9 100644 --- a/txscript/standard_test.go +++ b/txscript/standard_test.go @@ -11,9 +11,9 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/wire" ) // mustParseShortForm parses the passed short form script and returns the diff --git a/txscript/taproot.go b/txscript/taproot.go index cd5e3affeb..514204d119 100644 --- a/txscript/taproot.go +++ b/txscript/taproot.go @@ -9,10 +9,10 @@ import ( "fmt" secp "github.com/decred/dcrd/dcrec/secp256k1/v4" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/schnorr" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/wire" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/schnorr" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/wire" ) // TapscriptLeafVersion represents the various possible versions of a tapscript diff --git a/txscript/taproot_test.go b/txscript/taproot_test.go index 633ac88b7f..6b6bf7d457 100644 --- a/txscript/taproot_test.go +++ b/txscript/taproot_test.go @@ -13,11 +13,11 @@ import ( "testing/quick" secp "github.com/decred/dcrd/dcrec/secp256k1/v4" - "github.com/ltcsuite/ltcd/btcec/v2" - "github.com/ltcsuite/ltcd/btcec/v2/schnorr" - "github.com/ltcsuite/ltcd/chaincfg" - "github.com/ltcsuite/ltcd/ltcutil" - "github.com/ltcsuite/ltcd/ltcutil/hdkeychain" + "github.com/ltcmweb/ltcd/btcec/v2" + "github.com/ltcmweb/ltcd/btcec/v2/schnorr" + "github.com/ltcmweb/ltcd/chaincfg" + "github.com/ltcmweb/ltcd/ltcutil" + "github.com/ltcmweb/ltcd/ltcutil/hdkeychain" "github.com/stretchr/testify/require" ) diff --git a/wire/README.md b/wire/README.md index cbee47938f..2f37a7f658 100644 --- a/wire/README.md +++ b/wire/README.md @@ -18,7 +18,7 @@ protocol level. ## Installation and Updating ```bash -$ go get -u github.com/ltcsuite/ltcd/wire +$ go get -u github.com/ltcmweb/ltcd/wire ``` ## Litecoin Message Overview diff --git a/wire/bench_test.go b/wire/bench_test.go index 96c77ccdcc..6f03759020 100644 --- a/wire/bench_test.go +++ b/wire/bench_test.go @@ -13,7 +13,7 @@ import ( "os" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // genesisCoinbaseTx is the coinbase transaction for the genesis blocks for diff --git a/wire/blockheader.go b/wire/blockheader.go index 4f8cda15db..87f7d89413 100644 --- a/wire/blockheader.go +++ b/wire/blockheader.go @@ -9,8 +9,8 @@ import ( "io" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil/scrypt" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil/scrypt" ) // MaxBlockHeaderPayload is the maximum number of bytes a block header can be. diff --git a/wire/common.go b/wire/common.go index 2c351d6ff4..51a714913c 100644 --- a/wire/common.go +++ b/wire/common.go @@ -12,7 +12,7 @@ import ( "math" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) const ( diff --git a/wire/common_test.go b/wire/common_test.go index d7a73d050a..20cd4f2a26 100644 --- a/wire/common_test.go +++ b/wire/common_test.go @@ -13,7 +13,7 @@ import ( "testing" "github.com/davecgh/go-spew/spew" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // mainNetGenesisHash is the hash of the first block in the block chain for the diff --git a/wire/invvect.go b/wire/invvect.go index 13f34f7933..3fe54ee983 100644 --- a/wire/invvect.go +++ b/wire/invvect.go @@ -8,7 +8,7 @@ import ( "fmt" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) const ( diff --git a/wire/invvect_test.go b/wire/invvect_test.go index 4d9eb49648..c61654de80 100644 --- a/wire/invvect_test.go +++ b/wire/invvect_test.go @@ -9,8 +9,8 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" "github.com/davecgh/go-spew/spew" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // TestInvVectStringer tests the stringized output for inventory vector types. diff --git a/wire/message.go b/wire/message.go index 4edb54194b..a0d4443eff 100644 --- a/wire/message.go +++ b/wire/message.go @@ -10,7 +10,7 @@ import ( "io" "unicode/utf8" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // MessageHeaderSize is the number of bytes in a litecoin message header. diff --git a/wire/message_test.go b/wire/message_test.go index 299298dea8..704bdb49d0 100644 --- a/wire/message_test.go +++ b/wire/message_test.go @@ -14,7 +14,7 @@ import ( "time" "github.com/davecgh/go-spew/spew" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // makeHeader is a convenience function to make a message header in the form of diff --git a/wire/msgblock.go b/wire/msgblock.go index 857a1bafed..64e6a76501 100644 --- a/wire/msgblock.go +++ b/wire/msgblock.go @@ -9,7 +9,7 @@ import ( "fmt" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // defaultTransactionAlloc is the default size used for the backing array diff --git a/wire/msgblock_test.go b/wire/msgblock_test.go index b7c7140276..7a983ecdee 100644 --- a/wire/msgblock_test.go +++ b/wire/msgblock_test.go @@ -13,7 +13,7 @@ import ( "time" "github.com/davecgh/go-spew/spew" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) var ( diff --git a/wire/msgcfcheckpt.go b/wire/msgcfcheckpt.go index 1136c46978..8a2201f198 100644 --- a/wire/msgcfcheckpt.go +++ b/wire/msgcfcheckpt.go @@ -9,7 +9,7 @@ import ( "fmt" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) const ( diff --git a/wire/msgcfheaders.go b/wire/msgcfheaders.go index 9fe00094d3..485d5f6927 100644 --- a/wire/msgcfheaders.go +++ b/wire/msgcfheaders.go @@ -8,7 +8,7 @@ import ( "fmt" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) const ( diff --git a/wire/msgcfilter.go b/wire/msgcfilter.go index d8aad9b467..f6c394e562 100644 --- a/wire/msgcfilter.go +++ b/wire/msgcfilter.go @@ -8,7 +8,7 @@ import ( "fmt" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // FilterType is used to represent a filter type. diff --git a/wire/msggetblocks.go b/wire/msggetblocks.go index 801c12dde0..c27680ce6b 100644 --- a/wire/msggetblocks.go +++ b/wire/msggetblocks.go @@ -8,7 +8,7 @@ import ( "fmt" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // MaxBlockLocatorsPerMsg is the maximum number of block locator hashes allowed diff --git a/wire/msggetblocks_test.go b/wire/msggetblocks_test.go index 7312e404c9..07c9174803 100644 --- a/wire/msggetblocks_test.go +++ b/wire/msggetblocks_test.go @@ -10,8 +10,8 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" "github.com/davecgh/go-spew/spew" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // TestGetBlocks tests the MsgGetBlocks API. diff --git a/wire/msggetcfcheckpt.go b/wire/msggetcfcheckpt.go index ca256d95a7..9563c40757 100644 --- a/wire/msggetcfcheckpt.go +++ b/wire/msggetcfcheckpt.go @@ -7,7 +7,7 @@ package wire import ( "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // MsgGetCFCheckpt is a request for filter headers at evenly spaced intervals diff --git a/wire/msggetcfheaders.go b/wire/msggetcfheaders.go index f51eff96d4..267f68f1a4 100644 --- a/wire/msggetcfheaders.go +++ b/wire/msggetcfheaders.go @@ -7,7 +7,7 @@ package wire import ( "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // MsgGetCFHeaders is a message similar to MsgGetHeaders, but for committed diff --git a/wire/msggetcfilters.go b/wire/msggetcfilters.go index 289a4e1220..4a4ceba1ed 100644 --- a/wire/msggetcfilters.go +++ b/wire/msggetcfilters.go @@ -7,7 +7,7 @@ package wire import ( "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // MaxGetCFiltersReqRange the maximum number of filters that may be requested in diff --git a/wire/msggetdata_test.go b/wire/msggetdata_test.go index 8efac6f776..e9c0e85844 100644 --- a/wire/msggetdata_test.go +++ b/wire/msggetdata_test.go @@ -10,8 +10,8 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" "github.com/davecgh/go-spew/spew" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // TestGetData tests the MsgGetData API. diff --git a/wire/msggetheaders.go b/wire/msggetheaders.go index a80ade6596..40d2d2da75 100644 --- a/wire/msggetheaders.go +++ b/wire/msggetheaders.go @@ -8,7 +8,7 @@ import ( "fmt" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // MsgGetHeaders implements the Message interface and represents a litecoin diff --git a/wire/msggetheaders_test.go b/wire/msggetheaders_test.go index c5207a9459..81e7378ff0 100644 --- a/wire/msggetheaders_test.go +++ b/wire/msggetheaders_test.go @@ -10,8 +10,8 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" "github.com/davecgh/go-spew/spew" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // TestGetHeaders tests the MsgGetHeader API. diff --git a/wire/msggetmwebutxos.go b/wire/msggetmwebutxos.go index a1640e388e..28316dc3d4 100644 --- a/wire/msggetmwebutxos.go +++ b/wire/msggetmwebutxos.go @@ -8,7 +8,7 @@ import ( "fmt" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) type MwebNetUtxoType byte diff --git a/wire/msginv_test.go b/wire/msginv_test.go index 5d55724a83..60baf3ee02 100644 --- a/wire/msginv_test.go +++ b/wire/msginv_test.go @@ -10,8 +10,8 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" "github.com/davecgh/go-spew/spew" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // TestInv tests the MsgInv API. diff --git a/wire/msgmerkleblock.go b/wire/msgmerkleblock.go index 5fa7b46d36..fe2c481c82 100644 --- a/wire/msgmerkleblock.go +++ b/wire/msgmerkleblock.go @@ -8,7 +8,7 @@ import ( "fmt" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // maxFlagsPerMerkleBlock is the maximum number of flag bytes that could diff --git a/wire/msgmerkleblock_test.go b/wire/msgmerkleblock_test.go index 328befeacd..bf8a8776c3 100644 --- a/wire/msgmerkleblock_test.go +++ b/wire/msgmerkleblock_test.go @@ -12,8 +12,8 @@ import ( "testing" "time" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" "github.com/davecgh/go-spew/spew" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // TestMerkleBlock tests the MsgMerkleBlock API. diff --git a/wire/msgmwebleafset.go b/wire/msgmwebleafset.go index b15643a8a2..8d9ee0c7d7 100644 --- a/wire/msgmwebleafset.go +++ b/wire/msgmwebleafset.go @@ -8,7 +8,7 @@ import ( "fmt" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // MsgMwebLeafset implements the Message interface and represents a litecoin diff --git a/wire/msgmwebutxos.go b/wire/msgmwebutxos.go index bf1c215248..a758470084 100644 --- a/wire/msgmwebutxos.go +++ b/wire/msgmwebutxos.go @@ -9,7 +9,7 @@ import ( "fmt" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) const MaxMwebUtxosPerQuery = 4096 diff --git a/wire/msgnotfound_test.go b/wire/msgnotfound_test.go index 26f5a4f0f7..b623565a91 100644 --- a/wire/msgnotfound_test.go +++ b/wire/msgnotfound_test.go @@ -10,8 +10,8 @@ import ( "reflect" "testing" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" "github.com/davecgh/go-spew/spew" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // TestNotFound tests the MsgNotFound API. diff --git a/wire/msgreject.go b/wire/msgreject.go index 3f8626832e..32b4b9a5d7 100644 --- a/wire/msgreject.go +++ b/wire/msgreject.go @@ -8,7 +8,7 @@ import ( "fmt" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) // RejectCode represents a numeric value by which a remote peer indicates diff --git a/wire/msgtx.go b/wire/msgtx.go index 055d4c0155..94c7dfc902 100644 --- a/wire/msgtx.go +++ b/wire/msgtx.go @@ -12,7 +12,7 @@ import ( "strconv" "strings" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" ) const ( diff --git a/wire/msgtx_test.go b/wire/msgtx_test.go index a1df2622ec..f99b465b63 100644 --- a/wire/msgtx_test.go +++ b/wire/msgtx_test.go @@ -13,7 +13,7 @@ import ( "testing" "github.com/davecgh/go-spew/spew" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" "github.com/stretchr/testify/require" "gotest.tools/assert" ) diff --git a/wire/mwebheader.go b/wire/mwebheader.go index a7f4bad4e0..15c62ff204 100644 --- a/wire/mwebheader.go +++ b/wire/mwebheader.go @@ -9,7 +9,7 @@ import ( "io" "math" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" "lukechampine.com/blake3" ) diff --git a/wire/mwebinput.go b/wire/mwebinput.go index 29c61e187f..2b95cb9e52 100644 --- a/wire/mwebinput.go +++ b/wire/mwebinput.go @@ -3,8 +3,8 @@ package wire import ( "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil/mweb/mw" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil/mweb/mw" "lukechampine.com/blake3" ) diff --git a/wire/mwebkernel.go b/wire/mwebkernel.go index d8fb4b2014..dce1eba8d5 100644 --- a/wire/mwebkernel.go +++ b/wire/mwebkernel.go @@ -4,8 +4,8 @@ import ( "errors" "io" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil/mweb/mw" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil/mweb/mw" "lukechampine.com/blake3" ) diff --git a/wire/mweboutput.go b/wire/mweboutput.go index 397b877204..e4e8abc768 100644 --- a/wire/mweboutput.go +++ b/wire/mweboutput.go @@ -5,8 +5,8 @@ import ( "io" "math/big" - "github.com/ltcsuite/ltcd/chaincfg/chainhash" - "github.com/ltcsuite/ltcd/ltcutil/mweb/mw" + "github.com/ltcmweb/ltcd/chaincfg/chainhash" + "github.com/ltcmweb/ltcd/ltcutil/mweb/mw" "lukechampine.com/blake3" ) diff --git a/wire/mwebtx.go b/wire/mwebtx.go index 8f5f4ca1d3..374844c099 100644 --- a/wire/mwebtx.go +++ b/wire/mwebtx.go @@ -4,7 +4,7 @@ import ( "errors" "io" - "github.com/ltcsuite/ltcd/ltcutil/mweb/mw" + "github.com/ltcmweb/ltcd/ltcutil/mweb/mw" ) type (