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/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/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 fbbcc66c034d5d6c556cd978dd7c1fb63c2b8556..501a0ead52d97f9e518bf23953fe41c7cec6f995 100644 --- a/dapps/faucet/packages/faucet.go +++ b/dapps/faucet/packages/faucet.go @@ -6,17 +6,17 @@ import ( "sync" "time" - 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/dapps/valuetransfers/packages/wallet" - "github.com/iotaledger/goshimmer/packages/binary/datastructure/orderedmap" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/plugins/issuer" + 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/dapps/valuetransfers/packages/wallet" + "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 60adff59bb18cc52bec8690144c53a0dd2654bb8..dc330c7415df81147e5dbcb50edb0f98050c73b4 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 7f511ac36e2389c3adbae194f11bac2dc901ca36..886c013f38288f5e9997443da6d373bbb772e7ed 100644 --- a/dapps/valuetransfers/packages/tangle/signature_filter_test.go +++ b/dapps/valuetransfers/packages/tangle/signature_filter_test.go @@ -4,17 +4,17 @@ 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/dapps/valuetransfers/packages/wallet" - "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/dapps/valuetransfers/packages/wallet" + "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 7ef8b153864d90fdfebd5034ec22ab676f87f6bb..de4bda26eb50d2148d18e8769a7cf77b2fc264ea 100644 --- a/dapps/valuetransfers/packages/tangle/snapshot_test.go +++ b/dapps/valuetransfers/packages/tangle/snapshot_test.go @@ -4,11 +4,11 @@ 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" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/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" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/wallet" "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 5d185f9637fef1a7bef59f8e8b69138936f2ac37..7556a8da2d1ac63462690d20d846a1894f94346a 100644 --- a/dapps/valuetransfers/packages/tangle/tangle_scenario_test.go +++ b/dapps/valuetransfers/packages/tangle/tangle_scenario_test.go @@ -3,13 +3,13 @@ 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" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/wallet" + "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" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/wallet" "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/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 a45803700ff263a6b7d8e293f386c17f04698071..3c805e46caccc0a5cee59d93cb90921dd64f06ff 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" - "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" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/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" + "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" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/wallet" ) 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/dapps/valuetransfers/packages/wallet/seed.go b/dapps/valuetransfers/packages/wallet/seed.go index 9e94c3d79eb7a4ed7dffc10c0541767aeececf15..9f562e14581965c77787af86b404350e1fea4014 100644 --- a/dapps/valuetransfers/packages/wallet/seed.go +++ b/dapps/valuetransfers/packages/wallet/seed.go @@ -3,7 +3,7 @@ package wallet import ( "github.com/iotaledger/hive.go/crypto/ed25519" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/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/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 39ce0f9870dcf31c9db0377201442641bfdefd58..ba711a8ea04af661a50ea392be31cad7e63e3872 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 9d7e86427a5877141c84c785e096c4ed07697c96..bd0d0b6444f701d47336796d3bf2e9dc39596df3 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/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 2828b637a1ea7b9e33f8b825f6b13a73157de1c0..7a22d3f82255f71520ebb04b37726fd0d655ee51 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 03191820233abc9204e3984a79342ad8c5787065..a6a13d63913680a40fc3a72ab906ed8bbf49aa39 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/bootstrap" - "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/sync" + "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/bootstrap" + "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/sync" "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 704c4657d4f771d224ff45bc15be32fecf0a3f1f..8bbe4da374c84f9c3b6ceb2731103deeb40fa189 100644 --- a/pluginmgr/webapi/plugins.go +++ b/pluginmgr/webapi/plugins.go @@ -1,17 +1,17 @@ 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/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/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 5a50cc78f0f21e269afd5511e8861fcf2b7ef18a..29c0dbbb39490cc34dd14672c17280a960bcc2e4 100644 --- a/plugins/analysis/client/fpc_heartbeato.go +++ b/plugins/analysis/client/fpc_heartbeato.go @@ -3,10 +3,10 @@ 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" + "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" "github.com/iotaledger/hive.go/identity" ) diff --git a/plugins/analysis/client/heartbeat.go b/plugins/analysis/client/heartbeat.go index c8691302ef6846158db2ce834f88ce566f8ea0fa..d4189add38a774a93ecd9fa31a726b3d8514182d 100644 --- a/plugins/analysis/client/heartbeat.go +++ b/plugins/analysis/client/heartbeat.go @@ -4,10 +4,10 @@ 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" + "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" "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 38d12f4e49e17ccdc35569b53fbc927294e80bb6..0873067fe3f7224e5cd5a0f75308941553ffaebe 100644 --- a/plugins/analysis/client/metric_heartbeat.go +++ b/plugins/analysis/client/metric_heartbeat.go @@ -5,9 +5,9 @@ import ( "runtime" "time" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" + "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" "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 431061f4c9d8bacc736a32d25fd1cc7c2a2f9584..2eecea2e1bc06641ab5e117edd73f9499378af66 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 173f3779512003421138356e2d11ba97129fae80..70f6fe21e9225b6ff0db4e620cc1f1152eb8d0a2 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/dashboard/packrd" +import _ "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/dashboard/packrd" diff --git a/plugins/analysis/dashboard/fpc_livefeed.go b/plugins/analysis/dashboard/fpc_livefeed.go index f99c03274c5c6503b19e5e4c254179ac2645754f..39f645078af82309fc61b2c465b9848a44b074b0 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 a5c4a8ea7c00fc8cad3153e0d2675c75bccb1657..8ff6268f274aede664799006bdd30f63636439ca 100644 --- a/plugins/analysis/dashboard/fpc_livefeed_test.go +++ b/plugins/analysis/dashboard/fpc_livefeed_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" "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 da6ab6e0ad79f52d2e44cb33bd9b8e83fde8720c..49691f96962c75eb372704bbeaa875e4a8ed72d6 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/recorded_events.go b/plugins/analysis/dashboard/recorded_events.go index b5e31954d1a3e1eb8480cb78a835c756d059a7c3..a85061b41c54433a8fc9ad9c8e8a740da1b12224 100644 --- a/plugins/analysis/dashboard/recorded_events.go +++ b/plugins/analysis/dashboard/recorded_events.go @@ -5,10 +5,10 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/graph" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" - analysisserver "github.com/iotaledger/goshimmer/plugins/analysis/server" + "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" + 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/identity" diff --git a/plugins/analysis/dashboard/routes.go b/plugins/analysis/dashboard/routes.go index 442af15b3f604d66c1c97a10437d51c5d1725e23..b44a6d44ddf9d1fc8433af3532b9da434dfc97dc 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/packet/fpc_heartbeat.go b/plugins/analysis/packet/fpc_heartbeat.go index a02f508435fea88b535af97d1dac69cf3802109f..8ed3ff7903640b1bdbc1c8d42b2ea5870c4cb124 100644 --- a/plugins/analysis/packet/fpc_heartbeat.go +++ b/plugins/analysis/packet/fpc_heartbeat.go @@ -6,7 +6,7 @@ import ( "encoding/gob" "errors" - "github.com/iotaledger/goshimmer/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" "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 6ce656b61d42176d030f303445d03d6ff62ad338..446d55ec285e3d6dc084f255296c1e253bb8b7e5 100644 --- a/plugins/analysis/packet/fpc_heartbeat_test.go +++ b/plugins/analysis/packet/fpc_heartbeat_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" "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 53d02b7d49d255048d67392f32314b9ef0bf5ce1..736f8f597b27b6fb86ade6e8d8a3a9a12a9c2907 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/server/events.go b/plugins/analysis/server/events.go index 75828e1f8de203a8f0d6ff05089a4501b5a6b91a..be60b69cd3d8ed1bbadb9eb5a894ae91e70777ac 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 6c7173fc3828adca685ff7541a74ec4710866191..dae8991df9f27f4131ecb00f795ef709e281a71e 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 49a78a06a472c99dd2520676324c54fc8061df68..082055ea3a8f0d417940a4f719e6bce6d7faca40 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/bootstrap/plugin.go b/plugins/bootstrap/plugin.go index 1fc856b4087d2656b58271148b0cd8ec1edb9228..5cefa0a4c0db6eb4c6c1be26ffe0a5fe08ddae97 100644 --- a/plugins/bootstrap/plugin.go +++ b/plugins/bootstrap/plugin.go @@ -4,11 +4,11 @@ import ( goSync "sync" "time" - "github.com/iotaledger/goshimmer/packages/binary/spammer" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/issuer" - "github.com/iotaledger/goshimmer/plugins/sync" + "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/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/sync" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" 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 8e491becd120cd28f612d878d8af1e54ad27b828..c01c6205aa7d8ea814ad8cfa915ec3f172a5774d 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 75cfb681d80a6492214e169cb34f258f09f3abc3..bd555f2c8f976d3c966d87aa5ba4e2ab34da896f 100644 --- a/plugins/dashboard/payload_handler.go +++ b/plugins/dashboard/payload_handler.go @@ -1,14 +1,14 @@ 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" + 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" "github.com/iotaledger/hive.go/marshalutil" ) diff --git a/plugins/dashboard/plugin.go b/plugins/dashboard/plugin.go index 64553804bef0ff5b7e403b2363f03e32224a7d31..7fcdda1651e3fd7d358daeaf113a44fb3462856c 100644 --- a/plugins/dashboard/plugin.go +++ b/plugins/dashboard/plugin.go @@ -10,14 +10,14 @@ 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" + "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" "github.com/iotaledger/hive.go/autopeering/peer/service" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" 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 fab0c7c5955ff1a1ebed3742536299a991695a1e..810b1b1d2164dd04829867af0da3916d31bd1063 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 680303e5a304f810c5da4083f7ef3158b5837f22..2ca5bb3a428c64b805762339099c1b6e4e32e5aa 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/sync" + "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/sync" "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 23967033e30475adf6cfb8bb3c09e80f3a97a0f4..295c42fd032539724f7f891e23c29e6bd2a6b93a 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 0a0ef13968431d42b13bdda64da79de318173658..963cda562365653253b5433e6ea8896483eb8f63 100644 --- a/plugins/metrics/global_metrics.go +++ b/plugins/metrics/global_metrics.go @@ -3,8 +3,8 @@ package metrics import ( "sync" - analysisdashboard "github.com/iotaledger/goshimmer/plugins/analysis/dashboard" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" + analysisdashboard "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/dashboard" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" "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 927ce519c53aa8da031b1dd116d69682885fefb2..f090971abeaa835388f3947fa9aef30f29731f11 100644 --- a/plugins/metrics/message.go +++ b/plugins/metrics/message.go @@ -1,9 +1,9 @@ package metrics import ( - "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 bdf7925a2a2cc979ca13dc62ed831423ccf1afa4..3d9f24ece6a62a1383c543cd9e88eb5d19fd160f 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 a60b7be6f95dfdd1d71a5e105eedb420687e3527..63c884cd551bab1b49032d9f4a895b229db28e99 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 19c6cfb50c78ee9630dcf5605c12c5604ffaf0cb..a91d05dafafdda052e9180c984ea3b2382eb783d 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/sync" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/sync" "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 920bc90f17651897d00df67a249411cb603815df..e5f89e573459821d3c65fe6e58f31d5c83048f67 100644 --- a/plugins/prometheus/global_metrics.go +++ b/plugins/prometheus/global_metrics.go @@ -3,10 +3,10 @@ package prometheus import ( "strconv" - metricspkg "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/packages/vote" - analysisdashboard "github.com/iotaledger/goshimmer/plugins/analysis/dashboard" - "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" + analysisdashboard "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/dashboard" + "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 ccf33cc15d3504c096fe984885b40329f44856ec..cbc02eeb82bc81781c36ad64404a697c08f2599b 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/sync/plugin.go b/plugins/sync/plugin.go index d29842dd74e5967daec7784f4638a434c27701a6..92c7ff1149add1b1172bbd53f54fdb69725d054b 100644 --- a/plugins/sync/plugin.go +++ b/plugins/sync/plugin.go @@ -5,14 +5,14 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tangle" - gossipPkg "github.com/iotaledger/goshimmer/packages/gossip" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "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/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tangle" + gossipPkg "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/local" + "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/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 d81d90edf8aac73b34207635def36d24914385aa..0d1cc35257905c80c4aea7c3c7b5b7f5a8d95283 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/sync" - "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/sync" + "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 a64f121b790023fb34a3e45b2607e72cbe913b23..f9426ec560595928a450761452a4f778a9912b2e 100644 --- a/plugins/webapi/info/plugin.go +++ b/plugins/webapi/info/plugin.go @@ -5,10 +5,10 @@ import ( "sort" goSync "sync" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/banner" - "github.com/iotaledger/goshimmer/plugins/sync" - "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/sync" + "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/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/double-spend/double-spend.go b/tools/double-spend/double-spend.go index cab37ea885be28bcfb8a47cce91812cf0b73b44d..69036fc7474f5131d1c4b95b76b4f55b97d343c0 100644 --- a/tools/double-spend/double-spend.go +++ b/tools/double-spend/double-spend.go @@ -5,13 +5,13 @@ import ( "net/http" "time" - "github.com/iotaledger/goshimmer/client" - "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/dapps/valuetransfers/packages/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client" + "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/dapps/valuetransfers/packages/wallet" "github.com/mr-tron/base58" ) diff --git a/tools/genesis-snapshot/main.go b/tools/genesis-snapshot/main.go index 1a887e139ba8e606516899e781401e2700361de0..2e09e2a4746bcc8b2e61e2bc154b6fcb21123bc9 100644 --- a/tools/genesis-snapshot/main.go +++ b/tools/genesis-snapshot/main.go @@ -4,10 +4,10 @@ import ( "log" "os" - "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/dapps/valuetransfers/packages/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" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/wallet" 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 d72337f1553f376b4dae72247decb02e65ab2181..a7aa194a43491879f8de4b76733c2cebd383f422 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" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/wallet" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/identity" ) diff --git a/tools/integration-tests/tester/framework/peer.go b/tools/integration-tests/tester/framework/peer.go index 8da31c20ef4634f2dc408034b5046a9b7b589712..84d05ebd8ae8966a1b0d8e77de40f85a3276dd79 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" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/wallet" - "github.com/iotaledger/goshimmer/plugins/webapi/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/wallet" + "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 2d28acc16e304f0f680edf629fc39ae31069fabf..26c0f89ab060741e20e92336db649188e526745c 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 4aec007c066a5feaeab1cb9fe530631228da5f4f..39e630213e18a667d108d38af00d55248b9a3cb6 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" - - "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/dapps/valuetransfers/packages/wallet" - "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" + + "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/dapps/valuetransfers/packages/wallet" + "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 badf4040180e3135368f021125eca471be2a8f19..22c17adb8724a785e97aa69b67454d0ffa4437d1 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" - "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/dapps/valuetransfers/packages/wallet" - "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/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/dapps/valuetransfers/packages/wallet" + "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 4db5911975cc4a2b89b6ab892faccfd30bea1f50..aa2667e9970a171387a43aa899125b3ccd1fae3f 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/testutil.go b/tools/integration-tests/tester/tests/testutil.go index 49ab041eee8bae05bfc6e73256aef7cc5bd0a6b3..6052787a15abcecc7a2b9fc088b6f6d97db72262 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 dd13cc419882fb2f1f7408dd9db1462f062b2f79..18224f8e0a85c507a4b9d0fcccd31aac4b3c1083 100644 --- a/tools/rand-address/main.go +++ b/tools/rand-address/main.go @@ -3,7 +3,7 @@ package main import ( "fmt" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/wallet" ) 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" )