diff --git a/client/autopeering.go b/client/autopeering.go index 3d8e514bf1863e22d25140c1ffe055ffa3444dd4..a6a4101a46109e77457a964aa25b9bfbfea10e8e 100644 --- a/client/autopeering.go +++ b/client/autopeering.go @@ -4,7 +4,7 @@ import ( "fmt" "net/http" - webapi_autopeering "github.com/iotaledger/goshimmer/plugins/webapi/autopeering" + webapi_autopeering "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/autopeering" ) const ( diff --git a/client/data.go b/client/data.go index e252346b4b7219e9d974383a362973e04b621dcf..024d84e5264e0a4451f52920b0a034ac5ecaccd8 100644 --- a/client/data.go +++ b/client/data.go @@ -3,7 +3,7 @@ package client import ( "net/http" - webapi_data "github.com/iotaledger/goshimmer/plugins/webapi/data" + webapi_data "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/data" ) const ( diff --git a/client/drng.go b/client/drng.go index 68755b5b2ee5582881fd69514f0c33d73ed475e1..7775c59dcd3f5172748a49374b64f2aadb8e7d5c 100644 --- a/client/drng.go +++ b/client/drng.go @@ -3,9 +3,9 @@ package client import ( "net/http" - webapi_collectiveBeacon "github.com/iotaledger/goshimmer/plugins/webapi/drng/collectivebeacon" - webapi_committee "github.com/iotaledger/goshimmer/plugins/webapi/drng/info/committee" - webapi_randomness "github.com/iotaledger/goshimmer/plugins/webapi/drng/info/randomness" + webapi_collectiveBeacon "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/drng/collectivebeacon" + webapi_committee "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/drng/info/committee" + webapi_randomness "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/drng/info/randomness" ) const ( diff --git a/client/faucet.go b/client/faucet.go index 6e538ad28f63129528d49043fd311f967c9dda65..2f16f98a3e1ef25568aa26ff86af975b7b9b76ff 100644 --- a/client/faucet.go +++ b/client/faucet.go @@ -3,7 +3,7 @@ package client import ( "net/http" - webapi_faucet "github.com/iotaledger/goshimmer/plugins/webapi/faucet" + webapi_faucet "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/faucet" ) const ( diff --git a/client/info.go b/client/info.go index 08c43ae6f30d4c27a235bd548f2b17c3dda061ca..4102a3e1a9bab46552e9858e4828b9c650032d6e 100644 --- a/client/info.go +++ b/client/info.go @@ -3,7 +3,7 @@ package client import ( "net/http" - webapi_info "github.com/iotaledger/goshimmer/plugins/webapi/info" + webapi_info "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/info" ) const ( diff --git a/client/login.go b/client/login.go index 610abf77c55f9692e1d5531edf64f7df7fec09f8..c40889b0f5a70407ebafd0cf2018e74fd203ebd0 100644 --- a/client/login.go +++ b/client/login.go @@ -3,7 +3,7 @@ package client import ( "net/http" - webapi_auth "github.com/iotaledger/goshimmer/plugins/webauth" + webapi_auth "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webauth" ) const ( diff --git a/client/message.go b/client/message.go index a920c336d9acba56b8bf967eff2c2af993f85923..90dc3e946ade044b7ff689d006af6b8b3f20971e 100644 --- a/client/message.go +++ b/client/message.go @@ -3,7 +3,7 @@ package client import ( "net/http" - webapi_message "github.com/iotaledger/goshimmer/plugins/webapi/message" + webapi_message "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/message" ) const ( diff --git a/client/spammer.go b/client/spammer.go index 0e747a69380b15061664e17843f8bfa57086fc4b..04a392cb198fc6d86438fba09b87c07ba1444ba6 100644 --- a/client/spammer.go +++ b/client/spammer.go @@ -4,7 +4,7 @@ import ( "fmt" "net/http" - webapi_spammer "github.com/iotaledger/goshimmer/plugins/webapi/spammer" + webapi_spammer "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/spammer" ) const ( diff --git a/client/tools.go b/client/tools.go index 6fdf2fe78beccef4e7bf11d0cf14ace5e0ef224a..a4c8f79737219ce6f2c758f23a47a04f9b874b95 100644 --- a/client/tools.go +++ b/client/tools.go @@ -4,7 +4,7 @@ import ( "errors" "net/http" - webapi_tools "github.com/iotaledger/goshimmer/plugins/webapi/tools" + webapi_tools "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/tools" ) const ( diff --git a/client/value.go b/client/value.go index 85a560dca5fa2bcd6efd7f642ddb3ac13ab16d48..bf37dc7ebe52d33672cca1c6dd81824d3016389f 100644 --- a/client/value.go +++ b/client/value.go @@ -4,11 +4,11 @@ import ( "fmt" "net/http" - webapi_attachments "github.com/iotaledger/goshimmer/plugins/webapi/value/attachments" - webapi_gettxn "github.com/iotaledger/goshimmer/plugins/webapi/value/gettransactionbyid" - webapi_sendtxn "github.com/iotaledger/goshimmer/plugins/webapi/value/sendtransaction" - webapi_sendtxnbyjson "github.com/iotaledger/goshimmer/plugins/webapi/value/sendtransactionbyjson" - webapi_unspentoutputs "github.com/iotaledger/goshimmer/plugins/webapi/value/unspentoutputs" + webapi_attachments "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/attachments" + webapi_gettxn "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/gettransactionbyid" + webapi_sendtxn "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/sendtransaction" + webapi_sendtxnbyjson "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/sendtransactionbyjson" + webapi_unspentoutputs "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/unspentoutputs" ) const ( diff --git a/client/wallet/addressmanager.go b/client/wallet/addressmanager.go index 15088cbad7e50ff1f31437563f9ee3275fe50da5..e1f5faea758875c49199763b4a3f67a4a02ded2d 100644 --- a/client/wallet/addressmanager.go +++ b/client/wallet/addressmanager.go @@ -3,8 +3,8 @@ package wallet import ( "runtime" - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" "github.com/iotaledger/hive.go/bitmask" ) diff --git a/client/wallet/asset.go b/client/wallet/asset.go index c3990e81616bf43bba6460ed7e5cafe29f0b5ee9..d397e51ace30f7ee1e09855cf937c28b7ffce650 100644 --- a/client/wallet/asset.go +++ b/client/wallet/asset.go @@ -1,8 +1,8 @@ package wallet import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" ) // Asset represents a container for all the information regarding a colored coin. diff --git a/client/wallet/assetregistry.go b/client/wallet/assetregistry.go index aee5cdeedf863f1f1e8e39d5151ca1718ead9a9c..1e4da0cc876cde6b557e5e1b85e5c4568ae82a51 100644 --- a/client/wallet/assetregistry.go +++ b/client/wallet/assetregistry.go @@ -1,7 +1,7 @@ package wallet import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/typeutils" ) diff --git a/client/wallet/connector.go b/client/wallet/connector.go index c14ef999697476a4f46eb565c3fd6da8093ba5af..bab8e3f2e413824dbe9588c6f9cb7e0680263a6f 100644 --- a/client/wallet/connector.go +++ b/client/wallet/connector.go @@ -1,8 +1,8 @@ package wallet import ( - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) // Connector represents an interface that defines how the wallet interacts with the network. A wallet can either be used diff --git a/client/wallet/options.go b/client/wallet/options.go index 1fd746dcfc98df88025b6d026165e7913b1e9e38..56fe64a0c462f07c96f9e93d0516ce15e3660808 100644 --- a/client/wallet/options.go +++ b/client/wallet/options.go @@ -3,7 +3,7 @@ package wallet import ( "net/http" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" "github.com/iotaledger/hive.go/bitmask" ) diff --git a/client/wallet/output.go b/client/wallet/output.go index 4000677812c0c59702bb10565174761122881971..60be9bd04d5c0a6e7f24cb04ecc94753ea032d28 100644 --- a/client/wallet/output.go +++ b/client/wallet/output.go @@ -1,9 +1,9 @@ package wallet import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) // Output is a wallet specific representation of an output in the IOTA network. diff --git a/client/wallet/packages/address/address.go b/client/wallet/packages/address/address.go index 1719169f85129b4aad462e2a10ec64abfb607f44..02749f805bcfafc0d976c2c87394665391223f83 100644 --- a/client/wallet/packages/address/address.go +++ b/client/wallet/packages/address/address.go @@ -1,7 +1,7 @@ package address import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" ) // Address represents an address in a wallet. It extends the normal address type with an index number that was used to diff --git a/client/wallet/packages/seed/seed.go b/client/wallet/packages/seed/seed.go index 3939464755c09fed4339dffa883d890c210897e1..a3a9c9eae5e98d07f4cca6f52f9cd780c74ec576 100644 --- a/client/wallet/packages/seed/seed.go +++ b/client/wallet/packages/seed/seed.go @@ -3,8 +3,8 @@ package seed import ( "github.com/iotaledger/hive.go/crypto/ed25519" - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" ) // Seed represents a seed for IOTA wallets. A seed allows us to generate a deterministic sequence of Addresses and their diff --git a/client/wallet/sendfunds_options.go b/client/wallet/sendfunds_options.go index 229919a0282b75d20794c977e6e83c627b272e63..8ee7c7a6537ae5f3ffc620189f3c796211f91c6e 100644 --- a/client/wallet/sendfunds_options.go +++ b/client/wallet/sendfunds_options.go @@ -3,9 +3,9 @@ package wallet import ( "errors" - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" ) // SendFundsOption is the type for the optional parameters for the SendFunds call. diff --git a/client/wallet/unspentoutputmanager.go b/client/wallet/unspentoutputmanager.go index 3d54c6daeafdf0904ec92f46931b47dc60cd62eb..a4baff49769181c81c6af04faaf8579e54bb042b 100644 --- a/client/wallet/unspentoutputmanager.go +++ b/client/wallet/unspentoutputmanager.go @@ -1,8 +1,8 @@ package wallet import ( - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) // UnspentOutputManager is a manager for the unspent outputs of the addresses of a wallet. It allows us to keep track of diff --git a/client/wallet/wallet.go b/client/wallet/wallet.go index 533677fec95c2a4bc1ec5f2bd37bf690742f501f..9778f9f8218664f5c86cde6c15906a6ad1a53f78 100644 --- a/client/wallet/wallet.go +++ b/client/wallet/wallet.go @@ -6,12 +6,12 @@ import ( "time" "unsafe" - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/bitmask" "github.com/iotaledger/hive.go/marshalutil" ) diff --git a/client/wallet/wallet_test.go b/client/wallet/wallet_test.go index 34947c3815be59c1f7d705910e26baa9d6c7a150..9b74154e9659e040564de6c9816a2ffc24dad6d6 100644 --- a/client/wallet/wallet_test.go +++ b/client/wallet/wallet_test.go @@ -4,11 +4,11 @@ import ( "crypto/rand" "testing" - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/bitmask" "github.com/stretchr/testify/assert" ) diff --git a/client/wallet/webconnector.go b/client/wallet/webconnector.go index 97004737cb7b26d6e40fd94a4c86ccbc93906924..fbab9a7dcbe079aae220967ee2a268edcef319b8 100644 --- a/client/wallet/webconnector.go +++ b/client/wallet/webconnector.go @@ -3,10 +3,10 @@ package wallet import ( "net/http" - "github.com/iotaledger/goshimmer/client" - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) // WebConnector implements a connector that uses the web API to connect to a node to implement the required functions diff --git a/dapps/faucet/dapp.go b/dapps/faucet/dapp.go index 2c930afc9dd428cd0fd6f0124a9f6a0d47642da0..ee51d50b7e95fa782530316214bfcff5aed06514 100644 --- a/dapps/faucet/dapp.go +++ b/dapps/faucet/dapp.go @@ -6,14 +6,14 @@ import ( "sync" "time" - faucet "github.com/iotaledger/goshimmer/dapps/faucet/packages" - faucetpayload "github.com/iotaledger/goshimmer/dapps/faucet/packages/payload" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tangle" - "github.com/iotaledger/goshimmer/packages/pow" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + faucet "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/faucet/packages" + faucetpayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/faucet/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/pow" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/logger" diff --git a/dapps/faucet/packages/faucet.go b/dapps/faucet/packages/faucet.go index b8f40d4f7af64a6f1797fe5e279714640499bbd4..2d13a67a52acee85a2872f37b5184a10bf365492 100644 --- a/dapps/faucet/packages/faucet.go +++ b/dapps/faucet/packages/faucet.go @@ -6,17 +6,17 @@ import ( "sync" "time" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - faucetpayload "github.com/iotaledger/goshimmer/dapps/faucet/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/tangle" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/packages/binary/datastructure/orderedmap" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/plugins/issuer" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + faucetpayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/faucet/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/datastructure/orderedmap" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" ) var ( diff --git a/dapps/faucet/packages/faucet_test.go b/dapps/faucet/packages/faucet_test.go index f321c74035f2e85a006312f0007f432cc8745397..ed6eb740c525574a3af5419adc90fada4214883f 100644 --- a/dapps/faucet/packages/faucet_test.go +++ b/dapps/faucet/packages/faucet_test.go @@ -10,10 +10,10 @@ import ( "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/identity" - faucet "github.com/iotaledger/goshimmer/dapps/faucet/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - data "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + faucet "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/faucet/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + data "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" ) func TestIsFaucetReq(t *testing.T) { diff --git a/dapps/faucet/packages/payload/payload.go b/dapps/faucet/packages/payload/payload.go index ba5474352b902c7c1cc3205aacdbe3728a216729..9d42b297d01d6979126220644720ecc117548563 100644 --- a/dapps/faucet/packages/payload/payload.go +++ b/dapps/faucet/packages/payload/payload.go @@ -6,13 +6,13 @@ import ( _ "golang.org/x/crypto/blake2b" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/pow" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/pow" "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/stringify" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" ) const ( diff --git a/dapps/faucet/packages/payload/payload_test.go b/dapps/faucet/packages/payload/payload_test.go index fe9d3b8693acd62fd4885698560a5c6486ce8476..b5b168d5ad9fae3071ca61e25bd22d35f679f369 100644 --- a/dapps/faucet/packages/payload/payload_test.go +++ b/dapps/faucet/packages/payload/payload_test.go @@ -9,8 +9,8 @@ import ( "github.com/iotaledger/hive.go/identity" "github.com/stretchr/testify/assert" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" ) func ExamplePayload() { diff --git a/dapps/networkdelay/dapp.go b/dapps/networkdelay/dapp.go index 426f5da498b7242eeff3fc01257f3ce13f450ab6..a92cdf0da536298bcc2aae3721afa9801a05a6fe 100644 --- a/dapps/networkdelay/dapp.go +++ b/dapps/networkdelay/dapp.go @@ -4,12 +4,12 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - messageTangle "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tangle" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - "github.com/iotaledger/goshimmer/plugins/remotelog" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + messageTangle "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/remotelog" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/logger" diff --git a/dapps/networkdelay/object.go b/dapps/networkdelay/object.go index 40e45947dddddc662c292e6ec006e59920731f86..b5a7f6147df763daa23905064885894065bce1a5 100644 --- a/dapps/networkdelay/object.go +++ b/dapps/networkdelay/object.go @@ -3,7 +3,7 @@ package networkdelay import ( "sync" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/stringify" "github.com/mr-tron/base58" diff --git a/dapps/networkdelay/webapi.go b/dapps/networkdelay/webapi.go index 53f72ea6f2da3336e2bc5f3153ab95fff80fbab0..7279758e6761ed26c2da5c12e34b1deb957b8ec0 100644 --- a/dapps/networkdelay/webapi.go +++ b/dapps/networkdelay/webapi.go @@ -5,8 +5,8 @@ import ( "net/http" "time" - "github.com/iotaledger/goshimmer/plugins/issuer" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/labstack/echo" ) diff --git a/dapps/valuetransfers/dapp.go b/dapps/valuetransfers/dapp.go index d1f0ce69228f9e32589a904c523c27228934668c..31712f4d1c70c175479fb09a6b7115daf901c66f 100644 --- a/dapps/valuetransfers/dapp.go +++ b/dapps/valuetransfers/dapp.go @@ -6,19 +6,19 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/consensus" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - valuepayload "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/tangle" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/tipmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - messageTangle "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tangle" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/database" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/consensus" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + valuepayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/tipmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + messageTangle "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/database" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/logger" diff --git a/dapps/valuetransfers/fpc.go b/dapps/valuetransfers/fpc.go index cd5a17185c6b7c040c1dc5b0c0bfd66015fee650..eec15672fe2291c053c8677e05abaa2485885f55 100644 --- a/dapps/valuetransfers/fpc.go +++ b/dapps/valuetransfers/fpc.go @@ -8,16 +8,16 @@ import ( "sync" "github.com/golang/protobuf/proto" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/packages/prng" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/packages/vote/fpc" - votenet "github.com/iotaledger/goshimmer/packages/vote/net" - "github.com/iotaledger/goshimmer/plugins/autopeering" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/prng" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote/fpc" + votenet "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote/net" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/autopeering/peer" "github.com/iotaledger/hive.go/autopeering/peer/service" "github.com/iotaledger/hive.go/daemon" diff --git a/dapps/valuetransfers/packages/address/signaturescheme/bls.go b/dapps/valuetransfers/packages/address/signaturescheme/bls.go index 89cec265cacf5893709d8cd70fdce04338392356..ecc5be74a7ca265cd41083a5da819f075bfca1dc 100644 --- a/dapps/valuetransfers/packages/address/signaturescheme/bls.go +++ b/dapps/valuetransfers/packages/address/signaturescheme/bls.go @@ -11,7 +11,7 @@ import ( "go.dedis.ch/kyber/v3/sign/bdn" "go.dedis.ch/kyber/v3/util/random" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" ) // bls.go implements BLS signature scheme which is robust against rogue public key attacks, diff --git a/dapps/valuetransfers/packages/address/signaturescheme/ed25519.go b/dapps/valuetransfers/packages/address/signaturescheme/ed25519.go index 98e0767b63061f530a27fdb4b64261828e477e0b..6ae77d9f4d57e3a1cf99f5877207ba42f00c1f4a 100644 --- a/dapps/valuetransfers/packages/address/signaturescheme/ed25519.go +++ b/dapps/valuetransfers/packages/address/signaturescheme/ed25519.go @@ -6,7 +6,7 @@ import ( "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/marshalutil" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" ) // region PUBLIC API /////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/dapps/valuetransfers/packages/address/signaturescheme/signature.go b/dapps/valuetransfers/packages/address/signaturescheme/signature.go index 541dcf4d0cb52b95ed64fb1b7c148e7431eb7174..92ae066447317453236f12f95931e41897d617b8 100644 --- a/dapps/valuetransfers/packages/address/signaturescheme/signature.go +++ b/dapps/valuetransfers/packages/address/signaturescheme/signature.go @@ -1,6 +1,6 @@ package signaturescheme -import "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" +import "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" // Signature defines an interface for an address signature generated by the corresponding signature scheme. type Signature interface { diff --git a/dapps/valuetransfers/packages/address/signaturescheme/signaturescheme.go b/dapps/valuetransfers/packages/address/signaturescheme/signaturescheme.go index 046a44f766aa9b5e8a72e6d3e883642192f83866..9f657761552abeb62c6e04a4113131fbf90ed759 100644 --- a/dapps/valuetransfers/packages/address/signaturescheme/signaturescheme.go +++ b/dapps/valuetransfers/packages/address/signaturescheme/signaturescheme.go @@ -1,7 +1,7 @@ package signaturescheme import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" ) // SignatureScheme defines an interface for different signature generation methods (i.e. ED25519, WOTS, and so on ...). diff --git a/dapps/valuetransfers/packages/branchmanager/branchid.go b/dapps/valuetransfers/packages/branchmanager/branchid.go index 70e8aa532e4155c1b8f80108c58b0ad6906717e3..6fc45cb7f764738f220df0b1f5af8e086ce70c39 100644 --- a/dapps/valuetransfers/packages/branchmanager/branchid.go +++ b/dapps/valuetransfers/packages/branchmanager/branchid.go @@ -7,7 +7,7 @@ import ( "github.com/iotaledger/hive.go/types" "github.com/mr-tron/base58" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) // BranchID represents an identifier of a Branch. diff --git a/dapps/valuetransfers/packages/branchmanager/branchmanager.go b/dapps/valuetransfers/packages/branchmanager/branchmanager.go index cb9b4a3f94471e50bdb0f1e6af34842157d33366..810de2ffe584bd87277278f5fb675999324b5172 100644 --- a/dapps/valuetransfers/packages/branchmanager/branchmanager.go +++ b/dapps/valuetransfers/packages/branchmanager/branchmanager.go @@ -12,7 +12,7 @@ import ( "github.com/iotaledger/hive.go/types" "golang.org/x/crypto/blake2b" - "github.com/iotaledger/goshimmer/packages/binary/storageprefix" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/storageprefix" ) // BranchManager is an entity that manages the branches of a UTXODAG. It offers methods to add, delete and modify diff --git a/dapps/valuetransfers/packages/branchmanager/conflict_id.go b/dapps/valuetransfers/packages/branchmanager/conflict_id.go index 5b5db0da3d45a5e5fb99543f6543d86acc1251c1..9b7876e01288b83ef4a3e1e7517e8cd16515c14b 100644 --- a/dapps/valuetransfers/packages/branchmanager/conflict_id.go +++ b/dapps/valuetransfers/packages/branchmanager/conflict_id.go @@ -1,7 +1,7 @@ package branchmanager import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) // ConflictID represents an identifier of a Conflict. Since conflicts, are created by multiple transactions spending the diff --git a/dapps/valuetransfers/packages/consensus/fcob.go b/dapps/valuetransfers/packages/consensus/fcob.go index b8a2925bdb4130375e22c408b3a674095e1c5ac8..41596b4fb10defcb6bf9a1305f4e9f058b316211 100644 --- a/dapps/valuetransfers/packages/consensus/fcob.go +++ b/dapps/valuetransfers/packages/consensus/fcob.go @@ -3,12 +3,12 @@ package consensus import ( "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" "github.com/iotaledger/hive.go/events" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/tangle" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" ) // FCOB defines the "Fast Consensus of Barcelona" rules that are used to form the initial opinions of nodes. It uses a diff --git a/dapps/valuetransfers/packages/payload/payload.go b/dapps/valuetransfers/packages/payload/payload.go index 7ad1ffe3ef63f6b258c0f9b8641ba49bb26f6b6b..71b65c87e5d10cb4e257e90ffca26348be1c0bfa 100644 --- a/dapps/valuetransfers/packages/payload/payload.go +++ b/dapps/valuetransfers/packages/payload/payload.go @@ -8,8 +8,8 @@ import ( "github.com/iotaledger/hive.go/stringify" "golang.org/x/crypto/blake2b" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" ) const ( diff --git a/dapps/valuetransfers/packages/payload/payload_test.go b/dapps/valuetransfers/packages/payload/payload_test.go index 743e7310a0c3612e7f212df0834bdc5979230297..22f91680d3f37cbf992a16b8a4921e3f63276bc8 100644 --- a/dapps/valuetransfers/packages/payload/payload_test.go +++ b/dapps/valuetransfers/packages/payload/payload_test.go @@ -8,11 +8,11 @@ import ( "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/stretchr/testify/assert" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" ) func ExamplePayload() { diff --git a/dapps/valuetransfers/packages/tangle/attachment.go b/dapps/valuetransfers/packages/tangle/attachment.go index e7b41335b57948f0f9eb57bd1585d4831e1a1f69..a9dbf1f99dc50ab2658dfb1a6f35515bad3ab9a6 100644 --- a/dapps/valuetransfers/packages/tangle/attachment.go +++ b/dapps/valuetransfers/packages/tangle/attachment.go @@ -1,8 +1,8 @@ package tangle import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/objectstorage" "github.com/iotaledger/hive.go/stringify" diff --git a/dapps/valuetransfers/packages/tangle/attachment_test.go b/dapps/valuetransfers/packages/tangle/attachment_test.go index 186214ed29b835cc6d2467bde5d469324748e3ad..0dd73511d79e593d7cf9a0a05c9ddf5296561793 100644 --- a/dapps/valuetransfers/packages/tangle/attachment_test.go +++ b/dapps/valuetransfers/packages/tangle/attachment_test.go @@ -3,8 +3,8 @@ package tangle import ( "testing" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/stretchr/testify/assert" ) diff --git a/dapps/valuetransfers/packages/tangle/consumer.go b/dapps/valuetransfers/packages/tangle/consumer.go index 1fdcacb63ae9f3bc7cef6438973bb7e3adf83f79..bec2769290f4310d06de3cd6f0e749fce964e49d 100644 --- a/dapps/valuetransfers/packages/tangle/consumer.go +++ b/dapps/valuetransfers/packages/tangle/consumer.go @@ -1,8 +1,8 @@ package tangle import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/objectstorage" "github.com/iotaledger/hive.go/stringify" diff --git a/dapps/valuetransfers/packages/tangle/events.go b/dapps/valuetransfers/packages/tangle/events.go index 17207555c01f1fd714c7fdef352e46fbab7cd994..38fe3d24e2d03f7ba935efb5dbc5631ba7c26891 100644 --- a/dapps/valuetransfers/packages/tangle/events.go +++ b/dapps/valuetransfers/packages/tangle/events.go @@ -1,9 +1,9 @@ package tangle import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/events" ) diff --git a/dapps/valuetransfers/packages/tangle/factory.go b/dapps/valuetransfers/packages/tangle/factory.go index 1b82b69f28a86fa4c53961f1d5c760a31cde1c80..ea7adc9641cf6526302a8ddd8e25ef4482a656f7 100644 --- a/dapps/valuetransfers/packages/tangle/factory.go +++ b/dapps/valuetransfers/packages/tangle/factory.go @@ -1,9 +1,9 @@ package tangle import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/tipmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/tipmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/events" ) diff --git a/dapps/valuetransfers/packages/tangle/ledgerstate.go b/dapps/valuetransfers/packages/tangle/ledgerstate.go index 9b676acfedfebbf7a417bfc8d63c0bf24bdc8991..8f157912859f0d8f31e83993f5b2eb4ac2fb96ef 100644 --- a/dapps/valuetransfers/packages/tangle/ledgerstate.go +++ b/dapps/valuetransfers/packages/tangle/ledgerstate.go @@ -1,8 +1,8 @@ package tangle import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" ) // LedgerState represents a struct, that allows us to read the balances from the UTXODAG by filtering the existing diff --git a/dapps/valuetransfers/packages/tangle/missingoutput.go b/dapps/valuetransfers/packages/tangle/missingoutput.go index 796c666ea8869cfd0c40fd4b4df970c29503c0aa..03583c2ed54a6343259622cc85428178125d1dfe 100644 --- a/dapps/valuetransfers/packages/tangle/missingoutput.go +++ b/dapps/valuetransfers/packages/tangle/missingoutput.go @@ -3,8 +3,8 @@ package tangle import ( "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/objectstorage" ) diff --git a/dapps/valuetransfers/packages/tangle/missingpayload.go b/dapps/valuetransfers/packages/tangle/missingpayload.go index 5ef6ca9e4a35e99a46fc933c61051c29dacee88d..9d619faf615c0af4b3d692ef8331e62719de8f21 100644 --- a/dapps/valuetransfers/packages/tangle/missingpayload.go +++ b/dapps/valuetransfers/packages/tangle/missingpayload.go @@ -3,7 +3,7 @@ package tangle import ( "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/objectstorage" ) diff --git a/dapps/valuetransfers/packages/tangle/objectstorage.go b/dapps/valuetransfers/packages/tangle/objectstorage.go index e7ed013043d5f781219f0dc7030275975d249bc3..26e6cd728bc175e7aa251b8927e20f0eadc9235a 100644 --- a/dapps/valuetransfers/packages/tangle/objectstorage.go +++ b/dapps/valuetransfers/packages/tangle/objectstorage.go @@ -3,8 +3,8 @@ package tangle import ( "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/objectstorage" ) diff --git a/dapps/valuetransfers/packages/tangle/output.go b/dapps/valuetransfers/packages/tangle/output.go index 4421454ee8b13ef90b3c5302f16121c7e45ec146..ec219d9b19f16a22b7387ab490f835048f783b77 100644 --- a/dapps/valuetransfers/packages/tangle/output.go +++ b/dapps/valuetransfers/packages/tangle/output.go @@ -4,10 +4,10 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/objectstorage" "github.com/iotaledger/hive.go/stringify" diff --git a/dapps/valuetransfers/packages/tangle/output_test.go b/dapps/valuetransfers/packages/tangle/output_test.go index 47918395b92a13adbf8164933e7cb3c2ebc546e4..f24f45c43fea2fa7b5a6e25d965bbcc3f9a3a117 100644 --- a/dapps/valuetransfers/packages/tangle/output_test.go +++ b/dapps/valuetransfers/packages/tangle/output_test.go @@ -4,10 +4,10 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/stretchr/testify/assert" ) diff --git a/dapps/valuetransfers/packages/tangle/payloadapprover.go b/dapps/valuetransfers/packages/tangle/payloadapprover.go index 572249db087a5d3ea065c823b7803e387261a852..6cf640236dd9c1374e7045c9be8b2fa92e3629ed 100644 --- a/dapps/valuetransfers/packages/tangle/payloadapprover.go +++ b/dapps/valuetransfers/packages/tangle/payloadapprover.go @@ -1,7 +1,7 @@ package tangle import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/objectstorage" ) diff --git a/dapps/valuetransfers/packages/tangle/payloadmetadata.go b/dapps/valuetransfers/packages/tangle/payloadmetadata.go index be575207930db9ff5107719e43e1c623400dace3..d2eff144c106b6377a44c4a3839add8c8f408884 100644 --- a/dapps/valuetransfers/packages/tangle/payloadmetadata.go +++ b/dapps/valuetransfers/packages/tangle/payloadmetadata.go @@ -8,8 +8,8 @@ import ( "github.com/iotaledger/hive.go/objectstorage" "github.com/iotaledger/hive.go/stringify" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" ) // PayloadMetadata is a container for the metadata of a value transfer payload. diff --git a/dapps/valuetransfers/packages/tangle/payloadmetadata_test.go b/dapps/valuetransfers/packages/tangle/payloadmetadata_test.go index ff194d0bfa6296426045c49e745e10330b458d8d..120de4ff592b21fd5bbd1d570e4623e1f3162181 100644 --- a/dapps/valuetransfers/packages/tangle/payloadmetadata_test.go +++ b/dapps/valuetransfers/packages/tangle/payloadmetadata_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" "github.com/stretchr/testify/assert" ) diff --git a/dapps/valuetransfers/packages/tangle/signature_filter.go b/dapps/valuetransfers/packages/tangle/signature_filter.go index a7e7e2cc0c254f4248237d4d44a9d5f39bd8d065..206be0a43d3c2b6cd2f7483e290a803fda5b2cc3 100644 --- a/dapps/valuetransfers/packages/tangle/signature_filter.go +++ b/dapps/valuetransfers/packages/tangle/signature_filter.go @@ -4,9 +4,9 @@ import ( "errors" "sync" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/messageparser" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/messageparser" "github.com/iotaledger/hive.go/autopeering/peer" ) diff --git a/dapps/valuetransfers/packages/tangle/signature_filter_test.go b/dapps/valuetransfers/packages/tangle/signature_filter_test.go index 2ac1a596ed3bcc96dd5cd1afaacdf426fa7f705f..4dc96b229d0eaf4f679d605eab9d3cca0858607f 100644 --- a/dapps/valuetransfers/packages/tangle/signature_filter_test.go +++ b/dapps/valuetransfers/packages/tangle/signature_filter_test.go @@ -4,16 +4,16 @@ import ( "sync" "testing" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - valuePayload "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/messagefactory" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/messageparser" - messagePayload "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tipselector" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + valuePayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/messagefactory" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/messageparser" + messagePayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tipselector" "github.com/iotaledger/hive.go/autopeering/peer" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/identity" diff --git a/dapps/valuetransfers/packages/tangle/snapshot.go b/dapps/valuetransfers/packages/tangle/snapshot.go index b13df4d81409167068c882c8c893767c030cfcaa..a1af43b87788ff62c6036369524b8d9011f085f3 100644 --- a/dapps/valuetransfers/packages/tangle/snapshot.go +++ b/dapps/valuetransfers/packages/tangle/snapshot.go @@ -5,9 +5,9 @@ import ( "fmt" "io" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) // Snapshot defines a snapshot of the ledger state. diff --git a/dapps/valuetransfers/packages/tangle/snapshot_test.go b/dapps/valuetransfers/packages/tangle/snapshot_test.go index f1b4696471666e88ae4a3649a558ef6f80ec0f15..368723c591d309dd90dc34c9b10d37232e755ec2 100644 --- a/dapps/valuetransfers/packages/tangle/snapshot_test.go +++ b/dapps/valuetransfers/packages/tangle/snapshot_test.go @@ -4,10 +4,10 @@ import ( "bytes" "testing" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/kvstore/mapdb" "github.com/stretchr/testify/assert" ) diff --git a/dapps/valuetransfers/packages/tangle/tangle.go b/dapps/valuetransfers/packages/tangle/tangle.go index bd262f578658cfbef3b83ccdc1d21d27fc04477b..270de3204ee1483eb0a1dcad1ccd9f64352c9e5f 100644 --- a/dapps/valuetransfers/packages/tangle/tangle.go +++ b/dapps/valuetransfers/packages/tangle/tangle.go @@ -13,12 +13,12 @@ import ( "github.com/iotaledger/hive.go/objectstorage" "github.com/iotaledger/hive.go/types" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/packages/binary/storageprefix" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/storageprefix" ) // Tangle represents the value tangle that consists out of value payloads. diff --git a/dapps/valuetransfers/packages/tangle/tangle_concurrency_test.go b/dapps/valuetransfers/packages/tangle/tangle_concurrency_test.go index bf97f7bb86f032fe835e6231612efdc3cd1aea7f..cee72987691dae4f6ffcbf8033173f429dff587c 100644 --- a/dapps/valuetransfers/packages/tangle/tangle_concurrency_test.go +++ b/dapps/valuetransfers/packages/tangle/tangle_concurrency_test.go @@ -8,12 +8,12 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/tipmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/tipmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) func TestConcurrency(t *testing.T) { diff --git a/dapps/valuetransfers/packages/tangle/tangle_event_test.go b/dapps/valuetransfers/packages/tangle/tangle_event_test.go index bdd3f1dfc42386262c342e644c8d298852563958..e8b0243849b2094879c8b467f4ccdcc7fad9adcd 100644 --- a/dapps/valuetransfers/packages/tangle/tangle_event_test.go +++ b/dapps/valuetransfers/packages/tangle/tangle_event_test.go @@ -4,9 +4,9 @@ import ( "reflect" "testing" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/events" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" diff --git a/dapps/valuetransfers/packages/tangle/tangle_scenario_test.go b/dapps/valuetransfers/packages/tangle/tangle_scenario_test.go index 542690dd8994a847f383ec96a9be6259165093e7..4c39dafa086c80fe32b135b64e3465db2cdbbe57 100644 --- a/dapps/valuetransfers/packages/tangle/tangle_scenario_test.go +++ b/dapps/valuetransfers/packages/tangle/tangle_scenario_test.go @@ -3,12 +3,12 @@ package tangle import ( "testing" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/kvstore/mapdb" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" diff --git a/dapps/valuetransfers/packages/tangle/tangle_test.go b/dapps/valuetransfers/packages/tangle/tangle_test.go index b0d1273e98b444a5c9084b2281c420216458d248..01e6518e8524f83a6f3c4b391bc1cad4ba9c2363 100644 --- a/dapps/valuetransfers/packages/tangle/tangle_test.go +++ b/dapps/valuetransfers/packages/tangle/tangle_test.go @@ -5,11 +5,11 @@ import ( "math" "testing" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/kvstore/mapdb" "github.com/iotaledger/hive.go/types" "github.com/stretchr/testify/assert" diff --git a/dapps/valuetransfers/packages/tangle/test_util.go b/dapps/valuetransfers/packages/tangle/test_util.go index dfb730318f273ae9c1e4d65812b30bd78c2af5f2..a09af6973913538fdcbfe2dfc3588e30131e9af1 100644 --- a/dapps/valuetransfers/packages/tangle/test_util.go +++ b/dapps/valuetransfers/packages/tangle/test_util.go @@ -1,7 +1,7 @@ package tangle import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" "github.com/iotaledger/hive.go/crypto/ed25519" ) diff --git a/dapps/valuetransfers/packages/tangle/transactionmetadata.go b/dapps/valuetransfers/packages/tangle/transactionmetadata.go index 753e70593a2e141c092ff2553a31e340d386c3ee..0bd64ead542ab3db53a30119dcc07ea51c942e54 100644 --- a/dapps/valuetransfers/packages/tangle/transactionmetadata.go +++ b/dapps/valuetransfers/packages/tangle/transactionmetadata.go @@ -4,8 +4,8 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/objectstorage" "github.com/iotaledger/hive.go/stringify" diff --git a/dapps/valuetransfers/packages/test/tangle_test.go b/dapps/valuetransfers/packages/test/tangle_test.go index 82be2f4c6ef761c993b6f395e0dd741174333b7c..69f216c55652d42d73ceda9c9ba5d2b8c59f8084 100644 --- a/dapps/valuetransfers/packages/test/tangle_test.go +++ b/dapps/valuetransfers/packages/test/tangle_test.go @@ -10,13 +10,13 @@ import ( "github.com/stretchr/testify/assert" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/consensus" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/tangle" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/consensus" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) func TestTangle_ValueTransfer(t *testing.T) { diff --git a/dapps/valuetransfers/packages/tipmanager/events.go b/dapps/valuetransfers/packages/tipmanager/events.go index 13a4c05e28bf239b9e9b2f144aabbe7d2723d7f3..b2b20a620ec379bcc0a634d0d370b71d6134de2a 100644 --- a/dapps/valuetransfers/packages/tipmanager/events.go +++ b/dapps/valuetransfers/packages/tipmanager/events.go @@ -1,7 +1,7 @@ package tipmanager import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" "github.com/iotaledger/hive.go/events" ) diff --git a/dapps/valuetransfers/packages/tipmanager/tipmanager.go b/dapps/valuetransfers/packages/tipmanager/tipmanager.go index edb1ac8d1edddc0e1df8c6eb3413c19b37414eaf..dee3ba01d70921c71aaf5143c97fe7a811e6fea9 100644 --- a/dapps/valuetransfers/packages/tipmanager/tipmanager.go +++ b/dapps/valuetransfers/packages/tipmanager/tipmanager.go @@ -1,8 +1,8 @@ package tipmanager import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/packages/binary/datastructure" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/datastructure" "github.com/iotaledger/hive.go/events" ) diff --git a/dapps/valuetransfers/packages/tipmanager/tipmanager_test.go b/dapps/valuetransfers/packages/tipmanager/tipmanager_test.go index f3d2db45b7b979aa6884ab74c7a7efbe1f262dba..1ccf381f630c0616302d9bd6332ca9131dfc6b6e 100644 --- a/dapps/valuetransfers/packages/tipmanager/tipmanager_test.go +++ b/dapps/valuetransfers/packages/tipmanager/tipmanager_test.go @@ -5,10 +5,10 @@ import ( "sync/atomic" "testing" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/events" "github.com/stretchr/testify/assert" ) diff --git a/dapps/valuetransfers/packages/transaction/inputs.go b/dapps/valuetransfers/packages/transaction/inputs.go index f5071c62cebbed30e2410292a82166732d098a73..49ed5a4c180bce4bb064fbb3f36106dc01954f87 100644 --- a/dapps/valuetransfers/packages/transaction/inputs.go +++ b/dapps/valuetransfers/packages/transaction/inputs.go @@ -1,8 +1,8 @@ package transaction import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/packages/binary/datastructure/orderedmap" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/datastructure/orderedmap" "github.com/iotaledger/hive.go/marshalutil" ) diff --git a/dapps/valuetransfers/packages/transaction/outputid.go b/dapps/valuetransfers/packages/transaction/outputid.go index 4d6aff44511f87566350219356b0aa76f195bd6e..f8965cfdb0f0957fd18ed557ab3bc3f7c36d63f6 100644 --- a/dapps/valuetransfers/packages/transaction/outputid.go +++ b/dapps/valuetransfers/packages/transaction/outputid.go @@ -3,7 +3,7 @@ package transaction import ( "fmt" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" "github.com/iotaledger/hive.go/marshalutil" "github.com/mr-tron/base58" ) diff --git a/dapps/valuetransfers/packages/transaction/outputs.go b/dapps/valuetransfers/packages/transaction/outputs.go index f287b1839b305c7f6057e5a29b7c050c60ed1381..814316ee153dfc517ae0addcab45d9f2b600d511 100644 --- a/dapps/valuetransfers/packages/transaction/outputs.go +++ b/dapps/valuetransfers/packages/transaction/outputs.go @@ -4,9 +4,9 @@ import ( "bytes" "sort" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/packages/binary/datastructure/orderedmap" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/datastructure/orderedmap" "github.com/iotaledger/hive.go/marshalutil" ) diff --git a/dapps/valuetransfers/packages/transaction/outputs_test.go b/dapps/valuetransfers/packages/transaction/outputs_test.go index 4c76e4cc44032b9078e95138af2c10dbc15d86c5..2161f3eccd042d3f698c9cf6f2b1dbf8d1101709 100644 --- a/dapps/valuetransfers/packages/transaction/outputs_test.go +++ b/dapps/valuetransfers/packages/transaction/outputs_test.go @@ -7,8 +7,8 @@ import ( "testing" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" "golang.org/x/crypto/blake2b" ) diff --git a/dapps/valuetransfers/packages/transaction/signatures.go b/dapps/valuetransfers/packages/transaction/signatures.go index 2a5879c03e454d7b577025c8beae6b09ee1be959..94d76f7d12feb8d062723d4c84b3ce24095cef71 100644 --- a/dapps/valuetransfers/packages/transaction/signatures.go +++ b/dapps/valuetransfers/packages/transaction/signatures.go @@ -3,9 +3,9 @@ package transaction import ( "github.com/iotaledger/hive.go/marshalutil" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/packages/binary/datastructure/orderedmap" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/datastructure/orderedmap" ) // Signatures represents a container for the address signatures of a value transfer. diff --git a/dapps/valuetransfers/packages/transaction/signatures_test.go b/dapps/valuetransfers/packages/transaction/signatures_test.go index 61d03a26e949792c3de6cf5bb866c1af4207d4e8..dbe240904d2a26cc6402fde07cc8934c285853d7 100644 --- a/dapps/valuetransfers/packages/transaction/signatures_test.go +++ b/dapps/valuetransfers/packages/transaction/signatures_test.go @@ -6,8 +6,8 @@ import ( "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/stretchr/testify/assert" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" ) func TestSignatures(t *testing.T) { diff --git a/dapps/valuetransfers/packages/transaction/transaction.go b/dapps/valuetransfers/packages/transaction/transaction.go index da41e4a4140bc49d769891ee296f98b86056bfd1..08a17f0c283406214656905059cfde40473563fd 100644 --- a/dapps/valuetransfers/packages/transaction/transaction.go +++ b/dapps/valuetransfers/packages/transaction/transaction.go @@ -11,8 +11,8 @@ import ( "github.com/mr-tron/base58" "golang.org/x/crypto/blake2b" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" ) var ( diff --git a/dapps/valuetransfers/packages/transaction/transaction_test.go b/dapps/valuetransfers/packages/transaction/transaction_test.go index d1bb17271ba803bd0577b2ca40fc635757c5b54d..5cfca4133287e9ad352d2b13dd8b1954781d17fc 100644 --- a/dapps/valuetransfers/packages/transaction/transaction_test.go +++ b/dapps/valuetransfers/packages/transaction/transaction_test.go @@ -7,9 +7,9 @@ import ( "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/stretchr/testify/assert" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" ) func TestEmptyDataPayload(t *testing.T) { diff --git a/main.go b/main.go index 9ab8148051344244923af21b6651ac6a221a6e2b..3167c0384a309762148ddac1dc4fe1432dd57b4a 100644 --- a/main.go +++ b/main.go @@ -3,10 +3,10 @@ package main import ( _ "net/http/pprof" - "github.com/iotaledger/goshimmer/pluginmgr/core" - "github.com/iotaledger/goshimmer/pluginmgr/research" - "github.com/iotaledger/goshimmer/pluginmgr/ui" - "github.com/iotaledger/goshimmer/pluginmgr/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/pluginmgr/core" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/pluginmgr/research" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/pluginmgr/ui" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/pluginmgr/webapi" "github.com/iotaledger/hive.go/node" ) diff --git a/packages/binary/drng/dispatcher.go b/packages/binary/drng/dispatcher.go index 4e79a85a2a1d229be302c6c8352b676a095792dd..957aaa45f8fc8d11c7520e27874880ff5a185b86 100644 --- a/packages/binary/drng/dispatcher.go +++ b/packages/binary/drng/dispatcher.go @@ -4,11 +4,11 @@ import ( "errors" "time" - "github.com/iotaledger/goshimmer/packages/binary/drng/payload" - "github.com/iotaledger/goshimmer/packages/binary/drng/payload/header" - "github.com/iotaledger/goshimmer/packages/binary/drng/subtypes/collectiveBeacon" - "github.com/iotaledger/goshimmer/packages/binary/drng/subtypes/collectiveBeacon/events" - cb "github.com/iotaledger/goshimmer/packages/binary/drng/subtypes/collectiveBeacon/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload/header" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/subtypes/collectiveBeacon" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/subtypes/collectiveBeacon/events" + cb "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/subtypes/collectiveBeacon/payload" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/marshalutil" ) diff --git a/packages/binary/drng/dispatcher_test.go b/packages/binary/drng/dispatcher_test.go index bef89e1c38367216081d971603eae6a7bbf85c4d..6f569bfdfd1c0734b446f1256cfb949c612cb518 100644 --- a/packages/binary/drng/dispatcher_test.go +++ b/packages/binary/drng/dispatcher_test.go @@ -5,11 +5,11 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/packages/binary/drng/payload" - "github.com/iotaledger/goshimmer/packages/binary/drng/payload/header" - "github.com/iotaledger/goshimmer/packages/binary/drng/state" - "github.com/iotaledger/goshimmer/packages/binary/drng/subtypes/collectiveBeacon" - cbPayload "github.com/iotaledger/goshimmer/packages/binary/drng/subtypes/collectiveBeacon/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload/header" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/state" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/subtypes/collectiveBeacon" + cbPayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/subtypes/collectiveBeacon/payload" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/marshalutil" "github.com/stretchr/testify/require" diff --git a/packages/binary/drng/drng.go b/packages/binary/drng/drng.go index 15f6eadad97bcb5c31c54556b846f9bb0997c12c..e5f047f56e9144cf2b8fb37d04f5e914420fea60 100644 --- a/packages/binary/drng/drng.go +++ b/packages/binary/drng/drng.go @@ -1,8 +1,8 @@ package drng import ( - "github.com/iotaledger/goshimmer/packages/binary/drng/state" - cbEvents "github.com/iotaledger/goshimmer/packages/binary/drng/subtypes/collectiveBeacon/events" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/state" + cbEvents "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/subtypes/collectiveBeacon/events" "github.com/iotaledger/hive.go/events" ) diff --git a/packages/binary/drng/events.go b/packages/binary/drng/events.go index a3420fcaca949bb995910044b0a3d74b42092151..317e716da20c18371e1fbcdd74f3e77ac4e75ac4 100644 --- a/packages/binary/drng/events.go +++ b/packages/binary/drng/events.go @@ -1,7 +1,7 @@ package drng import ( - "github.com/iotaledger/goshimmer/packages/binary/drng/state" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/state" "github.com/iotaledger/hive.go/events" ) diff --git a/packages/binary/drng/payload/payload.go b/packages/binary/drng/payload/payload.go index fe9768f70983397509e321fc211a9fd6af708891..fd69f768233ba96e65d1b74714140290fa95a015 100644 --- a/packages/binary/drng/payload/payload.go +++ b/packages/binary/drng/payload/payload.go @@ -3,8 +3,8 @@ package payload import ( "sync" - "github.com/iotaledger/goshimmer/packages/binary/drng/payload/header" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload/header" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/stringify" ) diff --git a/packages/binary/drng/payload/payload_test.go b/packages/binary/drng/payload/payload_test.go index 7a6ac612028ab923c61307fc725e4c6097dffe16..5c8dccdccdfa68f2b421452293736f17865ae61d 100644 --- a/packages/binary/drng/payload/payload_test.go +++ b/packages/binary/drng/payload/payload_test.go @@ -3,7 +3,7 @@ package payload import ( "testing" - "github.com/iotaledger/goshimmer/packages/binary/drng/payload/header" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload/header" "github.com/iotaledger/hive.go/marshalutil" "github.com/stretchr/testify/require" ) diff --git a/packages/binary/drng/subtypes/collectiveBeacon/collective_beacon.go b/packages/binary/drng/subtypes/collectiveBeacon/collective_beacon.go index c539e6e37f0c97800a56e4f777ff993918054aac..befbf4171139524cdb98e461c98e2f962d944c25 100644 --- a/packages/binary/drng/subtypes/collectiveBeacon/collective_beacon.go +++ b/packages/binary/drng/subtypes/collectiveBeacon/collective_beacon.go @@ -7,8 +7,8 @@ import ( "github.com/drand/drand/beacon" "github.com/drand/drand/key" - "github.com/iotaledger/goshimmer/packages/binary/drng/state" - "github.com/iotaledger/goshimmer/packages/binary/drng/subtypes/collectiveBeacon/events" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/state" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/subtypes/collectiveBeacon/events" "github.com/iotaledger/hive.go/crypto/ed25519" ) diff --git a/packages/binary/drng/subtypes/collectiveBeacon/collective_beacon_test.go b/packages/binary/drng/subtypes/collectiveBeacon/collective_beacon_test.go index 62d991fb9ebcb1ff1ddc4965f53948194f749114..51ce0a1e6568fc636fd77def8eabc2dfa4d02986 100644 --- a/packages/binary/drng/subtypes/collectiveBeacon/collective_beacon_test.go +++ b/packages/binary/drng/subtypes/collectiveBeacon/collective_beacon_test.go @@ -9,9 +9,9 @@ import ( "github.com/drand/drand/key" "github.com/drand/kyber/share" "github.com/drand/kyber/util/random" - "github.com/iotaledger/goshimmer/packages/binary/drng/state" - "github.com/iotaledger/goshimmer/packages/binary/drng/subtypes/collectiveBeacon/events" - "github.com/iotaledger/goshimmer/packages/binary/drng/subtypes/collectiveBeacon/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/state" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/subtypes/collectiveBeacon/events" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/subtypes/collectiveBeacon/payload" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/stretchr/testify/require" ) diff --git a/packages/binary/drng/subtypes/collectiveBeacon/payload/payload.go b/packages/binary/drng/subtypes/collectiveBeacon/payload/payload.go index 435ba79e339bcf4935d578a267b065b32a6275bd..8456b49fb49c8700bdca41aca5ab5d2d5008e107 100644 --- a/packages/binary/drng/subtypes/collectiveBeacon/payload/payload.go +++ b/packages/binary/drng/subtypes/collectiveBeacon/payload/payload.go @@ -5,9 +5,9 @@ import ( "github.com/iotaledger/hive.go/stringify" - drngPayload "github.com/iotaledger/goshimmer/packages/binary/drng/payload" - "github.com/iotaledger/goshimmer/packages/binary/drng/payload/header" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + drngPayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload/header" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" "github.com/iotaledger/hive.go/marshalutil" ) diff --git a/packages/binary/drng/subtypes/collectiveBeacon/payload/payload_test.go b/packages/binary/drng/subtypes/collectiveBeacon/payload/payload_test.go index 03a782468a2560dfd4572602f8a424c4a831e646..2e1bf2542ed2a9e3d3ca20b28b5447c060f384ba 100644 --- a/packages/binary/drng/subtypes/collectiveBeacon/payload/payload_test.go +++ b/packages/binary/drng/subtypes/collectiveBeacon/payload/payload_test.go @@ -3,7 +3,7 @@ package payload import ( "testing" - "github.com/iotaledger/goshimmer/packages/binary/drng/payload/header" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload/header" "github.com/iotaledger/hive.go/marshalutil" "github.com/stretchr/testify/require" ) diff --git a/packages/binary/messagelayer/message/message.go b/packages/binary/messagelayer/message/message.go index 6415cacba10e56ca2f779f08532a92f73842262e..8289f46e598ee0c796a9d7126cc9612119b3cf56 100644 --- a/packages/binary/messagelayer/message/message.go +++ b/packages/binary/messagelayer/message/message.go @@ -10,7 +10,7 @@ import ( "github.com/iotaledger/hive.go/stringify" "golang.org/x/crypto/blake2b" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" ) // Message represents the core message for the base layer Tangle. diff --git a/packages/binary/messagelayer/messagefactory/events.go b/packages/binary/messagelayer/messagefactory/events.go index 873b0aca65fffed325b455f3bdb758c27f89b6ca..8d4aaf31589434684d96c4550da48251d7b08af5 100644 --- a/packages/binary/messagelayer/messagefactory/events.go +++ b/packages/binary/messagelayer/messagefactory/events.go @@ -3,7 +3,7 @@ package messagefactory import ( "github.com/iotaledger/hive.go/events" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" ) // Events represents events happening on a message factory. diff --git a/packages/binary/messagelayer/messagefactory/messagefactory.go b/packages/binary/messagelayer/messagefactory/messagefactory.go index 82311b0053de3dd3b8df91bb914706ea38af290f..55f2819565c6ab1a8c44a7c9bd155650a0441ba8 100644 --- a/packages/binary/messagelayer/messagefactory/messagefactory.go +++ b/packages/binary/messagelayer/messagefactory/messagefactory.go @@ -5,8 +5,8 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/identity" "github.com/iotaledger/hive.go/kvstore" diff --git a/packages/binary/messagelayer/messagefactory/messagefactory_test.go b/packages/binary/messagelayer/messagefactory/messagefactory_test.go index 5d56750babeda1a628753fc90ec527d378129c69..03c9a1951e5315f4f33f3807bf6fe51a192b7529 100644 --- a/packages/binary/messagelayer/messagefactory/messagefactory_test.go +++ b/packages/binary/messagelayer/messagefactory/messagefactory_test.go @@ -9,9 +9,9 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/packages/pow" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/pow" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/identity" "github.com/iotaledger/hive.go/kvstore/mapdb" diff --git a/packages/binary/messagelayer/messageparser/builtinfilters/message_signature_filter.go b/packages/binary/messagelayer/messageparser/builtinfilters/message_signature_filter.go index 02ba960c4e183af9dd7b084c798accaf1d14e458..9a3a4d3d2c92b4e743098602b1815f3a8bd5fcb5 100644 --- a/packages/binary/messagelayer/messageparser/builtinfilters/message_signature_filter.go +++ b/packages/binary/messagelayer/messageparser/builtinfilters/message_signature_filter.go @@ -4,7 +4,7 @@ import ( "fmt" "sync" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" "github.com/iotaledger/hive.go/autopeering/peer" ) diff --git a/packages/binary/messagelayer/messageparser/builtinfilters/pow_filter.go b/packages/binary/messagelayer/messageparser/builtinfilters/pow_filter.go index 0147ec3730374158de774f3623c90ac24c8faeca..c0670f64ec225deae9602953830b171b77acf7fb 100644 --- a/packages/binary/messagelayer/messageparser/builtinfilters/pow_filter.go +++ b/packages/binary/messagelayer/messageparser/builtinfilters/pow_filter.go @@ -6,7 +6,7 @@ import ( "fmt" "sync" - "github.com/iotaledger/goshimmer/packages/pow" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/pow" "github.com/iotaledger/hive.go/autopeering/peer" ) diff --git a/packages/binary/messagelayer/messageparser/builtinfilters/pow_filter_test.go b/packages/binary/messagelayer/messageparser/builtinfilters/pow_filter_test.go index b348247bb28c6c5b4f7cf533492b5fa23b21af54..ca53657463861dea29040ade2fe76fde56cf771d 100644 --- a/packages/binary/messagelayer/messageparser/builtinfilters/pow_filter_test.go +++ b/packages/binary/messagelayer/messageparser/builtinfilters/pow_filter_test.go @@ -7,9 +7,9 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/packages/pow" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/pow" "github.com/iotaledger/hive.go/autopeering/peer" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/stretchr/testify/mock" diff --git a/packages/binary/messagelayer/messageparser/message_filter.go b/packages/binary/messagelayer/messageparser/message_filter.go index b883f3d12025fb5b2b3c6d54cc7c502b28e291c0..f28b1ad1aeac9e57010f23049b9d66508faa2611 100644 --- a/packages/binary/messagelayer/messageparser/message_filter.go +++ b/packages/binary/messagelayer/messageparser/message_filter.go @@ -3,7 +3,7 @@ package messageparser import ( "github.com/iotaledger/hive.go/autopeering/peer" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" ) // MessageFilter filters based on messages and peers. diff --git a/packages/binary/messagelayer/messageparser/message_parser.go b/packages/binary/messagelayer/messageparser/message_parser.go index 9c590e63ff6fe81dcb30925ee0abd7498bc58d0f..87e60ce657abccc450e8811f7a5ea7b853b7e3be 100644 --- a/packages/binary/messagelayer/messageparser/message_parser.go +++ b/packages/binary/messagelayer/messageparser/message_parser.go @@ -3,8 +3,8 @@ package messageparser import ( "sync" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/messageparser/builtinfilters" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/messageparser/builtinfilters" "github.com/iotaledger/hive.go/autopeering/peer" "github.com/iotaledger/hive.go/events" diff --git a/packages/binary/messagelayer/messageparser/message_parser_test.go b/packages/binary/messagelayer/messageparser/message_parser_test.go index e85cf4cee9881f6902a2ff6f4de3e0e3c6e2a060..3bf1586e8681e7cc33767ebe153f3cf8a5cd736b 100644 --- a/packages/binary/messagelayer/messageparser/message_parser_test.go +++ b/packages/binary/messagelayer/messageparser/message_parser_test.go @@ -9,8 +9,8 @@ import ( "github.com/iotaledger/hive.go/events" "github.com/labstack/gommon/log" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" ) func BenchmarkMessageParser_ParseBytesSame(b *testing.B) { diff --git a/packages/binary/messagelayer/messagerequester/messagerequester.go b/packages/binary/messagelayer/messagerequester/messagerequester.go index cc3dc7cd5e7855b88df105b71f3ccc0cf64bd358..204afe523722a082ec0d1a4e0d0bbbae173cb770 100644 --- a/packages/binary/messagelayer/messagerequester/messagerequester.go +++ b/packages/binary/messagelayer/messagerequester/messagerequester.go @@ -4,7 +4,7 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" "github.com/iotaledger/hive.go/events" ) diff --git a/packages/binary/messagelayer/tangle/approver.go b/packages/binary/messagelayer/tangle/approver.go index 5526a104b2bb2a39595c2ddff22665164fd984b3..ecc5146b39d549ae443555fd6141d798f3522d7b 100644 --- a/packages/binary/messagelayer/tangle/approver.go +++ b/packages/binary/messagelayer/tangle/approver.go @@ -5,7 +5,7 @@ import ( "github.com/iotaledger/hive.go/objectstorage" "github.com/iotaledger/hive.go/stringify" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" ) // Approver is an approver of a given referenced message. diff --git a/packages/binary/messagelayer/tangle/events.go b/packages/binary/messagelayer/tangle/events.go index 399d28002aa5ecec6336a9ec20b2efa1fd911770..db267118f1d14596bc107d07b9cf5d49079a5326 100644 --- a/packages/binary/messagelayer/tangle/events.go +++ b/packages/binary/messagelayer/tangle/events.go @@ -3,7 +3,7 @@ package tangle import ( "github.com/iotaledger/hive.go/events" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" ) // Events represents events happening on the base layer Tangle. diff --git a/packages/binary/messagelayer/tangle/messagemetadata.go b/packages/binary/messagelayer/tangle/messagemetadata.go index 9285ef78d9b4417d209afecdf802e3443fc7f3d3..de7a2e035fefacb8e7df28a222bec9c56d4366e6 100644 --- a/packages/binary/messagelayer/tangle/messagemetadata.go +++ b/packages/binary/messagelayer/tangle/messagemetadata.go @@ -7,7 +7,7 @@ import ( "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/objectstorage" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" ) type MessageMetadata struct { diff --git a/packages/binary/messagelayer/tangle/missingmessage.go b/packages/binary/messagelayer/tangle/missingmessage.go index 1fb9e4b2f01532c77a40b9963c5d0e27502b9861..88cde8fc54081903f89d1729f2a6a205a4e08bc9 100644 --- a/packages/binary/messagelayer/tangle/missingmessage.go +++ b/packages/binary/messagelayer/tangle/missingmessage.go @@ -6,7 +6,7 @@ import ( "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/objectstorage" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" ) type MissingMessage struct { diff --git a/packages/binary/messagelayer/tangle/tangle.go b/packages/binary/messagelayer/tangle/tangle.go index 7baf9d64dbd68d53a9111d1a92012b694740513c..d6734d93d6889263271ca5bb88c89d8caa6a2356 100644 --- a/packages/binary/messagelayer/tangle/tangle.go +++ b/packages/binary/messagelayer/tangle/tangle.go @@ -4,8 +4,8 @@ import ( "container/list" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/storageprefix" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/storageprefix" "github.com/iotaledger/hive.go/async" "github.com/iotaledger/hive.go/kvstore" "github.com/iotaledger/hive.go/objectstorage" diff --git a/packages/binary/messagelayer/tangle/tangle_test.go b/packages/binary/messagelayer/tangle/tangle_test.go index f0baac00765c9f5d564c879e98faf8ebcebfd848..91c654cd2915adbf9add6df6ffd2c01abcd398be 100644 --- a/packages/binary/messagelayer/tangle/tangle_test.go +++ b/packages/binary/messagelayer/tangle/tangle_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/kvstore/mapdb" diff --git a/packages/binary/messagelayer/test/data_payload_test.go b/packages/binary/messagelayer/test/data_payload_test.go index 2ee00c524467f158b3d8d6e0984e34bfc3968b7a..b72da4157baca2528bdb54050e16f7764e545c9d 100644 --- a/packages/binary/messagelayer/test/data_payload_test.go +++ b/packages/binary/messagelayer/test/data_payload_test.go @@ -5,8 +5,8 @@ import ( "sync" "testing" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/messagefactory" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/messagefactory" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/async" "github.com/iotaledger/hive.go/identity" "github.com/iotaledger/hive.go/kvstore/mapdb" @@ -14,8 +14,8 @@ import ( "github.com/panjf2000/ants/v2" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" ) func BenchmarkVerifyDataMessages(b *testing.B) { diff --git a/packages/binary/messagelayer/test/message_test.go b/packages/binary/messagelayer/test/message_test.go index 99d1e11ca209a1d29d2161e086c882225b4ec52a..ef831dc67f483739bf76152d7db1cff52078a933 100644 --- a/packages/binary/messagelayer/test/message_test.go +++ b/packages/binary/messagelayer/test/message_test.go @@ -4,17 +4,17 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/messagefactory" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tipselector" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/messagefactory" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tipselector" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/identity" "github.com/iotaledger/hive.go/kvstore/mapdb" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" ) func TestMessage_StorableObjectFromKey(t *testing.T) { diff --git a/packages/binary/messagelayer/test/retrievealltips_test.go b/packages/binary/messagelayer/test/retrievealltips_test.go index 7b55bff534f16d53d2655bb41828ada301ab4723..8fc715473aca8f3b4b44d0e12e879e98029cb59f 100644 --- a/packages/binary/messagelayer/test/retrievealltips_test.go +++ b/packages/binary/messagelayer/test/retrievealltips_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tangle" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/kvstore/mapdb" diff --git a/packages/binary/messagelayer/tipselector/events.go b/packages/binary/messagelayer/tipselector/events.go index 2e39a68d1d5dd6206f4bdef35bb7eabbcb32bc3c..7508382a5ef8976b77c17b6e0707824d56892e09 100644 --- a/packages/binary/messagelayer/tipselector/events.go +++ b/packages/binary/messagelayer/tipselector/events.go @@ -3,7 +3,7 @@ package tipselector import ( "github.com/iotaledger/hive.go/events" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" ) // Events represents event happening on the tip-selector. diff --git a/packages/binary/messagelayer/tipselector/tipselector.go b/packages/binary/messagelayer/tipselector/tipselector.go index aded723b7e7d3b99e1089f3bdc5646c7c278f9cd..6e4834540a201936831d43fb8a962be989829b1a 100644 --- a/packages/binary/messagelayer/tipselector/tipselector.go +++ b/packages/binary/messagelayer/tipselector/tipselector.go @@ -3,8 +3,8 @@ package tipselector import ( "github.com/iotaledger/hive.go/events" - "github.com/iotaledger/goshimmer/packages/binary/datastructure" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/datastructure" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" ) // TipSelector manages a map of tips and emits events for their removal and addition. diff --git a/packages/binary/messagelayer/tipselector/tipselector_test.go b/packages/binary/messagelayer/tipselector/tipselector_test.go index fbcf727d4b61b2f56312b052e2f73a468d3e5c18..e381a3119f0f4f857f4daf901bba3e7e6f0973d9 100644 --- a/packages/binary/messagelayer/tipselector/tipselector_test.go +++ b/packages/binary/messagelayer/tipselector/tipselector_test.go @@ -7,8 +7,8 @@ import ( "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/stretchr/testify/assert" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" ) func Test(t *testing.T) { diff --git a/packages/binary/spammer/spammer.go b/packages/binary/spammer/spammer.go index 5758f898fd70c5f8e72b06dab1ad02d904270f34..a899e754b8afcd8cff45ab23e969937cf3227f7f 100644 --- a/packages/binary/spammer/spammer.go +++ b/packages/binary/spammer/spammer.go @@ -6,8 +6,8 @@ import ( "github.com/iotaledger/hive.go/types" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" ) // IssuePayloadFunc is a function which issues a payload. diff --git a/packages/gossip/manager.go b/packages/gossip/manager.go index d6489199ea21567ffa7d2526569bee9c32601926..f0d478f8d6828d28f8d88944d07bbc62d8aacbd7 100644 --- a/packages/gossip/manager.go +++ b/packages/gossip/manager.go @@ -7,9 +7,9 @@ import ( "sync" "github.com/golang/protobuf/proto" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - pb "github.com/iotaledger/goshimmer/packages/gossip/proto" - "github.com/iotaledger/goshimmer/packages/gossip/server" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + pb "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/gossip/proto" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/gossip/server" "github.com/iotaledger/hive.go/autopeering/peer" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/identity" diff --git a/packages/gossip/manager_test.go b/packages/gossip/manager_test.go index cef576ddb901ced0eb0b2e9007c54ebb691297fe..31ae7ca7caa722919ad36f46dabdcda19f0a0bec 100644 --- a/packages/gossip/manager_test.go +++ b/packages/gossip/manager_test.go @@ -7,9 +7,9 @@ import ( "time" "github.com/golang/protobuf/proto" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - pb "github.com/iotaledger/goshimmer/packages/gossip/proto" - "github.com/iotaledger/goshimmer/packages/gossip/server" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + pb "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/gossip/proto" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/gossip/server" "github.com/iotaledger/hive.go/autopeering/peer" "github.com/iotaledger/hive.go/autopeering/peer/service" "github.com/iotaledger/hive.go/events" diff --git a/packages/gossip/server/handshake.go b/packages/gossip/server/handshake.go index 86bef3f74ad82ab7aea532c1476661bf713ba4a1..6ba85a54bb459e7a0469914c2ff8de4813aa2c01 100644 --- a/packages/gossip/server/handshake.go +++ b/packages/gossip/server/handshake.go @@ -5,7 +5,7 @@ import ( "time" "github.com/golang/protobuf/proto" - pb "github.com/iotaledger/goshimmer/packages/gossip/server/proto" + pb "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/gossip/server/proto" "github.com/iotaledger/hive.go/autopeering/server" ) diff --git a/packages/metrics/events.go b/packages/metrics/events.go index 91d94c6b73e5beee4d088c2483eebcfd9c6e01e8..e9b98b84f451fbbd291257251c8d5b95d7b729a1 100644 --- a/packages/metrics/events.go +++ b/packages/metrics/events.go @@ -1,7 +1,7 @@ package metrics import ( - "github.com/iotaledger/goshimmer/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" "github.com/iotaledger/hive.go/events" ) diff --git a/packages/prng/unix_ts_rng_test.go b/packages/prng/unix_ts_rng_test.go index 4756f38bf8840cb41efc8842d8c7ca2e136f17c1..83957688aadf2d7405be892f51d920345d7aa678 100644 --- a/packages/prng/unix_ts_rng_test.go +++ b/packages/prng/unix_ts_rng_test.go @@ -3,7 +3,7 @@ package prng_test import ( "testing" - "github.com/iotaledger/goshimmer/packages/prng" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/prng" "github.com/stretchr/testify/assert" ) diff --git a/packages/vote/fpc/fpc.go b/packages/vote/fpc/fpc.go index 62571445f2af56d2f8b3b7a8657ceb97bd56de4f..53a638716131f0a593ce66ce620b4f23dd009126 100644 --- a/packages/vote/fpc/fpc.go +++ b/packages/vote/fpc/fpc.go @@ -9,7 +9,7 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" "github.com/iotaledger/hive.go/events" ) diff --git a/packages/vote/fpc/fpc_test.go b/packages/vote/fpc/fpc_test.go index 58488bdc568810d8c1bf63b86f272667c873b103..32bedb327103a78d9f606a3cf2eee390883cafa2 100644 --- a/packages/vote/fpc/fpc_test.go +++ b/packages/vote/fpc/fpc_test.go @@ -5,8 +5,8 @@ import ( "errors" "testing" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/packages/vote/fpc" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote/fpc" "github.com/iotaledger/hive.go/events" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/packages/vote/net/server.go b/packages/vote/net/server.go index 97209c509c500011758a414921b971ddf3d69000..6f02c9ac6926520e3b69e9a2d063ea10690a6822 100644 --- a/packages/vote/net/server.go +++ b/packages/vote/net/server.go @@ -5,8 +5,8 @@ import ( "net" "github.com/golang/protobuf/proto" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" "github.com/iotaledger/hive.go/events" "google.golang.org/grpc" ) diff --git a/pluginmgr/core/plugins.go b/pluginmgr/core/plugins.go index 0a1a297f21a23dc635425721638e2fce5a06551a..b191c577dfc195745e64fb8b3bd51c96e123ee70 100644 --- a/pluginmgr/core/plugins.go +++ b/pluginmgr/core/plugins.go @@ -1,25 +1,25 @@ package core import ( - "github.com/iotaledger/goshimmer/dapps/faucet" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/plugins/autopeering" - "github.com/iotaledger/goshimmer/plugins/banner" - "github.com/iotaledger/goshimmer/plugins/cli" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/database" - "github.com/iotaledger/goshimmer/plugins/drng" - "github.com/iotaledger/goshimmer/plugins/gossip" - "github.com/iotaledger/goshimmer/plugins/gracefulshutdown" - "github.com/iotaledger/goshimmer/plugins/issuer" - "github.com/iotaledger/goshimmer/plugins/logger" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - "github.com/iotaledger/goshimmer/plugins/metrics" - "github.com/iotaledger/goshimmer/plugins/portcheck" - "github.com/iotaledger/goshimmer/plugins/pow" - "github.com/iotaledger/goshimmer/plugins/profiling" - "github.com/iotaledger/goshimmer/plugins/syncbeacon" - "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/faucet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/cli" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/database" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/drng" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/gossip" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/gracefulshutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/logger" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/portcheck" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/pow" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/profiling" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeacon" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeaconfollower" "github.com/iotaledger/hive.go/node" ) diff --git a/pluginmgr/research/plugins.go b/pluginmgr/research/plugins.go index 66e4037f1494e4443988c35e824e20376e4b8ca1..c02c0fcd53485075454e75f98f41d773329d785f 100644 --- a/pluginmgr/research/plugins.go +++ b/pluginmgr/research/plugins.go @@ -1,12 +1,12 @@ package research import ( - "github.com/iotaledger/goshimmer/dapps/networkdelay" - analysisclient "github.com/iotaledger/goshimmer/plugins/analysis/client" - analysisdashboard "github.com/iotaledger/goshimmer/plugins/analysis/dashboard" - analysisserver "github.com/iotaledger/goshimmer/plugins/analysis/server" - "github.com/iotaledger/goshimmer/plugins/prometheus" - "github.com/iotaledger/goshimmer/plugins/remotelog" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/networkdelay" + analysisclient "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/client" + analysisdashboard "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/dashboard" + analysisserver "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/server" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/prometheus" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/remotelog" "github.com/iotaledger/hive.go/node" ) diff --git a/pluginmgr/ui/plugins.go b/pluginmgr/ui/plugins.go index e3a2dc1a71c2b565e34b1eb8e9ec545e95872863..fea0bc9fa419b4d45c9917ca17b622899a5e9a78 100644 --- a/pluginmgr/ui/plugins.go +++ b/pluginmgr/ui/plugins.go @@ -1,7 +1,7 @@ package ui import ( - "github.com/iotaledger/goshimmer/plugins/dashboard" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/dashboard" "github.com/iotaledger/hive.go/node" ) diff --git a/pluginmgr/webapi/plugins.go b/pluginmgr/webapi/plugins.go index 3113a03f27ba715bab7484c20bbdfc4036a5aaa6..987bb4625503c38553be762320acbd7a30870bb2 100644 --- a/pluginmgr/webapi/plugins.go +++ b/pluginmgr/webapi/plugins.go @@ -1,18 +1,18 @@ package webapi import ( - "github.com/iotaledger/goshimmer/plugins/webapi" - "github.com/iotaledger/goshimmer/plugins/webapi/autopeering" - "github.com/iotaledger/goshimmer/plugins/webapi/data" - "github.com/iotaledger/goshimmer/plugins/webapi/drng" - "github.com/iotaledger/goshimmer/plugins/webapi/faucet" - "github.com/iotaledger/goshimmer/plugins/webapi/healthz" - "github.com/iotaledger/goshimmer/plugins/webapi/info" - "github.com/iotaledger/goshimmer/plugins/webapi/message" - "github.com/iotaledger/goshimmer/plugins/webapi/spammer" - "github.com/iotaledger/goshimmer/plugins/webapi/tools" - "github.com/iotaledger/goshimmer/plugins/webapi/value" - "github.com/iotaledger/goshimmer/plugins/webauth" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/data" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/drng" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/faucet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/healthz" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/info" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/spammer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/tools" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webauth" "github.com/iotaledger/hive.go/node" ) diff --git a/plugins/analysis/client/fpc_heartbeato.go b/plugins/analysis/client/fpc_heartbeato.go index 4d0f72b19921cbabd86dc6fb9da89205114e00cc..7d997cc1479fd6dc7a55d4f3ba189abfb6b0d818 100644 --- a/plugins/analysis/client/fpc_heartbeato.go +++ b/plugins/analysis/client/fpc_heartbeato.go @@ -3,11 +3,11 @@ package client import ( "sync" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/identity" ) diff --git a/plugins/analysis/client/heartbeat.go b/plugins/analysis/client/heartbeat.go index f5bda8985fb2271789a45086e3bb057b63f49706..de6855ae2159aa4a5d080dff73e682b9105e23fb 100644 --- a/plugins/analysis/client/heartbeat.go +++ b/plugins/analysis/client/heartbeat.go @@ -4,11 +4,11 @@ import ( "io" "strings" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" - "github.com/iotaledger/goshimmer/plugins/autopeering" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/identity" "github.com/mr-tron/base58" ) diff --git a/plugins/analysis/client/metric_heartbeat.go b/plugins/analysis/client/metric_heartbeat.go index 8586713a76e6bdd3e0d91a1add09d54990375128..ff6f2157ce30e091a1c009c5ee30af8ab0d01162 100644 --- a/plugins/analysis/client/metric_heartbeat.go +++ b/plugins/analysis/client/metric_heartbeat.go @@ -5,10 +5,10 @@ import ( "runtime" "time" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/identity" "github.com/shirou/gopsutil/cpu" ) diff --git a/plugins/analysis/client/plugin.go b/plugins/analysis/client/plugin.go index 16d2401cd87dcc74b244ab51cd31b0a935e04f02..5f5d628f8eee6d75757e0a1184b56730991d3212 100644 --- a/plugins/analysis/client/plugin.go +++ b/plugins/analysis/client/plugin.go @@ -4,10 +4,10 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/logger" diff --git a/plugins/analysis/dashboard/autopeering_feed.go b/plugins/analysis/dashboard/autopeering_feed.go index c6fca97ed4ec5dec7cf23181866f94c32fca2681..7ae3d669062713b6ceceda401ea0442850f89a07 100644 --- a/plugins/analysis/dashboard/autopeering_feed.go +++ b/plugins/analysis/dashboard/autopeering_feed.go @@ -5,8 +5,8 @@ import ( "time" "github.com/gorilla/websocket" - "github.com/iotaledger/goshimmer/packages/shutdown" - analysisserver "github.com/iotaledger/goshimmer/plugins/analysis/server" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + analysisserver "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/server" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/workerpool" diff --git a/plugins/analysis/dashboard/dashboard-packr.go b/plugins/analysis/dashboard/dashboard-packr.go index ea2f2dac1fba00431965bfeb18414bf3b6c2e15d..2397fb146be8b5b9013b1f529d7863dfaabdfce9 100644 --- a/plugins/analysis/dashboard/dashboard-packr.go +++ b/plugins/analysis/dashboard/dashboard-packr.go @@ -5,4 +5,4 @@ // and any other packr generated files. package dashboard -import _ "github.com/iotaledger/goshimmer/plugins/analysis/dashboard/packrd" +import _ "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/dashboard/packrd" diff --git a/plugins/analysis/dashboard/fpc_livefeed.go b/plugins/analysis/dashboard/fpc_livefeed.go index baef08059b93a453c9ce667afa688526cd0cea81..aa8e2b219fdbd25e8bb7eb0133f600abee358ce9 100644 --- a/plugins/analysis/dashboard/fpc_livefeed.go +++ b/plugins/analysis/dashboard/fpc_livefeed.go @@ -5,12 +5,12 @@ import ( "time" "github.com/gorilla/websocket" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" - analysis "github.com/iotaledger/goshimmer/plugins/analysis/server" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" + analysis "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/server" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/workerpool" diff --git a/plugins/analysis/dashboard/fpc_livefeed_test.go b/plugins/analysis/dashboard/fpc_livefeed_test.go index 633c82710689c9514fc54d3b1144f497892c0e4c..017d92dc4e01d3a3bc9df88dd24873fe30185414 100644 --- a/plugins/analysis/dashboard/fpc_livefeed_test.go +++ b/plugins/analysis/dashboard/fpc_livefeed_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" - analysisserver "github.com/iotaledger/goshimmer/plugins/analysis/server" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" + analysisserver "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/server" "github.com/stretchr/testify/require" ) diff --git a/plugins/analysis/dashboard/fpc_storage.go b/plugins/analysis/dashboard/fpc_storage.go index 66506742d89d6f184630889b3fd40a5561acde25..2244c18d55abced456281232d401124a30ba9d95 100644 --- a/plugins/analysis/dashboard/fpc_storage.go +++ b/plugins/analysis/dashboard/fpc_storage.go @@ -5,7 +5,7 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "go.mongodb.org/mongo-driver/bson/primitive" "go.mongodb.org/mongo-driver/mongo" "go.mongodb.org/mongo-driver/mongo/options" diff --git a/plugins/analysis/dashboard/plugin.go b/plugins/analysis/dashboard/plugin.go index 22ff1475bff4f9eaa0a59dc716ebe05170dc9c55..c4a3ae001dee242e98d59b5d5d014f8cbc9b3427 100644 --- a/plugins/analysis/dashboard/plugin.go +++ b/plugins/analysis/dashboard/plugin.go @@ -6,8 +6,8 @@ import ( "net/http" "time" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" diff --git a/plugins/analysis/dashboard/routes.go b/plugins/analysis/dashboard/routes.go index 3ea3edf239a23eb2ffe2a570195dbca1a5597054..19fd33f08e8616ef567db799f044c706bf37bf64 100644 --- a/plugins/analysis/dashboard/routes.go +++ b/plugins/analysis/dashboard/routes.go @@ -7,7 +7,7 @@ import ( "net/http" "github.com/gobuffalo/packr/v2" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/labstack/echo" ) diff --git a/plugins/analysis/dashboard/ws.go b/plugins/analysis/dashboard/ws.go index 29380e0ee3085596f9851bbcc6861b3043445b89..6e8ef6ef9f10dd69d46cc84aaa3ff158af1761b0 100644 --- a/plugins/analysis/dashboard/ws.go +++ b/plugins/analysis/dashboard/ws.go @@ -6,7 +6,7 @@ import ( "time" "github.com/gorilla/websocket" - analysisserver "github.com/iotaledger/goshimmer/plugins/analysis/server" + analysisserver "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/server" "github.com/labstack/echo" ) diff --git a/plugins/analysis/packet/fpc_heartbeat.go b/plugins/analysis/packet/fpc_heartbeat.go index 3870a860f6c5401dbea3aac176e53c25526260a0..d31f1106c8e9f740402d5e79f748039d9f2cfdc1 100644 --- a/plugins/analysis/packet/fpc_heartbeat.go +++ b/plugins/analysis/packet/fpc_heartbeat.go @@ -6,8 +6,8 @@ import ( "encoding/gob" "errors" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/protocol/message" "github.com/iotaledger/hive.go/protocol/tlv" ) diff --git a/plugins/analysis/packet/fpc_heartbeat_test.go b/plugins/analysis/packet/fpc_heartbeat_test.go index 50bd6745282873ee2df531851a8749a3aad3ee93..72812b391f6e2e43cdab2ba2600755bd996a4047 100644 --- a/plugins/analysis/packet/fpc_heartbeat_test.go +++ b/plugins/analysis/packet/fpc_heartbeat_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/protocol/message" "github.com/iotaledger/hive.go/protocol/tlv" "github.com/stretchr/testify/require" diff --git a/plugins/analysis/packet/heartbeat_test.go b/plugins/analysis/packet/heartbeat_test.go index 313cce6aab8feb25fc08a3c056c4f6621031de70..5c9352e879d38dae5b2dae5e3068e7a57df9e858 100644 --- a/plugins/analysis/packet/heartbeat_test.go +++ b/plugins/analysis/packet/heartbeat_test.go @@ -5,7 +5,7 @@ import ( "errors" "testing" - . "github.com/iotaledger/goshimmer/plugins/analysis/packet" + . "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" "github.com/iotaledger/hive.go/protocol/tlv" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/plugins/analysis/packet/metric_heartbeat.go b/plugins/analysis/packet/metric_heartbeat.go index ef2a0f326440106d95240b4deaf346145995db35..51f7f417ab01d5f7707dd7559116d103371b4172 100644 --- a/plugins/analysis/packet/metric_heartbeat.go +++ b/plugins/analysis/packet/metric_heartbeat.go @@ -6,7 +6,7 @@ import ( "encoding/gob" "errors" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/protocol/message" "github.com/iotaledger/hive.go/protocol/tlv" ) diff --git a/plugins/analysis/packet/metric_heartbeat_test.go b/plugins/analysis/packet/metric_heartbeat_test.go index 234241a7c4a3c8d56321b1289bc1241fc6056a25..67a8cd235643de5f3c5cfc476ba6be5ed9eeaf3d 100644 --- a/plugins/analysis/packet/metric_heartbeat_test.go +++ b/plugins/analysis/packet/metric_heartbeat_test.go @@ -6,7 +6,7 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/protocol/message" "github.com/iotaledger/hive.go/protocol/tlv" "github.com/shirou/gopsutil/cpu" diff --git a/plugins/analysis/server/autopeering.go b/plugins/analysis/server/autopeering.go index 2a103353da6d30f385af550d06459ef72e337cfa..f523621f032e25a9eeecc9340bb4a0622ef7ba38 100644 --- a/plugins/analysis/server/autopeering.go +++ b/plugins/analysis/server/autopeering.go @@ -5,9 +5,9 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/graph" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/graph" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/identity" ) diff --git a/plugins/analysis/server/events.go b/plugins/analysis/server/events.go index 35649ec8b024106cc4781ce60622593501631a89..e6ef658ab8497237459f23334703c6480eee851b 100644 --- a/plugins/analysis/server/events.go +++ b/plugins/analysis/server/events.go @@ -1,7 +1,7 @@ package server import ( - "github.com/iotaledger/goshimmer/plugins/analysis/packet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" "github.com/iotaledger/hive.go/events" ) diff --git a/plugins/analysis/server/plugin.go b/plugins/analysis/server/plugin.go index c6a1a7bd21f2fcd3c2962b123bd8ad0c0d94bbe5..b11819cd16668cd03d5bf37d29ae914e3b17e9e2 100644 --- a/plugins/analysis/server/plugin.go +++ b/plugins/analysis/server/plugin.go @@ -8,9 +8,9 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/logger" diff --git a/plugins/autopeering/autopeering.go b/plugins/autopeering/autopeering.go index 4a1db801b0dc52eb3b39c702646afcc2d6813057..76ae4aec39e1a2fbcc0ef606715af89f555c0089 100644 --- a/plugins/autopeering/autopeering.go +++ b/plugins/autopeering/autopeering.go @@ -9,8 +9,8 @@ import ( "strings" "sync" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/autopeering/discover" "github.com/iotaledger/hive.go/autopeering/peer" "github.com/iotaledger/hive.go/autopeering/peer/service" diff --git a/plugins/autopeering/local/local.go b/plugins/autopeering/local/local.go index d3fbdf923cad36b8e5ca204ab56a90f42dd24d94..c568d8cc202cde33b1b2b9566ad80963d7333e8e 100644 --- a/plugins/autopeering/local/local.go +++ b/plugins/autopeering/local/local.go @@ -7,9 +7,9 @@ import ( "strings" "sync" - "github.com/iotaledger/goshimmer/packages/database/prefix" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/database" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/database/prefix" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/database" "github.com/iotaledger/hive.go/autopeering/peer" "github.com/iotaledger/hive.go/autopeering/peer/service" "github.com/iotaledger/hive.go/crypto/ed25519" diff --git a/plugins/autopeering/plugin.go b/plugins/autopeering/plugin.go index 40c31a2bb4af6dbe8c024832348bfcbdf72ec355..d0d69a10bb8005ebd7023a09fe4570b5b50d9314 100644 --- a/plugins/autopeering/plugin.go +++ b/plugins/autopeering/plugin.go @@ -4,7 +4,7 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" "github.com/iotaledger/hive.go/autopeering/discover" "github.com/iotaledger/hive.go/autopeering/selection" "github.com/iotaledger/hive.go/daemon" diff --git a/plugins/cli/plugin.go b/plugins/cli/plugin.go index 168aa3d33482fb6cdf2358ac5176b007c8700ebc..e19ac06180790d80524488a85ee302a77be25807 100644 --- a/plugins/cli/plugin.go +++ b/plugins/cli/plugin.go @@ -5,7 +5,7 @@ import ( "os" "sync" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/node" flag "github.com/spf13/pflag" diff --git a/plugins/dashboard/dashboard-packr.go b/plugins/dashboard/dashboard-packr.go index 173f3779512003421138356e2d11ba97129fae80..70f6fe21e9225b6ff0db4e620cc1f1152eb8d0a2 100644 --- a/plugins/dashboard/dashboard-packr.go +++ b/plugins/dashboard/dashboard-packr.go @@ -5,4 +5,4 @@ // and any other packr generated files. package dashboard -import _ "github.com/iotaledger/goshimmer/plugins/dashboard/packrd" +import _ "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/dashboard/packrd" diff --git a/plugins/dashboard/drng_livefeed.go b/plugins/dashboard/drng_livefeed.go index 01d468efb7ba9958c7ba31f5729f37a6aa46d942..b9b9466fc78ae4194e3067ad1bf41c1ff72ca0c9 100644 --- a/plugins/dashboard/drng_livefeed.go +++ b/plugins/dashboard/drng_livefeed.go @@ -4,9 +4,9 @@ import ( "encoding/hex" "time" - "github.com/iotaledger/goshimmer/packages/binary/drng/state" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/drng" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/state" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/drng" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/workerpool" diff --git a/plugins/dashboard/explorer_routes.go b/plugins/dashboard/explorer_routes.go index cc5cab1715c709e25941b2194d785cd51d91c820..f709bb300c60294bb2a910d94a98f4a84d2df93e 100644 --- a/plugins/dashboard/explorer_routes.go +++ b/plugins/dashboard/explorer_routes.go @@ -4,12 +4,12 @@ import ( "fmt" "net/http" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/tangle" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - "github.com/iotaledger/goshimmer/plugins/webapi/value/utils" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/utils" "github.com/labstack/echo" "github.com/mr-tron/base58/base58" ) diff --git a/plugins/dashboard/faucet_routes.go b/plugins/dashboard/faucet_routes.go index a545fc0d5dd0989f1b9689b9b4acb88ca5c8f7d6..7706e7b6a831eabb933ce4b024f357a8bebced34 100644 --- a/plugins/dashboard/faucet_routes.go +++ b/plugins/dashboard/faucet_routes.go @@ -4,11 +4,11 @@ import ( "net/http" "sync" - "github.com/iotaledger/goshimmer/dapps/faucet" - faucetpayload "github.com/iotaledger/goshimmer/dapps/faucet/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/faucet" + faucetpayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/faucet/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/labstack/echo" "github.com/pkg/errors" diff --git a/plugins/dashboard/livefeed.go b/plugins/dashboard/livefeed.go index 716934ec20c68fe4be304ff9e246fdd042499060..f2e7286504b99d2d29308bbc14c1f3a8b7624e2e 100644 --- a/plugins/dashboard/livefeed.go +++ b/plugins/dashboard/livefeed.go @@ -3,10 +3,10 @@ package dashboard import ( "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tangle" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/workerpool" diff --git a/plugins/dashboard/payload_handler.go b/plugins/dashboard/payload_handler.go index 95c8d19d15da9ca41ca6b39a9edfeb6dd14b471f..9413fa1a2bf30330b6d63d9ec1a9306b72e6b928 100644 --- a/plugins/dashboard/payload_handler.go +++ b/plugins/dashboard/payload_handler.go @@ -1,15 +1,15 @@ package dashboard import ( - faucetpayload "github.com/iotaledger/goshimmer/dapps/faucet/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - valuepayload "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - drngpayload "github.com/iotaledger/goshimmer/packages/binary/drng/payload" - drngheader "github.com/iotaledger/goshimmer/packages/binary/drng/payload/header" - cb "github.com/iotaledger/goshimmer/packages/binary/drng/subtypes/collectiveBeacon/payload" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - syncbeaconpayload "github.com/iotaledger/goshimmer/plugins/syncbeacon/payload" + faucetpayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/faucet/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + valuepayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + drngpayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload" + drngheader "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload/header" + cb "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/subtypes/collectiveBeacon/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + syncbeaconpayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeacon/payload" "github.com/iotaledger/hive.go/marshalutil" ) diff --git a/plugins/dashboard/plugin.go b/plugins/dashboard/plugin.go index 01ef4687442ae1d6b2fbeb2c8b60dcc1c1fb2772..b72e571d129bd07c5aea8546630b0ef172217ef4 100644 --- a/plugins/dashboard/plugin.go +++ b/plugins/dashboard/plugin.go @@ -10,15 +10,15 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/autopeering" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/banner" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/drng" - "github.com/iotaledger/goshimmer/plugins/gossip" - "github.com/iotaledger/goshimmer/plugins/metrics" - "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/drng" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/gossip" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeaconfollower" "github.com/iotaledger/hive.go/autopeering/peer/service" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/daemon" diff --git a/plugins/dashboard/routes.go b/plugins/dashboard/routes.go index 31882e5bbd52faa65ba2c9145e4b8b310aee55c0..ed233cc65eba5b5555adef2d1b0bca2ae7479983 100644 --- a/plugins/dashboard/routes.go +++ b/plugins/dashboard/routes.go @@ -7,7 +7,7 @@ import ( "net/http" "github.com/gobuffalo/packr/v2" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/labstack/echo" ) diff --git a/plugins/dashboard/visualizer.go b/plugins/dashboard/visualizer.go index 7ffdd8667a48ddae7d6843213723d354060776b0..58db95e7b2a04fb85e4555a1089acd1ec2958919 100644 --- a/plugins/dashboard/visualizer.go +++ b/plugins/dashboard/visualizer.go @@ -1,10 +1,10 @@ package dashboard import ( - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tangle" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/workerpool" diff --git a/plugins/dashboard/ws.go b/plugins/dashboard/ws.go index 3288d77d6429b7429f19ea88efac0fdb25b77512..d751d69566592fd3cce94d6c2b41ed9e8b433f61 100644 --- a/plugins/dashboard/ws.go +++ b/plugins/dashboard/ws.go @@ -6,9 +6,9 @@ import ( "time" "github.com/gorilla/websocket" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - "github.com/iotaledger/goshimmer/plugins/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/workerpool" diff --git a/plugins/database/health.go b/plugins/database/health.go index af6a4770c9261245a2535a7f9f25798be046f2df..b7a67a00229e8f3b7a85fd48ee0a32252901ec66 100644 --- a/plugins/database/health.go +++ b/plugins/database/health.go @@ -4,7 +4,7 @@ import ( "errors" "fmt" - "github.com/iotaledger/goshimmer/packages/database/prefix" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/database/prefix" "github.com/iotaledger/hive.go/kvstore" ) diff --git a/plugins/database/plugin.go b/plugins/database/plugin.go index 4e82ec6722136edd20e6d665f57cf915d2dd2538..a793331e2b8cb6a37dfdfba59279c7ea7dfbe6c4 100644 --- a/plugins/database/plugin.go +++ b/plugins/database/plugin.go @@ -7,9 +7,9 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/database" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/database" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/kvstore" "github.com/iotaledger/hive.go/logger" diff --git a/plugins/drng/drng.go b/plugins/drng/drng.go index 6bfebe7c3486544bf9eeef52a1759046d7a71898..4a260f7c06820f0ecb8614501fae160c4aaf1ac0 100644 --- a/plugins/drng/drng.go +++ b/plugins/drng/drng.go @@ -5,10 +5,10 @@ import ( "errors" "fmt" - "github.com/iotaledger/goshimmer/packages/binary/drng" - "github.com/iotaledger/goshimmer/packages/binary/drng/state" - cbPayload "github.com/iotaledger/goshimmer/packages/binary/drng/subtypes/collectiveBeacon/payload" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/state" + cbPayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/subtypes/collectiveBeacon/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/logger" "github.com/mr-tron/base58/base58" diff --git a/plugins/drng/plugin.go b/plugins/drng/plugin.go index 55deeafbf8c9f7063673bb3421ab00ec53509db5..c3bb7769f2eb406bdf4d39486e5f4edd93ca3299 100644 --- a/plugins/drng/plugin.go +++ b/plugins/drng/plugin.go @@ -3,12 +3,12 @@ package drng import ( "sync" - "github.com/iotaledger/goshimmer/packages/binary/drng" - "github.com/iotaledger/goshimmer/packages/binary/drng/payload" - "github.com/iotaledger/goshimmer/packages/binary/drng/payload/header" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tangle" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload/header" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/marshalutil" diff --git a/plugins/gossip/gossip.go b/plugins/gossip/gossip.go index 8db0d74ff607b7cdfa1d6a5c245c45b1c01dcf0d..a43bcc32f91126ba813417719d40b5adaf09f01a 100644 --- a/plugins/gossip/gossip.go +++ b/plugins/gossip/gossip.go @@ -6,13 +6,13 @@ import ( "strconv" "sync" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/gossip" - "github.com/iotaledger/goshimmer/packages/gossip/server" - "github.com/iotaledger/goshimmer/plugins/autopeering" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/gossip" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/gossip/server" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/autopeering/peer/service" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/netutil" diff --git a/plugins/gossip/plugin.go b/plugins/gossip/plugin.go index b1b559338379ac1425e68c298b5b00fa48d9a0f0..536e3bb903f1a69faf21ae0cc954720434a818c5 100644 --- a/plugins/gossip/plugin.go +++ b/plugins/gossip/plugin.go @@ -4,13 +4,13 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tangle" - "github.com/iotaledger/goshimmer/packages/gossip" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/autopeering" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/gossip" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/autopeering/peer" "github.com/iotaledger/hive.go/autopeering/selection" "github.com/iotaledger/hive.go/daemon" diff --git a/plugins/gossip/tips_broadcaster.go b/plugins/gossip/tips_broadcaster.go index caff47df0e984f1ee31c2145f98465ed8052127e..d286b6e1e33731517abfc01230e45b8d7b5a1fbb 100644 --- a/plugins/gossip/tips_broadcaster.go +++ b/plugins/gossip/tips_broadcaster.go @@ -4,8 +4,8 @@ import ( "container/list" "sync" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/timeutil" ) diff --git a/plugins/gracefulshutdown/plugin.go b/plugins/gracefulshutdown/plugin.go index b191f7e3f4ff6e0bc32386119a6f1d9ceb4fd5e1..706ac7352299587328d14f7afb6c31f095919cc0 100644 --- a/plugins/gracefulshutdown/plugin.go +++ b/plugins/gracefulshutdown/plugin.go @@ -9,7 +9,7 @@ import ( "syscall" "time" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" diff --git a/plugins/issuer/plugin.go b/plugins/issuer/plugin.go index 11c01ec60114f620503053d5d6b28404a0ea3389..79012d9b9846eab0f9c9db2da132824821f8f084 100644 --- a/plugins/issuer/plugin.go +++ b/plugins/issuer/plugin.go @@ -4,10 +4,10 @@ import ( "fmt" goSync "sync" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeaconfollower" "github.com/iotaledger/hive.go/node" ) diff --git a/plugins/logger/plugin.go b/plugins/logger/plugin.go index f05107bf69ebcd13e299c564583755d3d29cb785..eb11dd1f2248d49059854d86c8d3b7ddf4fd64e7 100644 --- a/plugins/logger/plugin.go +++ b/plugins/logger/plugin.go @@ -3,7 +3,7 @@ package logger import ( "sync" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" diff --git a/plugins/messagelayer/plugin.go b/plugins/messagelayer/plugin.go index 464e38e4662be277d7bdc5322d2550cb170d09b2..d1dcd537ba706c1c205f328cf1c59b743b768598 100644 --- a/plugins/messagelayer/plugin.go +++ b/plugins/messagelayer/plugin.go @@ -3,15 +3,15 @@ package messagelayer import ( "sync" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/messagefactory" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/messageparser" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/messagerequester" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tangle" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tipselector" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/database" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/messagefactory" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/messageparser" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/messagerequester" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tipselector" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/database" "github.com/iotaledger/hive.go/autopeering/peer" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" diff --git a/plugins/metrics/autopeering.go b/plugins/metrics/autopeering.go index 7a20ac62cd59a8de6483da83eaa86a03a8e22306..07d0e40b9199dd2f15ae461fc5b20b56f9e8a48e 100644 --- a/plugins/metrics/autopeering.go +++ b/plugins/metrics/autopeering.go @@ -4,7 +4,7 @@ import ( "sync" "time" - gossipPkg "github.com/iotaledger/goshimmer/packages/gossip" + gossipPkg "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/gossip" "github.com/iotaledger/hive.go/autopeering/selection" "github.com/iotaledger/hive.go/events" "go.uber.org/atomic" diff --git a/plugins/metrics/fpc.go b/plugins/metrics/fpc.go index 3373175208245a707efdc6d31bf0c76b596272c9..44d038ecd9ca02057e45eb63595564cbcbe86791 100644 --- a/plugins/metrics/fpc.go +++ b/plugins/metrics/fpc.go @@ -1,8 +1,8 @@ package metrics import ( - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" "github.com/iotaledger/hive.go/syncutils" "go.uber.org/atomic" ) diff --git a/plugins/metrics/fpc_test.go b/plugins/metrics/fpc_test.go index 65b0752f991871a7a00a04d0691155b83605da6a..b18efb15523837322690692d7ae8ed0b958ba2d3 100644 --- a/plugins/metrics/fpc_test.go +++ b/plugins/metrics/fpc_test.go @@ -3,8 +3,8 @@ package metrics import ( "testing" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" "github.com/magiconair/properties/assert" ) diff --git a/plugins/metrics/global_metrics.go b/plugins/metrics/global_metrics.go index 80e32fddfa4723b21594fbe88d452cbf7111408d..5e843cba85f1cf61edb9bfdc853fb890012c124a 100644 --- a/plugins/metrics/global_metrics.go +++ b/plugins/metrics/global_metrics.go @@ -3,9 +3,9 @@ package metrics import ( "sync" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" - analysisserver "github.com/iotaledger/goshimmer/plugins/analysis/server" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" + analysisserver "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/server" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/identity" "go.uber.org/atomic" diff --git a/plugins/metrics/message.go b/plugins/metrics/message.go index e904172876d5b140baeda89ad954738b67d8cea7..bf0ad0683eeedae599251ee76c01908d3a3caf40 100644 --- a/plugins/metrics/message.go +++ b/plugins/metrics/message.go @@ -3,9 +3,9 @@ package metrics import ( "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/syncutils" "go.uber.org/atomic" ) diff --git a/plugins/metrics/message_test.go b/plugins/metrics/message_test.go index 500322be1921695aba417558f7cff6c23685d9c8..0ab31dfa8f0698eb5b22de6c6bedfa1818fd1b8f 100644 --- a/plugins/metrics/message_test.go +++ b/plugins/metrics/message_test.go @@ -4,11 +4,11 @@ import ( "sync" "testing" - valuepayload "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - drngpayload "github.com/iotaledger/goshimmer/packages/binary/drng/payload" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + valuepayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + drngpayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/events" "github.com/magiconair/properties/assert" ) diff --git a/plugins/metrics/network.go b/plugins/metrics/network.go index 3a741d5b2ab47f1f2c3226b2ddaeab6e4733d1c8..2b05deaeb410f860bf0164cfb6d1001d0ecbc037 100644 --- a/plugins/metrics/network.go +++ b/plugins/metrics/network.go @@ -1,7 +1,7 @@ package metrics import ( - "github.com/iotaledger/goshimmer/plugins/gossip" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/gossip" "github.com/iotaledger/hive.go/identity" "go.uber.org/atomic" ) diff --git a/plugins/metrics/plugin.go b/plugins/metrics/plugin.go index 3166edc6ef40de85bb4d4a4cae0a7c27310849c2..7eb0069c8c84c821d33ca95974ef10eda7366ee4 100644 --- a/plugins/metrics/plugin.go +++ b/plugins/metrics/plugin.go @@ -4,19 +4,19 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - valuetangle "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/tangle" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tangle" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/plugins/analysis/server" - "github.com/iotaledger/goshimmer/plugins/autopeering" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/gossip" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + valuetangle "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/server" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/gossip" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/logger" diff --git a/plugins/metrics/process.go b/plugins/metrics/process.go index 9a058a2729b6319e69f7dfaf758f8e75d67055ea..7aad185898c6bbfd2a1e3b30cc27908d2a488af8 100644 --- a/plugins/metrics/process.go +++ b/plugins/metrics/process.go @@ -4,7 +4,7 @@ import ( "runtime" "time" - "github.com/iotaledger/goshimmer/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" "github.com/shirou/gopsutil/cpu" "go.uber.org/atomic" ) diff --git a/plugins/metrics/process_test.go b/plugins/metrics/process_test.go index bd396f0c2eacecdee1ccd653961f50529fef39cd..ae605c30adcc44e06aa3b0e50b9095eb8710489f 100644 --- a/plugins/metrics/process_test.go +++ b/plugins/metrics/process_test.go @@ -4,7 +4,7 @@ import ( "sync" "testing" - "github.com/iotaledger/goshimmer/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" "github.com/iotaledger/hive.go/events" "github.com/stretchr/testify/assert" ) diff --git a/plugins/metrics/sync.go b/plugins/metrics/sync.go index 549522cd0edc9c0827cec45c9be5f5d9743f0e54..27cc7cd3f121426fb6bb9898b3c96be284e4497f 100644 --- a/plugins/metrics/sync.go +++ b/plugins/metrics/sync.go @@ -1,8 +1,8 @@ package metrics import ( - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeaconfollower" "go.uber.org/atomic" ) diff --git a/plugins/metrics/sync_test.go b/plugins/metrics/sync_test.go index 38d23ca6e1094f682f500c90e793a33317adae7a..6b0383e45f1f216717700a72d6330d0083322af4 100644 --- a/plugins/metrics/sync_test.go +++ b/plugins/metrics/sync_test.go @@ -4,7 +4,7 @@ import ( "sync" "testing" - "github.com/iotaledger/goshimmer/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" "github.com/iotaledger/hive.go/events" "github.com/stretchr/testify/assert" ) diff --git a/plugins/metrics/value.go b/plugins/metrics/value.go index 2a9d5c00e0f449210bbede24ddd10a894053a869..dccf6413fbbc18a5e3c981b00979086d236f8f18 100644 --- a/plugins/metrics/value.go +++ b/plugins/metrics/value.go @@ -1,8 +1,8 @@ package metrics import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" "go.uber.org/atomic" ) diff --git a/plugins/metrics/value_test.go b/plugins/metrics/value_test.go index 1a67b480a8f14939d9d25cbd7ee59c3a5aced6a1..5cd2a2144a50cee7c7f5fa6c174df0445a75982f 100644 --- a/plugins/metrics/value_test.go +++ b/plugins/metrics/value_test.go @@ -4,7 +4,7 @@ import ( "sync" "testing" - "github.com/iotaledger/goshimmer/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" "github.com/iotaledger/hive.go/events" diff --git a/plugins/portcheck/plugin.go b/plugins/portcheck/plugin.go index e1c7530629a779c4e8caf283160b6ad0987ef2d3..6a1aab139d1faac63a930f29f509297a1e8fc0ce 100644 --- a/plugins/portcheck/plugin.go +++ b/plugins/portcheck/plugin.go @@ -4,9 +4,9 @@ import ( "net" "sync" - "github.com/iotaledger/goshimmer/plugins/autopeering" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/autopeering/discover" "github.com/iotaledger/hive.go/autopeering/peer/service" "github.com/iotaledger/hive.go/autopeering/server" diff --git a/plugins/pow/plugin.go b/plugins/pow/plugin.go index d8056d6dc213d5ae053b483a43a19886fff8eb35..eae20a303bf5ce4a82f212eae427c0b0113af117 100644 --- a/plugins/pow/plugin.go +++ b/plugins/pow/plugin.go @@ -1,9 +1,9 @@ package pow import ( - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/messagefactory" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/messageparser/builtinfilters" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/messagefactory" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/messageparser/builtinfilters" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" ) diff --git a/plugins/pow/pow.go b/plugins/pow/pow.go index 69207f5b6792ae48585dcaa3c81e3cd0d6ba7225..99b2378907a0d81be2f10084370e0375ba243cf2 100644 --- a/plugins/pow/pow.go +++ b/plugins/pow/pow.go @@ -8,8 +8,8 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/pow" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/pow" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/logger" _ "golang.org/x/crypto/blake2b" // required by crypto.BLAKE2b_512 ) diff --git a/plugins/profiling/plugin.go b/plugins/profiling/plugin.go index 4035e2df98bec4c8fb0eb3b51a900f6d69a1a1de..f9a64d49a3c08b3fb000173ca1670d867b15410d 100644 --- a/plugins/profiling/plugin.go +++ b/plugins/profiling/plugin.go @@ -8,7 +8,7 @@ import ( // import required to profile _ "net/http/pprof" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" flag "github.com/spf13/pflag" diff --git a/plugins/prometheus/autopeering.go b/plugins/prometheus/autopeering.go index 5d38aa8444c689f061dec4cce1360de8f1dbdac3..41d9872b15a56dd9c0395be1995d9d4b057797f9 100644 --- a/plugins/prometheus/autopeering.go +++ b/plugins/prometheus/autopeering.go @@ -1,7 +1,7 @@ package prometheus import ( - "github.com/iotaledger/goshimmer/plugins/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" "github.com/prometheus/client_golang/prometheus" ) diff --git a/plugins/prometheus/db_size.go b/plugins/prometheus/db_size.go index df6e1372ed97805b0c1a22d3c72d37608ff3eab9..85e74cb306d1887dec885572e2e2d9a26649f3ff 100644 --- a/plugins/prometheus/db_size.go +++ b/plugins/prometheus/db_size.go @@ -4,8 +4,8 @@ import ( "os" "path/filepath" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/database" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/database" "github.com/prometheus/client_golang/prometheus" ) diff --git a/plugins/prometheus/fpc.go b/plugins/prometheus/fpc.go index a8fbe667c011da1115e02c342fe3777d767ab1a5..538899a5a67b014c2a8c1f3a59808b56f8e8939d 100644 --- a/plugins/prometheus/fpc.go +++ b/plugins/prometheus/fpc.go @@ -1,7 +1,7 @@ package prometheus import ( - "github.com/iotaledger/goshimmer/plugins/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" "github.com/prometheus/client_golang/prometheus" ) diff --git a/plugins/prometheus/global_metrics.go b/plugins/prometheus/global_metrics.go index 6767a5cc8268d7615de99e7c9cbaed70a2f6019c..4a5616c5abd8bdcf2f21cf10d75d90de03a3c4b8 100644 --- a/plugins/prometheus/global_metrics.go +++ b/plugins/prometheus/global_metrics.go @@ -3,11 +3,11 @@ package prometheus import ( "strconv" - metricspkg "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/packages/vote" - analysisserver "github.com/iotaledger/goshimmer/plugins/analysis/server" - "github.com/iotaledger/goshimmer/plugins/banner" - "github.com/iotaledger/goshimmer/plugins/metrics" + metricspkg "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + analysisserver "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/server" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" "github.com/iotaledger/hive.go/events" "github.com/prometheus/client_golang/prometheus" ) diff --git a/plugins/prometheus/info.go b/plugins/prometheus/info.go index 43b99e8dea80772e64f8bb7f94717ab03bbb90a7..6903043fe2201e8c58a9cd2614abcc69797b36d3 100644 --- a/plugins/prometheus/info.go +++ b/plugins/prometheus/info.go @@ -1,8 +1,8 @@ package prometheus import ( - "github.com/iotaledger/goshimmer/plugins/banner" - "github.com/iotaledger/goshimmer/plugins/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" "github.com/prometheus/client_golang/prometheus" ) diff --git a/plugins/prometheus/network.go b/plugins/prometheus/network.go index b0f46f6858fc22d3243e23973b0fc3710648e691..478c41150dac4e27a30684acaeaf4786b0f782f2 100644 --- a/plugins/prometheus/network.go +++ b/plugins/prometheus/network.go @@ -1,8 +1,8 @@ package prometheus import ( - "github.com/iotaledger/goshimmer/plugins/autopeering" - "github.com/iotaledger/goshimmer/plugins/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" "github.com/prometheus/client_golang/prometheus" ) diff --git a/plugins/prometheus/plugin.go b/plugins/prometheus/plugin.go index 1a612d8700318c883c42bdadd21a56334a478be6..490d93077bb2b892be8b0f91d4f7975bac83e13f 100644 --- a/plugins/prometheus/plugin.go +++ b/plugins/prometheus/plugin.go @@ -6,9 +6,9 @@ import ( "time" "github.com/gin-gonic/gin" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" diff --git a/plugins/prometheus/process.go b/plugins/prometheus/process.go index 05ea6542aa97523b2f748fab3241f43dfae4fa50..54cd8b8ea0b1c0901a3a08e9813a2e38fbedf6ad 100644 --- a/plugins/prometheus/process.go +++ b/plugins/prometheus/process.go @@ -1,7 +1,7 @@ package prometheus import ( - "github.com/iotaledger/goshimmer/plugins/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" "github.com/prometheus/client_golang/prometheus" ) diff --git a/plugins/prometheus/tangle.go b/plugins/prometheus/tangle.go index 710611795bb60890ff2898bc2d8113bf8605a45c..2f340cb40c8570cb1159037ce012edf6f2ca4543 100644 --- a/plugins/prometheus/tangle.go +++ b/plugins/prometheus/tangle.go @@ -1,8 +1,8 @@ package prometheus import ( - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/plugins/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" "github.com/prometheus/client_golang/prometheus" ) diff --git a/plugins/prometheus/workerpool.go b/plugins/prometheus/workerpool.go index 7bca48993451a702586e7f9169a56d80fea18c52..4077a0dcfc46b61182ece318316c4e1509285298 100644 --- a/plugins/prometheus/workerpool.go +++ b/plugins/prometheus/workerpool.go @@ -1,8 +1,8 @@ package prometheus import ( - "github.com/iotaledger/goshimmer/plugins/gossip" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/gossip" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/prometheus/client_golang/prometheus" ) diff --git a/plugins/remotelog/plugin.go b/plugins/remotelog/plugin.go index a7018f70d305b617cf569ea5e70c5c1700fbd692..9f49efb6d04dce134dea8241b8ac246b455bae26 100644 --- a/plugins/remotelog/plugin.go +++ b/plugins/remotelog/plugin.go @@ -11,10 +11,10 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/banner" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/logger" diff --git a/plugins/syncbeacon/payload/payload.go b/plugins/syncbeacon/payload/payload.go index 297e20635851c83c6faf782c7d0703138b0d7262..2f4676e9faac68779d4e1ad59edc2642a919b27d 100644 --- a/plugins/syncbeacon/payload/payload.go +++ b/plugins/syncbeacon/payload/payload.go @@ -1,7 +1,7 @@ package payload import ( - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/stringify" ) diff --git a/plugins/syncbeacon/plugin.go b/plugins/syncbeacon/plugin.go index 3461ff403d68a6842f48b70a8e411e394963efd8..6ee55164d02568361f93efadba0c6bf218ba80e5 100644 --- a/plugins/syncbeacon/plugin.go +++ b/plugins/syncbeacon/plugin.go @@ -4,12 +4,12 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/issuer" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - "github.com/iotaledger/goshimmer/plugins/syncbeacon/payload" - "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeacon/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeaconfollower" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" diff --git a/plugins/syncbeaconfollower/plugin.go b/plugins/syncbeaconfollower/plugin.go index 3aa3a9e43aa8468ea361f7700b80d2997a735847..28bb32f6986b37361e68c96d5fcf48c5ef54c88e 100644 --- a/plugins/syncbeaconfollower/plugin.go +++ b/plugins/syncbeaconfollower/plugin.go @@ -5,12 +5,12 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tangle" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - syncbeacon_payload "github.com/iotaledger/goshimmer/plugins/syncbeacon/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + syncbeacon_payload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeacon/payload" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" diff --git a/plugins/webapi/autopeering/plugin.go b/plugins/webapi/autopeering/plugin.go index 512a5c25d0f7b419b00dfe08b4360d1ae03566b4..8acfcd21c3448de50f070c2ff37c31c6658e5bc4 100644 --- a/plugins/webapi/autopeering/plugin.go +++ b/plugins/webapi/autopeering/plugin.go @@ -6,8 +6,8 @@ import ( "strconv" "sync" - "github.com/iotaledger/goshimmer/plugins/autopeering" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/iotaledger/hive.go/autopeering/peer" "github.com/iotaledger/hive.go/autopeering/peer/service" "github.com/iotaledger/hive.go/node" diff --git a/plugins/webapi/data/plugin.go b/plugins/webapi/data/plugin.go index 04258ba7497706d48811f6c29a1d1ae0a7b9825e..35e50c8d8f0c30083ff2656592a2562dcb918041 100644 --- a/plugins/webapi/data/plugin.go +++ b/plugins/webapi/data/plugin.go @@ -4,9 +4,9 @@ import ( "net/http" "sync" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/plugins/issuer" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" "github.com/labstack/echo" diff --git a/plugins/webapi/drng/collectivebeacon/handler.go b/plugins/webapi/drng/collectivebeacon/handler.go index 3c21953c861e2b7ef011a772633d2b601a615b2b..fe2dfc1962ea8f073d5fb5e579b279a10f0487b7 100644 --- a/plugins/webapi/drng/collectivebeacon/handler.go +++ b/plugins/webapi/drng/collectivebeacon/handler.go @@ -3,8 +3,8 @@ package collectivebeacon import ( "net/http" - "github.com/iotaledger/goshimmer/packages/binary/drng/subtypes/collectiveBeacon/payload" - "github.com/iotaledger/goshimmer/plugins/issuer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/subtypes/collectiveBeacon/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" "github.com/iotaledger/hive.go/marshalutil" "github.com/labstack/echo" "github.com/labstack/gommon/log" diff --git a/plugins/webapi/drng/info/committee/handler.go b/plugins/webapi/drng/info/committee/handler.go index cc46699296f755ab7ccb1403e5600f1afc95a1dd..046aaaf2264bd15bb16b707380b7993c8c39028e 100644 --- a/plugins/webapi/drng/info/committee/handler.go +++ b/plugins/webapi/drng/info/committee/handler.go @@ -3,7 +3,7 @@ package committee import ( "net/http" - "github.com/iotaledger/goshimmer/plugins/drng" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/drng" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/labstack/echo" ) diff --git a/plugins/webapi/drng/info/randomness/handler.go b/plugins/webapi/drng/info/randomness/handler.go index 7f8c12a34981867cf6b7f4d3cd966a135952c7df..51426fee12c3f5649d330fa5613325c7297216f5 100644 --- a/plugins/webapi/drng/info/randomness/handler.go +++ b/plugins/webapi/drng/info/randomness/handler.go @@ -4,7 +4,7 @@ import ( "net/http" "time" - "github.com/iotaledger/goshimmer/plugins/drng" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/drng" "github.com/labstack/echo" ) diff --git a/plugins/webapi/drng/plugin.go b/plugins/webapi/drng/plugin.go index ccbcc152f9c919acbe08c019e1d630ffd64f6668..931cba8392fe68df7bfd7e6be8ec7fb04cfc5633 100644 --- a/plugins/webapi/drng/plugin.go +++ b/plugins/webapi/drng/plugin.go @@ -3,10 +3,10 @@ package drng import ( "sync" - "github.com/iotaledger/goshimmer/plugins/webapi" - "github.com/iotaledger/goshimmer/plugins/webapi/drng/collectivebeacon" - "github.com/iotaledger/goshimmer/plugins/webapi/drng/info/committee" - "github.com/iotaledger/goshimmer/plugins/webapi/drng/info/randomness" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/drng/collectivebeacon" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/drng/info/committee" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/drng/info/randomness" "github.com/iotaledger/hive.go/node" ) diff --git a/plugins/webapi/faucet/plugin.go b/plugins/webapi/faucet/plugin.go index 0000eb64fd134d006c232a7e94fbf139567cd9d3..40ee54f8eebdf105a3b4a664e0b138658c667fc8 100644 --- a/plugins/webapi/faucet/plugin.go +++ b/plugins/webapi/faucet/plugin.go @@ -5,12 +5,12 @@ import ( "net/http" goSync "sync" - "github.com/iotaledger/goshimmer/dapps/faucet" - faucetpayload "github.com/iotaledger/goshimmer/dapps/faucet/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/faucet" + faucetpayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/faucet/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" "github.com/labstack/echo" diff --git a/plugins/webapi/healthz/plugin.go b/plugins/webapi/healthz/plugin.go index 51e9e478f581fde294b17655cec46d6694620e40..61ead75b138a4537548098675707b22cdbcda295 100644 --- a/plugins/webapi/healthz/plugin.go +++ b/plugins/webapi/healthz/plugin.go @@ -4,9 +4,9 @@ import ( "net/http" goSync "sync" - "github.com/iotaledger/goshimmer/plugins/gossip" - "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/gossip" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeaconfollower" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/iotaledger/hive.go/node" "github.com/labstack/echo" ) diff --git a/plugins/webapi/info/plugin.go b/plugins/webapi/info/plugin.go index 7125b37417fc4073d726ebc3233063b316b6074d..1290cb707cdf1f8c2f7357ad93a2973e470e089d 100644 --- a/plugins/webapi/info/plugin.go +++ b/plugins/webapi/info/plugin.go @@ -5,11 +5,11 @@ import ( "sort" goSync "sync" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/banner" - "github.com/iotaledger/goshimmer/plugins/metrics" - "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeaconfollower" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/iotaledger/hive.go/node" "github.com/labstack/echo" ) diff --git a/plugins/webapi/message/plugin.go b/plugins/webapi/message/plugin.go index c65b6c3e4409e2c15bc6d427896552157b25773b..5adf7aedf2915a24eb3b8fc716123a21f873e9c8 100644 --- a/plugins/webapi/message/plugin.go +++ b/plugins/webapi/message/plugin.go @@ -4,9 +4,9 @@ import ( "net/http" "sync" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" "github.com/labstack/echo" diff --git a/plugins/webapi/message/sendPayload.go b/plugins/webapi/message/sendPayload.go index cffc572be8a36141ec6f2086edcb1d1d4ec26a3d..6ee0633be8f3d82fa1b2f55f9311f8e81ca4c6de 100644 --- a/plugins/webapi/message/sendPayload.go +++ b/plugins/webapi/message/sendPayload.go @@ -3,8 +3,8 @@ package message import ( "net/http" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/plugins/issuer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" "github.com/labstack/echo" ) diff --git a/plugins/webapi/plugin.go b/plugins/webapi/plugin.go index d96f0fe1c68ab6f3c1ec655b652e4c652779a7f8..1b9ce4b4358e9ec05a1a2b084e89d1c61aa44f32 100644 --- a/plugins/webapi/plugin.go +++ b/plugins/webapi/plugin.go @@ -7,8 +7,8 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" diff --git a/plugins/webapi/spammer/plugin.go b/plugins/webapi/spammer/plugin.go index 80a540d1d48755a58454a38d9eb4ea931c051c34..d369eeea32e84f4dfc5866ecbc9a62e71e983f8a 100644 --- a/plugins/webapi/spammer/plugin.go +++ b/plugins/webapi/spammer/plugin.go @@ -3,10 +3,10 @@ package spammer import ( "sync" - "github.com/iotaledger/goshimmer/packages/binary/spammer" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/issuer" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/spammer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" diff --git a/plugins/webapi/tools/plugin.go b/plugins/webapi/tools/plugin.go index 01be7ca29db944227e748b9d07d5878ac08fc36d..579de42796bccf9c19cf563a2ad3f1620e7bcdf1 100644 --- a/plugins/webapi/tools/plugin.go +++ b/plugins/webapi/tools/plugin.go @@ -6,9 +6,9 @@ import ( "net/http" "sync" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" "github.com/labstack/echo" diff --git a/plugins/webapi/value/attachments/handler.go b/plugins/webapi/value/attachments/handler.go index 973ec5e87f7ae01ba4621969e8677982b02db77d..21d09d27ac2ccad6931c2f3d5ab8c4309842aee7 100644 --- a/plugins/webapi/value/attachments/handler.go +++ b/plugins/webapi/value/attachments/handler.go @@ -3,9 +3,9 @@ package attachments import ( "net/http" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/plugins/webapi/value/utils" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/utils" "github.com/labstack/echo" "github.com/labstack/gommon/log" ) diff --git a/plugins/webapi/value/gettransactionbyid/handler.go b/plugins/webapi/value/gettransactionbyid/handler.go index 769c9dda5ed8f4eaf68185679c3755f8cc90be9f..91654f5d502a1364ad9c2d766bf908527bb0ce57 100644 --- a/plugins/webapi/value/gettransactionbyid/handler.go +++ b/plugins/webapi/value/gettransactionbyid/handler.go @@ -3,9 +3,9 @@ package gettransactionbyid import ( "net/http" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/plugins/webapi/value/utils" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/utils" "github.com/labstack/echo" ) diff --git a/plugins/webapi/value/plugin.go b/plugins/webapi/value/plugin.go index f9f8a4ca4169943fb4a50ece68ba5738fac0809f..a1eb8a2c6d8cf9b28c8c6d928e81b0ade41dadcf 100644 --- a/plugins/webapi/value/plugin.go +++ b/plugins/webapi/value/plugin.go @@ -3,13 +3,13 @@ package value import ( "sync" - "github.com/iotaledger/goshimmer/plugins/webapi" - "github.com/iotaledger/goshimmer/plugins/webapi/value/attachments" - "github.com/iotaledger/goshimmer/plugins/webapi/value/gettransactionbyid" - "github.com/iotaledger/goshimmer/plugins/webapi/value/sendtransaction" - "github.com/iotaledger/goshimmer/plugins/webapi/value/sendtransactionbyjson" - "github.com/iotaledger/goshimmer/plugins/webapi/value/testsendtxn" - "github.com/iotaledger/goshimmer/plugins/webapi/value/unspentoutputs" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/attachments" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/gettransactionbyid" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/sendtransaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/sendtransactionbyjson" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/testsendtxn" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/unspentoutputs" "github.com/iotaledger/hive.go/node" ) diff --git a/plugins/webapi/value/sendtransaction/handler.go b/plugins/webapi/value/sendtransaction/handler.go index 56bc66b2a8c549ae5800a501485e640d7153f640..6cdff4a76aee2a21d89172231733bebe3b259dea 100644 --- a/plugins/webapi/value/sendtransaction/handler.go +++ b/plugins/webapi/value/sendtransaction/handler.go @@ -5,9 +5,9 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/plugins/issuer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" "github.com/labstack/echo" ) diff --git a/plugins/webapi/value/sendtransactionbyjson/handler.go b/plugins/webapi/value/sendtransactionbyjson/handler.go index 5300e48db0f2a219e8236d20df35ae128a7436c9..846b99dc812b7d323ab0476c4a202a4141289d28 100644 --- a/plugins/webapi/value/sendtransactionbyjson/handler.go +++ b/plugins/webapi/value/sendtransactionbyjson/handler.go @@ -6,13 +6,13 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/plugins/issuer" - "github.com/iotaledger/goshimmer/plugins/webapi/value/utils" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/utils" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/marshalutil" "github.com/labstack/echo" diff --git a/plugins/webapi/value/sendtransactionbyjson/transaction_test.go b/plugins/webapi/value/sendtransactionbyjson/transaction_test.go index 7ff143bd70aa9b5dbdc2ac54e7f573c6f6cd9b3a..12afae034ac55855e4eb6a32418f2595740bee11 100644 --- a/plugins/webapi/value/sendtransactionbyjson/transaction_test.go +++ b/plugins/webapi/value/sendtransactionbyjson/transaction_test.go @@ -3,11 +3,11 @@ package sendtransactionbyjson import ( "testing" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/plugins/webapi/value/utils" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/utils" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/mr-tron/base58/base58" "github.com/stretchr/testify/assert" diff --git a/plugins/webapi/value/testsendtxn/handler.go b/plugins/webapi/value/testsendtxn/handler.go index 15b7a7673bb58b16fe452f9d22412e827006f531..b0409481ad4f225184bce510bed145de8a539c55 100644 --- a/plugins/webapi/value/testsendtxn/handler.go +++ b/plugins/webapi/value/testsendtxn/handler.go @@ -3,12 +3,12 @@ package testsendtxn import ( "net/http" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/plugins/issuer" - "github.com/iotaledger/goshimmer/plugins/webapi/value/utils" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/utils" "github.com/labstack/echo" "github.com/labstack/gommon/log" ) diff --git a/plugins/webapi/value/unspentoutputs/handler.go b/plugins/webapi/value/unspentoutputs/handler.go index 1e0f08bb3447ce96ee372a36ae5721730318506a..f90907dd81a3992a469560bf8a5da752cdfcaa5d 100644 --- a/plugins/webapi/value/unspentoutputs/handler.go +++ b/plugins/webapi/value/unspentoutputs/handler.go @@ -3,9 +3,9 @@ package unspentoutputs import ( "net/http" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/plugins/webapi/value/utils" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/utils" "github.com/labstack/echo" "github.com/labstack/gommon/log" ) diff --git a/plugins/webapi/value/utils/transaction_handler.go b/plugins/webapi/value/utils/transaction_handler.go index 9664c52df05f7f9ec2a7c975b9f6fa0ab6cd8fe8..b476cd85a5098f3ebbd6c5e278e560e35f1cef0f 100644 --- a/plugins/webapi/value/utils/transaction_handler.go +++ b/plugins/webapi/value/utils/transaction_handler.go @@ -1,9 +1,9 @@ package utils import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) // ParseTransaction handle transaction json object. diff --git a/plugins/webauth/webauth.go b/plugins/webauth/webauth.go index 25321d29a2864c6ae277dfac83a4652935cd23e2..292506e278ebb7147ecbc93d351e7ee748f62a41 100644 --- a/plugins/webauth/webauth.go +++ b/plugins/webauth/webauth.go @@ -7,8 +7,8 @@ import ( "time" "github.com/dgrijalva/jwt-go" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" "github.com/labstack/echo" diff --git a/tools/cli-wallet/address.go b/tools/cli-wallet/address.go index 2eb7c4b68bd642996df2ea2462b3f16af49c0a3a..150dba6be2412f53e803ba2619a1b83b7a6e69af 100644 --- a/tools/cli-wallet/address.go +++ b/tools/cli-wallet/address.go @@ -6,7 +6,7 @@ import ( "os" "text/tabwriter" - "github.com/iotaledger/goshimmer/client/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" ) func execAddressCommand(command *flag.FlagSet, cliWallet *wallet.Wallet) { diff --git a/tools/cli-wallet/balance.go b/tools/cli-wallet/balance.go index f4244505b6238efc5ae37adcee706ec67cc0d627..2b36e6e09f84956dcb340edb01828a99322785f1 100644 --- a/tools/cli-wallet/balance.go +++ b/tools/cli-wallet/balance.go @@ -6,7 +6,7 @@ import ( "os" "text/tabwriter" - "github.com/iotaledger/goshimmer/client/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" ) func execBalanceCommand(command *flag.FlagSet, cliWallet *wallet.Wallet) { diff --git a/tools/cli-wallet/create_asset.go b/tools/cli-wallet/create_asset.go index ba187b38aaebc73dff435004c16c8adc4761c483..499bf14b874eefb4527ed8b7ee07bcc6afb0a929 100644 --- a/tools/cli-wallet/create_asset.go +++ b/tools/cli-wallet/create_asset.go @@ -6,7 +6,7 @@ import ( "os" "strconv" - "github.com/iotaledger/goshimmer/client/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" ) func execCreateAssetCommand(command *flag.FlagSet, cliWallet *wallet.Wallet) { diff --git a/tools/cli-wallet/lib.go b/tools/cli-wallet/lib.go index 280960954ca593f10d6d25e3bca9cb669737dce7..a8309de028b738dd5a0307c631bd946fa3a19599 100644 --- a/tools/cli-wallet/lib.go +++ b/tools/cli-wallet/lib.go @@ -8,8 +8,8 @@ import ( "path/filepath" "unsafe" - "github.com/iotaledger/goshimmer/client/wallet" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" "github.com/iotaledger/hive.go/bitmask" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/marshalutil" diff --git a/tools/cli-wallet/requestfunds.go b/tools/cli-wallet/requestfunds.go index c392708e412bb3139f1017e8fa26d257f065d633..47216ca2e29bbc5dc73cdf74a43f6571e6a2e1ca 100644 --- a/tools/cli-wallet/requestfunds.go +++ b/tools/cli-wallet/requestfunds.go @@ -5,7 +5,7 @@ import ( "fmt" "os" - "github.com/iotaledger/goshimmer/client/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" ) func execRequestFundsCommand(command *flag.FlagSet, cliWallet *wallet.Wallet) { diff --git a/tools/cli-wallet/sendfunds.go b/tools/cli-wallet/sendfunds.go index 617f70e7d72222273761cb4153c5d64c3e2c796a..920ce6903c9e10a105292ee47946bed2529d7439 100644 --- a/tools/cli-wallet/sendfunds.go +++ b/tools/cli-wallet/sendfunds.go @@ -5,9 +5,9 @@ import ( "fmt" "os" - "github.com/iotaledger/goshimmer/client/wallet" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" "github.com/mr-tron/base58" ) diff --git a/tools/cli-wallet/serverstatus.go b/tools/cli-wallet/serverstatus.go index 573ef0f88cd360482b0e745d37cb3f97066cfa8e..8d9ec0988e74919c9bc989fa07a475633e115972 100644 --- a/tools/cli-wallet/serverstatus.go +++ b/tools/cli-wallet/serverstatus.go @@ -5,7 +5,7 @@ import ( "fmt" "os" - "github.com/iotaledger/goshimmer/client/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" ) func execServerStatusCommand(command *flag.FlagSet, cliWallet *wallet.Wallet) { diff --git a/tools/double-spend/double-spend.go b/tools/double-spend/double-spend.go index 7d7fe4e071ca3c0dd39a30f55ba29df55f282b50..3c05766caf8a867b962adabd6a2ccc478c5e6eef 100644 --- a/tools/double-spend/double-spend.go +++ b/tools/double-spend/double-spend.go @@ -6,13 +6,13 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/client" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - valuepayload "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + valuepayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) func main() { diff --git a/tools/genesis-snapshot/main.go b/tools/genesis-snapshot/main.go index a53c1980bd77cd867e56bb607fe91977016bd5a1..dbad8f227b54294c4692e33355efe62ccf24d593 100644 --- a/tools/genesis-snapshot/main.go +++ b/tools/genesis-snapshot/main.go @@ -4,10 +4,10 @@ import ( "log" "os" - "github.com/iotaledger/goshimmer/client/wallet" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/tangle" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" flag "github.com/spf13/pflag" "github.com/spf13/viper" ) diff --git a/tools/integration-tests/tester/framework/network.go b/tools/integration-tests/tester/framework/network.go index 84c1828be4e22dc749e78e766eb86019e9f4eccb..32ce3033fcef15fe9a6bdf74bd7e95e0bce4168e 100644 --- a/tools/integration-tests/tester/framework/network.go +++ b/tools/integration-tests/tester/framework/network.go @@ -9,7 +9,7 @@ import ( "github.com/docker/docker/api/types" "github.com/docker/docker/client" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/identity" "github.com/mr-tron/base58" diff --git a/tools/integration-tests/tester/framework/peer.go b/tools/integration-tests/tester/framework/peer.go index e3e540aa0d4d2c89a6db9f02eaac516d4d25fff6..603336c8d539ad43f592e1e9d2db9adf70b75c6b 100644 --- a/tools/integration-tests/tester/framework/peer.go +++ b/tools/integration-tests/tester/framework/peer.go @@ -5,9 +5,9 @@ import ( "net/http" "time" - "github.com/iotaledger/goshimmer/client" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - "github.com/iotaledger/goshimmer/plugins/webapi/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/autopeering" "github.com/iotaledger/hive.go/identity" ) diff --git a/tools/integration-tests/tester/tests/autopeering/autopeering_test.go b/tools/integration-tests/tester/tests/autopeering/autopeering_test.go index 9bbb7ec3e6a9717571187c99877eec55249d12d8..6b2389d4672e13285373de03db087ba3d55722eb 100644 --- a/tools/integration-tests/tester/tests/autopeering/autopeering_test.go +++ b/tools/integration-tests/tester/tests/autopeering/autopeering_test.go @@ -3,7 +3,7 @@ package autopeering import ( "testing" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/tests" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/tests" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/tools/integration-tests/tester/tests/autopeering/main_test.go b/tools/integration-tests/tester/tests/autopeering/main_test.go index bcc09c2e53590df061cbff5a2159071d567440f1..8700bf56c19d8f1dd03a6aa2039b55cd9b7f7748 100644 --- a/tools/integration-tests/tester/tests/autopeering/main_test.go +++ b/tools/integration-tests/tester/tests/autopeering/main_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" ) var f *framework.Framework diff --git a/tools/integration-tests/tester/tests/common/common_test.go b/tools/integration-tests/tester/tests/common/common_test.go index 2fe1ea9d20a76ec0f3d9f44a6bd3830987f99eb0..bd3f81f07973e0ed1f3b07c410cf8890b13e57d9 100644 --- a/tools/integration-tests/tester/tests/common/common_test.go +++ b/tools/integration-tests/tester/tests/common/common_test.go @@ -4,8 +4,8 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/tests" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/tests" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/tools/integration-tests/tester/tests/common/main_test.go b/tools/integration-tests/tester/tests/common/main_test.go index cdffe476461e98e312c15ef4dd3f001c67e1faf4..d4cfeedb865cb223122f778038c170f90fa8f693 100644 --- a/tools/integration-tests/tester/tests/common/main_test.go +++ b/tools/integration-tests/tester/tests/common/main_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" ) var f *framework.Framework diff --git a/tools/integration-tests/tester/tests/consensus/consensus_conflicts_test.go b/tools/integration-tests/tester/tests/consensus/consensus_conflicts_test.go index db15a47873f3345ea2d51bc1c34050266b7cf68e..b1745581bada34dd5e2889cb1d8e7721d3dc39af 100644 --- a/tools/integration-tests/tester/tests/consensus/consensus_conflicts_test.go +++ b/tools/integration-tests/tester/tests/consensus/consensus_conflicts_test.go @@ -5,15 +5,15 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" - - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/plugins/webapi/value/utils" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/tests" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" + + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/utils" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/tests" "github.com/mr-tron/base58/base58" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/tools/integration-tests/tester/tests/consensus/consensus_noconflicts_test.go b/tools/integration-tests/tester/tests/consensus/consensus_noconflicts_test.go index efb5bde599bc1ba7228165272f2058c8d9a1c55c..f9a407fc457bbe5130c87842f49846a1cea10ba4 100644 --- a/tools/integration-tests/tester/tests/consensus/consensus_noconflicts_test.go +++ b/tools/integration-tests/tester/tests/consensus/consensus_noconflicts_test.go @@ -6,14 +6,14 @@ import ( "testing" "time" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/plugins/webapi/value/utils" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/tests" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/utils" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/tests" "github.com/mr-tron/base58/base58" "github.com/stretchr/testify/require" ) diff --git a/tools/integration-tests/tester/tests/consensus/main_test.go b/tools/integration-tests/tester/tests/consensus/main_test.go index 422928f9627868376b0610691f0e3ac2f6108636..95448dd3f5900fe42ba46e858f6a78e30997feed 100644 --- a/tools/integration-tests/tester/tests/consensus/main_test.go +++ b/tools/integration-tests/tester/tests/consensus/main_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" ) var f *framework.Framework diff --git a/tools/integration-tests/tester/tests/drng/drng_test.go b/tools/integration-tests/tester/tests/drng/drng_test.go index dea82b0676afece108be3d9dd01a8906b15de0cc..4e40a93af42055dd160f346e713fd09927677d65 100644 --- a/tools/integration-tests/tester/tests/drng/drng_test.go +++ b/tools/integration-tests/tester/tests/drng/drng_test.go @@ -8,8 +8,8 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/tests" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/tests" "github.com/stretchr/testify/require" ) diff --git a/tools/integration-tests/tester/tests/drng/main_test.go b/tools/integration-tests/tester/tests/drng/main_test.go index 27877125211c397ac15776329b7a87ce5cb2c9f9..9db9396fa944da59fe753c167662326b35fa2e95 100644 --- a/tools/integration-tests/tester/tests/drng/main_test.go +++ b/tools/integration-tests/tester/tests/drng/main_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" ) var f *framework.Framework diff --git a/tools/integration-tests/tester/tests/faucet/faucet_test.go b/tools/integration-tests/tester/tests/faucet/faucet_test.go index 7870e202ede127a4a93c83384638b70bd30d6e75..66a5aab7af07730aa250420d0ac88d12ee82cd2f 100644 --- a/tools/integration-tests/tester/tests/faucet/faucet_test.go +++ b/tools/integration-tests/tester/tests/faucet/faucet_test.go @@ -4,9 +4,9 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/tests" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/tests" "github.com/stretchr/testify/require" ) diff --git a/tools/integration-tests/tester/tests/faucet/main_test.go b/tools/integration-tests/tester/tests/faucet/main_test.go index a7f7a9692bfe546a8c4de580dc9a440748b778e0..661c832271930505efc1a5f98ce09fb280618d6e 100644 --- a/tools/integration-tests/tester/tests/faucet/main_test.go +++ b/tools/integration-tests/tester/tests/faucet/main_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" ) var f *framework.Framework diff --git a/tools/integration-tests/tester/tests/message/main_test.go b/tools/integration-tests/tester/tests/message/main_test.go index 4d3e5451fbcbed76b446721062a23f6c515d1dbf..c4e0aedddf274cc172e9d65794090f3852796e40 100644 --- a/tools/integration-tests/tester/tests/message/main_test.go +++ b/tools/integration-tests/tester/tests/message/main_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" ) var f *framework.Framework diff --git a/tools/integration-tests/tester/tests/message/message_test.go b/tools/integration-tests/tester/tests/message/message_test.go index 11315ebb0804713a320a751d923445bf512b2659..9e0c93cfa3e30108f2b42ef619e7c0ce3e69e4d0 100644 --- a/tools/integration-tests/tester/tests/message/message_test.go +++ b/tools/integration-tests/tester/tests/message/message_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/tests" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/tests" "github.com/stretchr/testify/require" ) diff --git a/tools/integration-tests/tester/tests/syncbeacon/main_test.go b/tools/integration-tests/tester/tests/syncbeacon/main_test.go index 721e82efb417c6d108bf2f21b883921ec81ff64b..0d6630d57bb867a9fbbd4116009c4494bbb00c7a 100644 --- a/tools/integration-tests/tester/tests/syncbeacon/main_test.go +++ b/tools/integration-tests/tester/tests/syncbeacon/main_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" ) var f *framework.Framework diff --git a/tools/integration-tests/tester/tests/syncbeacon/syncbeacon_test.go b/tools/integration-tests/tester/tests/syncbeacon/syncbeacon_test.go index fd0bff238d1216d21403a86c8c66261bb044e877..66064ab830984d009b99f63ae05178e0663e5deb 100644 --- a/tools/integration-tests/tester/tests/syncbeacon/syncbeacon_test.go +++ b/tools/integration-tests/tester/tests/syncbeacon/syncbeacon_test.go @@ -6,8 +6,8 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/tests" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/tests" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/tools/integration-tests/tester/tests/testutil.go b/tools/integration-tests/tester/tests/testutil.go index d6b8c98bd62811ec5fd4e86e8b82bd5da0810ae7..8d77169ddfe12e8323e8e06783fa542942afc940 100644 --- a/tools/integration-tests/tester/tests/testutil.go +++ b/tools/integration-tests/tester/tests/testutil.go @@ -9,13 +9,13 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/plugins/webapi/value/utils" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/utils" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" "github.com/iotaledger/hive.go/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/tools/integration-tests/tester/tests/value/main_test.go b/tools/integration-tests/tester/tests/value/main_test.go index f5d00e21e7f402c843a19a25175355c7cead2ab2..4cb5921ec01307beb28b8bb0bbc8b317ab7537fa 100644 --- a/tools/integration-tests/tester/tests/value/main_test.go +++ b/tools/integration-tests/tester/tests/value/main_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" ) var f *framework.Framework diff --git a/tools/integration-tests/tester/tests/value/value_test.go b/tools/integration-tests/tester/tests/value/value_test.go index 316e661d802fa2690db8e37e1277ef7604ab90b3..ac7ca16fe8e795e0104a75c88d05b4802d5b8f8a 100644 --- a/tools/integration-tests/tester/tests/value/value_test.go +++ b/tools/integration-tests/tester/tests/value/value_test.go @@ -4,8 +4,8 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/tests" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/tests" "github.com/stretchr/testify/require" ) diff --git a/tools/rand-address/main.go b/tools/rand-address/main.go index fb4c06c20c51616ca0c9ab8c796ab898d3563f60..faede91b6283746b08a7f0f49d251d23115079e2 100644 --- a/tools/rand-address/main.go +++ b/tools/rand-address/main.go @@ -3,7 +3,7 @@ package main import ( "fmt" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" ) func main() { diff --git a/tools/relay-checker/config.go b/tools/relay-checker/config.go index 5e8d2ed774ba1e3e2a0cd09795c99ccdf7e77197..477b7119320def593d414b883e0fabdf14fd692e 100644 --- a/tools/relay-checker/config.go +++ b/tools/relay-checker/config.go @@ -1,6 +1,6 @@ package main -import "github.com/iotaledger/goshimmer/plugins/config" +import "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" var ( nodes []string diff --git a/tools/relay-checker/main.go b/tools/relay-checker/main.go index 998fda5f212cca982397f988f0857039fefb0dcb..7955fcb37f31b47120cc403b7717cb426cbc284e 100644 --- a/tools/relay-checker/main.go +++ b/tools/relay-checker/main.go @@ -4,9 +4,9 @@ import ( "fmt" "time" - client "github.com/iotaledger/goshimmer/client" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/logger" + client "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/logger" ) func testBroadcastData(api *client.GoShimmerAPI) (string, error) { diff --git a/tools/spammer/main.go b/tools/spammer/main.go index cf6adb0b1fb345e7ae9fc401070efbb09b214bf3..ab54324b4816dff2c3ea597bac02a344e1e3f23b 100644 --- a/tools/spammer/main.go +++ b/tools/spammer/main.go @@ -3,7 +3,7 @@ package main import ( "fmt" - "github.com/iotaledger/goshimmer/client" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client" flag "github.com/spf13/pflag" "github.com/spf13/viper" )