From e25dad52c6b3bf8da11e5fd26a005ffbf12088ec Mon Sep 17 00:00:00 2001 From: i18colle <ismael.collet@imt-atlantique.net> Date: Wed, 29 Jul 2020 11:04:18 +0200 Subject: [PATCH] modified: client/autopeering.go modified: client/data.go modified: client/drng.go modified: client/faucet.go modified: client/info.go modified: client/login.go modified: client/message.go modified: client/spammer.go modified: client/tools.go modified: client/value.go modified: client/wallet/addressmanager.go modified: client/wallet/asset.go modified: client/wallet/assetregistry.go modified: client/wallet/connector.go modified: client/wallet/options.go modified: client/wallet/output.go modified: client/wallet/packages/address/address.go modified: client/wallet/packages/seed/seed.go modified: client/wallet/sendfunds_options.go modified: client/wallet/unspentoutputmanager.go modified: client/wallet/wallet.go modified: client/wallet/wallet_test.go modified: client/wallet/webconnector.go modified: dapps/faucet/dapp.go modified: dapps/faucet/packages/faucet.go modified: dapps/faucet/packages/faucet_test.go modified: dapps/faucet/packages/payload/payload.go modified: dapps/faucet/packages/payload/payload_test.go modified: dapps/networkdelay/dapp.go modified: dapps/networkdelay/object.go modified: dapps/networkdelay/webapi.go modified: dapps/valuetransfers/dapp.go modified: dapps/valuetransfers/fpc.go modified: dapps/valuetransfers/packages/address/signaturescheme/bls.go modified: dapps/valuetransfers/packages/address/signaturescheme/ed25519.go modified: dapps/valuetransfers/packages/address/signaturescheme/signature.go modified: dapps/valuetransfers/packages/address/signaturescheme/signaturescheme.go modified: dapps/valuetransfers/packages/branchmanager/branchid.go modified: dapps/valuetransfers/packages/branchmanager/branchmanager.go modified: dapps/valuetransfers/packages/branchmanager/conflict_id.go modified: dapps/valuetransfers/packages/consensus/fcob.go modified: dapps/valuetransfers/packages/payload/payload.go modified: dapps/valuetransfers/packages/payload/payload_test.go modified: dapps/valuetransfers/packages/tangle/attachment.go modified: dapps/valuetransfers/packages/tangle/attachment_test.go modified: dapps/valuetransfers/packages/tangle/consumer.go modified: dapps/valuetransfers/packages/tangle/events.go modified: dapps/valuetransfers/packages/tangle/factory.go modified: dapps/valuetransfers/packages/tangle/ledgerstate.go modified: dapps/valuetransfers/packages/tangle/missingoutput.go modified: dapps/valuetransfers/packages/tangle/missingpayload.go modified: dapps/valuetransfers/packages/tangle/objectstorage.go modified: dapps/valuetransfers/packages/tangle/output.go modified: dapps/valuetransfers/packages/tangle/output_test.go modified: dapps/valuetransfers/packages/tangle/payloadapprover.go modified: dapps/valuetransfers/packages/tangle/payloadmetadata.go modified: dapps/valuetransfers/packages/tangle/payloadmetadata_test.go modified: dapps/valuetransfers/packages/tangle/signature_filter.go modified: dapps/valuetransfers/packages/tangle/signature_filter_test.go modified: dapps/valuetransfers/packages/tangle/snapshot.go modified: dapps/valuetransfers/packages/tangle/snapshot_test.go modified: dapps/valuetransfers/packages/tangle/tangle.go modified: dapps/valuetransfers/packages/tangle/tangle_concurrency_test.go modified: dapps/valuetransfers/packages/tangle/tangle_event_test.go modified: dapps/valuetransfers/packages/tangle/tangle_scenario_test.go modified: dapps/valuetransfers/packages/tangle/tangle_test.go modified: dapps/valuetransfers/packages/tangle/test_util.go modified: dapps/valuetransfers/packages/tangle/transactionmetadata.go modified: dapps/valuetransfers/packages/test/tangle_test.go modified: dapps/valuetransfers/packages/tipmanager/events.go modified: dapps/valuetransfers/packages/tipmanager/tipmanager.go modified: dapps/valuetransfers/packages/tipmanager/tipmanager_test.go modified: dapps/valuetransfers/packages/transaction/inputs.go modified: dapps/valuetransfers/packages/transaction/outputid.go modified: dapps/valuetransfers/packages/transaction/outputs.go modified: dapps/valuetransfers/packages/transaction/outputs_test.go modified: dapps/valuetransfers/packages/transaction/signatures.go modified: dapps/valuetransfers/packages/transaction/signatures_test.go modified: dapps/valuetransfers/packages/transaction/transaction.go modified: dapps/valuetransfers/packages/transaction/transaction_test.go modified: main.go modified: packages/binary/drng/dispatcher.go modified: packages/binary/drng/dispatcher_test.go modified: packages/binary/drng/drng.go modified: packages/binary/drng/events.go modified: packages/binary/drng/payload/payload.go modified: packages/binary/drng/payload/payload_test.go modified: packages/binary/drng/subtypes/collectiveBeacon/collective_beacon.go modified: packages/binary/drng/subtypes/collectiveBeacon/collective_beacon_test.go modified: packages/binary/drng/subtypes/collectiveBeacon/payload/payload.go modified: packages/binary/drng/subtypes/collectiveBeacon/payload/payload_test.go modified: packages/binary/messagelayer/message/message.go modified: packages/binary/messagelayer/messagefactory/events.go modified: packages/binary/messagelayer/messagefactory/messagefactory.go modified: packages/binary/messagelayer/messagefactory/messagefactory_test.go modified: packages/binary/messagelayer/messageparser/builtinfilters/message_signature_filter.go modified: packages/binary/messagelayer/messageparser/builtinfilters/pow_filter.go modified: packages/binary/messagelayer/messageparser/builtinfilters/pow_filter_test.go modified: packages/binary/messagelayer/messageparser/message_filter.go modified: packages/binary/messagelayer/messageparser/message_parser.go modified: packages/binary/messagelayer/messageparser/message_parser_test.go modified: packages/binary/messagelayer/messagerequester/messagerequester.go modified: packages/binary/messagelayer/tangle/approver.go modified: packages/binary/messagelayer/tangle/events.go modified: packages/binary/messagelayer/tangle/messagemetadata.go modified: packages/binary/messagelayer/tangle/missingmessage.go modified: packages/binary/messagelayer/tangle/tangle.go modified: packages/binary/messagelayer/tangle/tangle_test.go modified: packages/binary/messagelayer/test/data_payload_test.go modified: packages/binary/messagelayer/test/message_test.go modified: packages/binary/messagelayer/test/retrievealltips_test.go modified: packages/binary/messagelayer/tipselector/events.go modified: packages/binary/messagelayer/tipselector/tipselector.go modified: packages/binary/messagelayer/tipselector/tipselector_test.go modified: packages/binary/spammer/spammer.go modified: packages/gossip/manager.go modified: packages/gossip/manager_test.go modified: packages/gossip/server/handshake.go modified: packages/metrics/events.go modified: packages/prng/unix_ts_rng_test.go modified: packages/vote/fpc/fpc.go modified: packages/vote/fpc/fpc_test.go modified: packages/vote/net/server.go modified: pluginmgr/core/plugins.go modified: pluginmgr/research/plugins.go modified: pluginmgr/ui/plugins.go modified: pluginmgr/webapi/plugins.go modified: plugins/analysis/client/fpc_heartbeato.go modified: plugins/analysis/client/heartbeat.go modified: plugins/analysis/client/metric_heartbeat.go modified: plugins/analysis/client/plugin.go modified: plugins/analysis/dashboard/autopeering_feed.go modified: plugins/analysis/dashboard/dashboard-packr.go modified: plugins/analysis/dashboard/fpc_livefeed.go modified: plugins/analysis/dashboard/fpc_livefeed_test.go modified: plugins/analysis/dashboard/fpc_storage.go modified: plugins/analysis/dashboard/plugin.go modified: plugins/analysis/dashboard/routes.go modified: plugins/analysis/dashboard/ws.go modified: plugins/analysis/packet/fpc_heartbeat.go modified: plugins/analysis/packet/fpc_heartbeat_test.go modified: plugins/analysis/packet/heartbeat_test.go modified: plugins/analysis/packet/metric_heartbeat.go modified: plugins/analysis/packet/metric_heartbeat_test.go modified: plugins/analysis/server/autopeering.go modified: plugins/analysis/server/events.go modified: plugins/analysis/server/plugin.go modified: plugins/autopeering/autopeering.go modified: plugins/autopeering/local/local.go modified: plugins/autopeering/plugin.go modified: plugins/cli/plugin.go modified: plugins/dashboard/dashboard-packr.go modified: plugins/dashboard/drng_livefeed.go modified: plugins/dashboard/explorer_routes.go modified: plugins/dashboard/faucet_routes.go modified: plugins/dashboard/livefeed.go modified: plugins/dashboard/payload_handler.go modified: plugins/dashboard/plugin.go modified: plugins/dashboard/routes.go modified: plugins/dashboard/visualizer.go modified: plugins/dashboard/ws.go modified: plugins/database/health.go modified: plugins/database/plugin.go modified: plugins/drng/drng.go modified: plugins/drng/plugin.go modified: plugins/gossip/gossip.go modified: plugins/gossip/plugin.go modified: plugins/gossip/tips_broadcaster.go modified: plugins/gracefulshutdown/plugin.go modified: plugins/issuer/plugin.go modified: plugins/logger/plugin.go modified: plugins/messagelayer/plugin.go modified: plugins/metrics/autopeering.go modified: plugins/metrics/fpc.go modified: plugins/metrics/fpc_test.go modified: plugins/metrics/global_metrics.go modified: plugins/metrics/message.go modified: plugins/metrics/message_test.go modified: plugins/metrics/network.go modified: plugins/metrics/plugin.go modified: plugins/metrics/process.go modified: plugins/metrics/process_test.go modified: plugins/metrics/sync.go modified: plugins/metrics/sync_test.go modified: plugins/metrics/value.go modified: plugins/metrics/value_test.go modified: plugins/portcheck/plugin.go modified: plugins/pow/plugin.go modified: plugins/pow/pow.go modified: plugins/profiling/plugin.go modified: plugins/prometheus/autopeering.go modified: plugins/prometheus/db_size.go modified: plugins/prometheus/fpc.go modified: plugins/prometheus/global_metrics.go modified: plugins/prometheus/info.go modified: plugins/prometheus/network.go modified: plugins/prometheus/plugin.go modified: plugins/prometheus/process.go modified: plugins/prometheus/tangle.go modified: plugins/prometheus/workerpool.go modified: plugins/remotelog/plugin.go modified: plugins/syncbeacon/payload/payload.go modified: plugins/syncbeacon/plugin.go modified: plugins/syncbeaconfollower/plugin.go modified: plugins/webapi/autopeering/plugin.go modified: plugins/webapi/data/plugin.go modified: plugins/webapi/drng/collectivebeacon/handler.go modified: plugins/webapi/drng/info/committee/handler.go modified: plugins/webapi/drng/info/randomness/handler.go modified: plugins/webapi/drng/plugin.go modified: plugins/webapi/faucet/plugin.go modified: plugins/webapi/healthz/plugin.go modified: plugins/webapi/info/plugin.go modified: plugins/webapi/message/plugin.go modified: plugins/webapi/message/sendPayload.go modified: plugins/webapi/plugin.go modified: plugins/webapi/spammer/plugin.go modified: plugins/webapi/tools/plugin.go modified: plugins/webapi/value/attachments/handler.go modified: plugins/webapi/value/gettransactionbyid/handler.go modified: plugins/webapi/value/plugin.go modified: plugins/webapi/value/sendtransaction/handler.go modified: plugins/webapi/value/sendtransactionbyjson/handler.go modified: plugins/webapi/value/sendtransactionbyjson/transaction_test.go modified: plugins/webapi/value/testsendtxn/handler.go modified: plugins/webapi/value/unspentoutputs/handler.go modified: plugins/webapi/value/utils/transaction_handler.go modified: plugins/webauth/webauth.go modified: tools/cli-wallet/address.go modified: tools/cli-wallet/balance.go modified: tools/cli-wallet/create_asset.go modified: tools/cli-wallet/lib.go modified: tools/cli-wallet/requestfunds.go modified: tools/cli-wallet/sendfunds.go modified: tools/cli-wallet/serverstatus.go modified: tools/double-spend/double-spend.go modified: tools/genesis-snapshot/main.go modified: tools/integration-tests/tester/framework/network.go modified: tools/integration-tests/tester/framework/peer.go modified: tools/integration-tests/tester/tests/autopeering/autopeering_test.go modified: tools/integration-tests/tester/tests/autopeering/main_test.go modified: tools/integration-tests/tester/tests/common/common_test.go modified: tools/integration-tests/tester/tests/common/main_test.go modified: tools/integration-tests/tester/tests/consensus/consensus_conflicts_test.go modified: tools/integration-tests/tester/tests/consensus/consensus_noconflicts_test.go modified: tools/integration-tests/tester/tests/consensus/main_test.go modified: tools/integration-tests/tester/tests/drng/drng_test.go modified: tools/integration-tests/tester/tests/drng/main_test.go modified: tools/integration-tests/tester/tests/faucet/faucet_test.go modified: tools/integration-tests/tester/tests/faucet/main_test.go modified: tools/integration-tests/tester/tests/message/main_test.go modified: tools/integration-tests/tester/tests/message/message_test.go modified: tools/integration-tests/tester/tests/syncbeacon/main_test.go modified: tools/integration-tests/tester/tests/syncbeacon/syncbeacon_test.go modified: tools/integration-tests/tester/tests/testutil.go modified: tools/integration-tests/tester/tests/value/main_test.go modified: tools/integration-tests/tester/tests/value/value_test.go modified: tools/rand-address/main.go modified: tools/relay-checker/config.go modified: tools/relay-checker/main.go modified: tools/spammer/main.go --- client/autopeering.go | 2 +- client/data.go | 2 +- client/drng.go | 6 +-- client/faucet.go | 2 +- client/info.go | 2 +- client/login.go | 2 +- client/message.go | 2 +- client/spammer.go | 2 +- client/tools.go | 2 +- client/value.go | 10 ++--- client/wallet/addressmanager.go | 4 +- client/wallet/asset.go | 4 +- client/wallet/assetregistry.go | 2 +- client/wallet/connector.go | 4 +- client/wallet/options.go | 2 +- client/wallet/output.go | 6 +-- client/wallet/packages/address/address.go | 2 +- client/wallet/packages/seed/seed.go | 4 +- client/wallet/sendfunds_options.go | 6 +-- client/wallet/unspentoutputmanager.go | 4 +- client/wallet/wallet.go | 12 +++--- client/wallet/wallet_test.go | 10 ++--- client/wallet/webconnector.go | 8 ++-- dapps/faucet/dapp.go | 16 ++++---- dapps/faucet/packages/faucet.go | 22 +++++------ dapps/faucet/packages/faucet_test.go | 8 ++-- dapps/faucet/packages/payload/payload.go | 8 ++-- dapps/faucet/packages/payload/payload_test.go | 4 +- dapps/networkdelay/dapp.go | 12 +++--- dapps/networkdelay/object.go | 2 +- dapps/networkdelay/webapi.go | 4 +- dapps/valuetransfers/dapp.go | 26 ++++++------- dapps/valuetransfers/fpc.go | 20 +++++----- .../packages/address/signaturescheme/bls.go | 2 +- .../address/signaturescheme/ed25519.go | 2 +- .../address/signaturescheme/signature.go | 2 +- .../signaturescheme/signaturescheme.go | 2 +- .../packages/branchmanager/branchid.go | 2 +- .../packages/branchmanager/branchmanager.go | 2 +- .../packages/branchmanager/conflict_id.go | 2 +- .../valuetransfers/packages/consensus/fcob.go | 8 ++-- .../packages/payload/payload.go | 4 +- .../packages/payload/payload_test.go | 10 ++--- .../packages/tangle/attachment.go | 4 +- .../packages/tangle/attachment_test.go | 4 +- .../packages/tangle/consumer.go | 4 +- .../valuetransfers/packages/tangle/events.go | 6 +-- .../valuetransfers/packages/tangle/factory.go | 6 +-- .../packages/tangle/ledgerstate.go | 4 +- .../packages/tangle/missingoutput.go | 4 +- .../packages/tangle/missingpayload.go | 2 +- .../packages/tangle/objectstorage.go | 4 +- .../valuetransfers/packages/tangle/output.go | 8 ++-- .../packages/tangle/output_test.go | 8 ++-- .../packages/tangle/payloadapprover.go | 2 +- .../packages/tangle/payloadmetadata.go | 4 +- .../packages/tangle/payloadmetadata_test.go | 2 +- .../packages/tangle/signature_filter.go | 6 +-- .../packages/tangle/signature_filter_test.go | 20 +++++----- .../packages/tangle/snapshot.go | 6 +-- .../packages/tangle/snapshot_test.go | 8 ++-- .../valuetransfers/packages/tangle/tangle.go | 12 +++--- .../tangle/tangle_concurrency_test.go | 12 +++--- .../packages/tangle/tangle_event_test.go | 6 +-- .../packages/tangle/tangle_scenario_test.go | 12 +++--- .../packages/tangle/tangle_test.go | 10 ++--- .../packages/tangle/test_util.go | 2 +- .../packages/tangle/transactionmetadata.go | 4 +- .../packages/test/tangle_test.go | 14 +++---- .../packages/tipmanager/events.go | 2 +- .../packages/tipmanager/tipmanager.go | 4 +- .../packages/tipmanager/tipmanager_test.go | 8 ++-- .../packages/transaction/inputs.go | 4 +- .../packages/transaction/outputid.go | 2 +- .../packages/transaction/outputs.go | 6 +-- .../packages/transaction/outputs_test.go | 4 +- .../packages/transaction/signatures.go | 6 +-- .../packages/transaction/signatures_test.go | 4 +- .../packages/transaction/transaction.go | 4 +- .../packages/transaction/transaction_test.go | 6 +-- main.go | 8 ++-- packages/binary/drng/dispatcher.go | 10 ++--- packages/binary/drng/dispatcher_test.go | 10 ++--- packages/binary/drng/drng.go | 4 +- packages/binary/drng/events.go | 2 +- packages/binary/drng/payload/payload.go | 4 +- packages/binary/drng/payload/payload_test.go | 2 +- .../collectiveBeacon/collective_beacon.go | 4 +- .../collective_beacon_test.go | 6 +-- .../collectiveBeacon/payload/payload.go | 6 +-- .../collectiveBeacon/payload/payload_test.go | 2 +- .../binary/messagelayer/message/message.go | 2 +- .../messagelayer/messagefactory/events.go | 2 +- .../messagefactory/messagefactory.go | 4 +- .../messagefactory/messagefactory_test.go | 6 +-- .../message_signature_filter.go | 2 +- .../builtinfilters/pow_filter.go | 2 +- .../builtinfilters/pow_filter_test.go | 6 +-- .../messageparser/message_filter.go | 2 +- .../messageparser/message_parser.go | 4 +- .../messageparser/message_parser_test.go | 4 +- .../messagerequester/messagerequester.go | 2 +- .../binary/messagelayer/tangle/approver.go | 2 +- packages/binary/messagelayer/tangle/events.go | 2 +- .../messagelayer/tangle/messagemetadata.go | 2 +- .../messagelayer/tangle/missingmessage.go | 2 +- packages/binary/messagelayer/tangle/tangle.go | 4 +- .../binary/messagelayer/tangle/tangle_test.go | 4 +- .../messagelayer/test/data_payload_test.go | 8 ++-- .../binary/messagelayer/test/message_test.go | 10 ++--- .../messagelayer/test/retrievealltips_test.go | 6 +-- .../binary/messagelayer/tipselector/events.go | 2 +- .../messagelayer/tipselector/tipselector.go | 4 +- .../tipselector/tipselector_test.go | 4 +- packages/binary/spammer/spammer.go | 4 +- packages/gossip/manager.go | 6 +-- packages/gossip/manager_test.go | 6 +-- packages/gossip/server/handshake.go | 2 +- packages/metrics/events.go | 2 +- packages/prng/unix_ts_rng_test.go | 2 +- packages/vote/fpc/fpc.go | 2 +- packages/vote/fpc/fpc_test.go | 4 +- packages/vote/net/server.go | 4 +- pluginmgr/core/plugins.go | 38 +++++++++---------- pluginmgr/research/plugins.go | 12 +++--- pluginmgr/ui/plugins.go | 2 +- pluginmgr/webapi/plugins.go | 24 ++++++------ plugins/analysis/client/fpc_heartbeato.go | 10 ++--- plugins/analysis/client/heartbeat.go | 10 ++--- plugins/analysis/client/metric_heartbeat.go | 8 ++-- plugins/analysis/client/plugin.go | 8 ++-- .../analysis/dashboard/autopeering_feed.go | 4 +- plugins/analysis/dashboard/dashboard-packr.go | 2 +- plugins/analysis/dashboard/fpc_livefeed.go | 12 +++--- .../analysis/dashboard/fpc_livefeed_test.go | 6 +-- plugins/analysis/dashboard/fpc_storage.go | 2 +- plugins/analysis/dashboard/plugin.go | 4 +- plugins/analysis/dashboard/routes.go | 2 +- plugins/analysis/dashboard/ws.go | 2 +- plugins/analysis/packet/fpc_heartbeat.go | 4 +- plugins/analysis/packet/fpc_heartbeat_test.go | 4 +- plugins/analysis/packet/heartbeat_test.go | 2 +- plugins/analysis/packet/metric_heartbeat.go | 2 +- .../analysis/packet/metric_heartbeat_test.go | 2 +- plugins/analysis/server/autopeering.go | 6 +-- plugins/analysis/server/events.go | 2 +- plugins/analysis/server/plugin.go | 6 +-- plugins/autopeering/autopeering.go | 4 +- plugins/autopeering/local/local.go | 6 +-- plugins/autopeering/plugin.go | 2 +- plugins/cli/plugin.go | 2 +- plugins/dashboard/dashboard-packr.go | 2 +- plugins/dashboard/drng_livefeed.go | 6 +-- plugins/dashboard/explorer_routes.go | 12 +++--- plugins/dashboard/faucet_routes.go | 10 ++--- plugins/dashboard/livefeed.go | 8 ++-- plugins/dashboard/payload_handler.go | 18 ++++----- plugins/dashboard/plugin.go | 18 ++++----- plugins/dashboard/routes.go | 2 +- plugins/dashboard/visualizer.go | 8 ++-- plugins/dashboard/ws.go | 6 +-- plugins/database/health.go | 2 +- plugins/database/plugin.go | 6 +-- plugins/drng/drng.go | 8 ++-- plugins/drng/plugin.go | 12 +++--- plugins/gossip/gossip.go | 14 +++---- plugins/gossip/plugin.go | 14 +++---- plugins/gossip/tips_broadcaster.go | 4 +- plugins/gracefulshutdown/plugin.go | 2 +- plugins/issuer/plugin.go | 8 ++-- plugins/logger/plugin.go | 2 +- plugins/messagelayer/plugin.go | 18 ++++----- plugins/metrics/autopeering.go | 2 +- plugins/metrics/fpc.go | 4 +- plugins/metrics/fpc_test.go | 4 +- plugins/metrics/global_metrics.go | 6 +-- plugins/metrics/message.go | 6 +-- plugins/metrics/message_test.go | 10 ++--- plugins/metrics/network.go | 2 +- plugins/metrics/plugin.go | 26 ++++++------- plugins/metrics/process.go | 2 +- plugins/metrics/process_test.go | 2 +- plugins/metrics/sync.go | 4 +- plugins/metrics/sync_test.go | 2 +- plugins/metrics/value.go | 4 +- plugins/metrics/value_test.go | 2 +- plugins/portcheck/plugin.go | 6 +-- plugins/pow/plugin.go | 6 +-- plugins/pow/pow.go | 4 +- plugins/profiling/plugin.go | 2 +- plugins/prometheus/autopeering.go | 2 +- plugins/prometheus/db_size.go | 4 +- plugins/prometheus/fpc.go | 2 +- plugins/prometheus/global_metrics.go | 10 ++--- plugins/prometheus/info.go | 4 +- plugins/prometheus/network.go | 4 +- plugins/prometheus/plugin.go | 6 +-- plugins/prometheus/process.go | 2 +- plugins/prometheus/tangle.go | 4 +- plugins/prometheus/workerpool.go | 4 +- plugins/remotelog/plugin.go | 8 ++-- plugins/syncbeacon/payload/payload.go | 2 +- plugins/syncbeacon/plugin.go | 12 +++--- plugins/syncbeaconfollower/plugin.go | 12 +++--- plugins/webapi/autopeering/plugin.go | 4 +- plugins/webapi/data/plugin.go | 6 +-- .../webapi/drng/collectivebeacon/handler.go | 4 +- plugins/webapi/drng/info/committee/handler.go | 2 +- .../webapi/drng/info/randomness/handler.go | 2 +- plugins/webapi/drng/plugin.go | 8 ++-- plugins/webapi/faucet/plugin.go | 12 +++--- plugins/webapi/healthz/plugin.go | 6 +-- plugins/webapi/info/plugin.go | 10 ++--- plugins/webapi/message/plugin.go | 6 +-- plugins/webapi/message/sendPayload.go | 4 +- plugins/webapi/plugin.go | 4 +- plugins/webapi/spammer/plugin.go | 8 ++-- plugins/webapi/tools/plugin.go | 6 +-- plugins/webapi/value/attachments/handler.go | 6 +-- .../value/gettransactionbyid/handler.go | 6 +-- plugins/webapi/value/plugin.go | 14 +++---- .../webapi/value/sendtransaction/handler.go | 6 +-- .../value/sendtransactionbyjson/handler.go | 14 +++---- .../sendtransactionbyjson/transaction_test.go | 10 ++--- plugins/webapi/value/testsendtxn/handler.go | 12 +++--- .../webapi/value/unspentoutputs/handler.go | 6 +-- .../webapi/value/utils/transaction_handler.go | 6 +-- plugins/webauth/webauth.go | 4 +- tools/cli-wallet/address.go | 2 +- tools/cli-wallet/balance.go | 2 +- tools/cli-wallet/create_asset.go | 2 +- tools/cli-wallet/lib.go | 4 +- tools/cli-wallet/requestfunds.go | 2 +- tools/cli-wallet/sendfunds.go | 6 +-- tools/cli-wallet/serverstatus.go | 2 +- tools/double-spend/double-spend.go | 14 +++---- tools/genesis-snapshot/main.go | 8 ++-- .../tester/framework/network.go | 2 +- .../tester/framework/peer.go | 6 +-- .../tests/autopeering/autopeering_test.go | 2 +- .../tester/tests/autopeering/main_test.go | 2 +- .../tester/tests/common/common_test.go | 4 +- .../tester/tests/common/main_test.go | 2 +- .../consensus/consensus_conflicts_test.go | 18 ++++----- .../consensus/consensus_noconflicts_test.go | 16 ++++---- .../tester/tests/consensus/main_test.go | 2 +- .../tester/tests/drng/drng_test.go | 4 +- .../tester/tests/drng/main_test.go | 2 +- .../tester/tests/faucet/faucet_test.go | 6 +-- .../tester/tests/faucet/main_test.go | 2 +- .../tester/tests/message/main_test.go | 2 +- .../tester/tests/message/message_test.go | 2 +- .../tester/tests/syncbeacon/main_test.go | 2 +- .../tests/syncbeacon/syncbeacon_test.go | 4 +- .../tester/tests/testutil.go | 14 +++---- .../tester/tests/value/main_test.go | 2 +- .../tester/tests/value/value_test.go | 4 +- tools/rand-address/main.go | 2 +- tools/relay-checker/config.go | 2 +- tools/relay-checker/main.go | 6 +-- tools/spammer/main.go | 2 +- 261 files changed, 757 insertions(+), 757 deletions(-) diff --git a/client/autopeering.go b/client/autopeering.go index 3d8e514b..a6a4101a 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 e252346b..024d84e5 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 68755b5b..7775c59d 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 6e538ad2..2f16f98a 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 08c43ae6..4102a3e1 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 610abf77..c40889b0 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 a920c336..90dc3e94 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 0e747a69..04a392cb 100644 --- a/client/spammer.go +++ b/client/spammer.go @@ -4,7 +4,7 @@ import ( "fmt" "net/http" - webapi_spammer "github.com/iotaledger/goshimmer/plugins/webapi/spammer" + webapi_spammer "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/spammer" ) const ( diff --git a/client/tools.go b/client/tools.go index 6fdf2fe7..a4c8f797 100644 --- a/client/tools.go +++ b/client/tools.go @@ -4,7 +4,7 @@ import ( "errors" "net/http" - webapi_tools "github.com/iotaledger/goshimmer/plugins/webapi/tools" + webapi_tools "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/tools" ) const ( diff --git a/client/value.go b/client/value.go index 85a560dc..bf37dc7e 100644 --- a/client/value.go +++ b/client/value.go @@ -4,11 +4,11 @@ import ( "fmt" "net/http" - webapi_attachments "github.com/iotaledger/goshimmer/plugins/webapi/value/attachments" - webapi_gettxn "github.com/iotaledger/goshimmer/plugins/webapi/value/gettransactionbyid" - webapi_sendtxn "github.com/iotaledger/goshimmer/plugins/webapi/value/sendtransaction" - webapi_sendtxnbyjson "github.com/iotaledger/goshimmer/plugins/webapi/value/sendtransactionbyjson" - webapi_unspentoutputs "github.com/iotaledger/goshimmer/plugins/webapi/value/unspentoutputs" + webapi_attachments "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/attachments" + webapi_gettxn "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/gettransactionbyid" + webapi_sendtxn "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/sendtransaction" + webapi_sendtxnbyjson "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/sendtransactionbyjson" + webapi_unspentoutputs "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/unspentoutputs" ) const ( diff --git a/client/wallet/addressmanager.go b/client/wallet/addressmanager.go index 15088cba..e1f5faea 100644 --- a/client/wallet/addressmanager.go +++ b/client/wallet/addressmanager.go @@ -3,8 +3,8 @@ package wallet import ( "runtime" - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" "github.com/iotaledger/hive.go/bitmask" ) diff --git a/client/wallet/asset.go b/client/wallet/asset.go index c3990e81..d397e51a 100644 --- a/client/wallet/asset.go +++ b/client/wallet/asset.go @@ -1,8 +1,8 @@ package wallet import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" ) // Asset represents a container for all the information regarding a colored coin. diff --git a/client/wallet/assetregistry.go b/client/wallet/assetregistry.go index aee5cdee..1e4da0cc 100644 --- a/client/wallet/assetregistry.go +++ b/client/wallet/assetregistry.go @@ -1,7 +1,7 @@ package wallet import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/typeutils" ) diff --git a/client/wallet/connector.go b/client/wallet/connector.go index c14ef999..bab8e3f2 100644 --- a/client/wallet/connector.go +++ b/client/wallet/connector.go @@ -1,8 +1,8 @@ package wallet import ( - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) // Connector represents an interface that defines how the wallet interacts with the network. A wallet can either be used diff --git a/client/wallet/options.go b/client/wallet/options.go index 1fd746dc..56fe64a0 100644 --- a/client/wallet/options.go +++ b/client/wallet/options.go @@ -3,7 +3,7 @@ package wallet import ( "net/http" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" "github.com/iotaledger/hive.go/bitmask" ) diff --git a/client/wallet/output.go b/client/wallet/output.go index 40006778..60be9bd0 100644 --- a/client/wallet/output.go +++ b/client/wallet/output.go @@ -1,9 +1,9 @@ package wallet import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) // Output is a wallet specific representation of an output in the IOTA network. diff --git a/client/wallet/packages/address/address.go b/client/wallet/packages/address/address.go index 1719169f..02749f80 100644 --- a/client/wallet/packages/address/address.go +++ b/client/wallet/packages/address/address.go @@ -1,7 +1,7 @@ package address import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" ) // Address represents an address in a wallet. It extends the normal address type with an index number that was used to diff --git a/client/wallet/packages/seed/seed.go b/client/wallet/packages/seed/seed.go index 39394647..a3a9c9ea 100644 --- a/client/wallet/packages/seed/seed.go +++ b/client/wallet/packages/seed/seed.go @@ -3,8 +3,8 @@ package seed import ( "github.com/iotaledger/hive.go/crypto/ed25519" - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" ) // Seed represents a seed for IOTA wallets. A seed allows us to generate a deterministic sequence of Addresses and their diff --git a/client/wallet/sendfunds_options.go b/client/wallet/sendfunds_options.go index 229919a0..8ee7c7a6 100644 --- a/client/wallet/sendfunds_options.go +++ b/client/wallet/sendfunds_options.go @@ -3,9 +3,9 @@ package wallet import ( "errors" - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" ) // SendFundsOption is the type for the optional parameters for the SendFunds call. diff --git a/client/wallet/unspentoutputmanager.go b/client/wallet/unspentoutputmanager.go index 3d54c6da..a4baff49 100644 --- a/client/wallet/unspentoutputmanager.go +++ b/client/wallet/unspentoutputmanager.go @@ -1,8 +1,8 @@ package wallet import ( - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) // UnspentOutputManager is a manager for the unspent outputs of the addresses of a wallet. It allows us to keep track of diff --git a/client/wallet/wallet.go b/client/wallet/wallet.go index 533677fe..9778f9f8 100644 --- a/client/wallet/wallet.go +++ b/client/wallet/wallet.go @@ -6,12 +6,12 @@ import ( "time" "unsafe" - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/bitmask" "github.com/iotaledger/hive.go/marshalutil" ) diff --git a/client/wallet/wallet_test.go b/client/wallet/wallet_test.go index 34947c38..9b74154e 100644 --- a/client/wallet/wallet_test.go +++ b/client/wallet/wallet_test.go @@ -4,11 +4,11 @@ import ( "crypto/rand" "testing" - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/bitmask" "github.com/stretchr/testify/assert" ) diff --git a/client/wallet/webconnector.go b/client/wallet/webconnector.go index 97004737..fbab9a7d 100644 --- a/client/wallet/webconnector.go +++ b/client/wallet/webconnector.go @@ -3,10 +3,10 @@ package wallet import ( "net/http" - "github.com/iotaledger/goshimmer/client" - walletaddr "github.com/iotaledger/goshimmer/client/wallet/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client" + walletaddr "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) // WebConnector implements a connector that uses the web API to connect to a node to implement the required functions diff --git a/dapps/faucet/dapp.go b/dapps/faucet/dapp.go index 2c930afc..ee51d50b 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 b8f40d4f..2d13a67a 100644 --- a/dapps/faucet/packages/faucet.go +++ b/dapps/faucet/packages/faucet.go @@ -6,17 +6,17 @@ import ( "sync" "time" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - faucetpayload "github.com/iotaledger/goshimmer/dapps/faucet/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/tangle" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/packages/binary/datastructure/orderedmap" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/plugins/issuer" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + faucetpayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/faucet/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/datastructure/orderedmap" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" ) var ( diff --git a/dapps/faucet/packages/faucet_test.go b/dapps/faucet/packages/faucet_test.go index f321c740..ed6eb740 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 ba547435..9d42b297 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 fe9d3b86..b5b168d5 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 426f5da4..a92cdf0d 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 40e45947..b5a7f614 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 53f72ea6..7279758e 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 d1f0ce69..31712f4d 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 cd5a1718..eec15672 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 89cec265..ecc5be74 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 98e0767b..6ae77d9f 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 541dcf4d..92ae0664 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 046a44f7..9f657761 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 70e8aa53..6fc45cb7 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 cb9b4a3f..810de2ff 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 5b5db0da..9b7876e0 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 b8a2925b..41596b4f 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 7ad1ffe3..71b65c87 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 743e7310..22f91680 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 e7b41335..a9dbf1f9 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 186214ed..0dd73511 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 1fdcacb6..bec27692 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 17207555..38fe3d24 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 1b82b69f..ea7adc96 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 9b676acf..8f157912 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 796c666e..03583c2e 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 5ef6ca9e..9d619faf 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 e7ed0130..26e6cd72 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 4421454e..ec219d9b 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 47918395..f24f45c4 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 572249db..6cf64023 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 be575207..d2eff144 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 ff194d0b..120de4ff 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 a7e7e2cc..206be0a4 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 2ac1a596..4dc96b22 100644 --- a/dapps/valuetransfers/packages/tangle/signature_filter_test.go +++ b/dapps/valuetransfers/packages/tangle/signature_filter_test.go @@ -4,16 +4,16 @@ import ( "sync" "testing" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - valuePayload "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/messagefactory" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/messageparser" - messagePayload "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tipselector" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + valuePayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/messagefactory" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/messageparser" + messagePayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tipselector" "github.com/iotaledger/hive.go/autopeering/peer" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/identity" diff --git a/dapps/valuetransfers/packages/tangle/snapshot.go b/dapps/valuetransfers/packages/tangle/snapshot.go index b13df4d8..a1af43b8 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 f1b46964..368723c5 100644 --- a/dapps/valuetransfers/packages/tangle/snapshot_test.go +++ b/dapps/valuetransfers/packages/tangle/snapshot_test.go @@ -4,10 +4,10 @@ import ( "bytes" "testing" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/kvstore/mapdb" "github.com/stretchr/testify/assert" ) diff --git a/dapps/valuetransfers/packages/tangle/tangle.go b/dapps/valuetransfers/packages/tangle/tangle.go index bd262f57..270de320 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 bf97f7bb..cee72987 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 bdd3f1df..e8b02438 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 542690dd..4c39dafa 100644 --- a/dapps/valuetransfers/packages/tangle/tangle_scenario_test.go +++ b/dapps/valuetransfers/packages/tangle/tangle_scenario_test.go @@ -3,12 +3,12 @@ package tangle import ( "testing" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/kvstore/mapdb" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" diff --git a/dapps/valuetransfers/packages/tangle/tangle_test.go b/dapps/valuetransfers/packages/tangle/tangle_test.go index b0d1273e..01e6518e 100644 --- a/dapps/valuetransfers/packages/tangle/tangle_test.go +++ b/dapps/valuetransfers/packages/tangle/tangle_test.go @@ -5,11 +5,11 @@ import ( "math" "testing" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/branchmanager" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/branchmanager" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" "github.com/iotaledger/hive.go/kvstore/mapdb" "github.com/iotaledger/hive.go/types" "github.com/stretchr/testify/assert" diff --git a/dapps/valuetransfers/packages/tangle/test_util.go b/dapps/valuetransfers/packages/tangle/test_util.go index dfb73031..a09af697 100644 --- a/dapps/valuetransfers/packages/tangle/test_util.go +++ b/dapps/valuetransfers/packages/tangle/test_util.go @@ -1,7 +1,7 @@ package tangle import ( - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" "github.com/iotaledger/hive.go/crypto/ed25519" ) diff --git a/dapps/valuetransfers/packages/tangle/transactionmetadata.go b/dapps/valuetransfers/packages/tangle/transactionmetadata.go index 753e7059..0bd64ead 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 82be2f4c..69f216c5 100644 --- a/dapps/valuetransfers/packages/test/tangle_test.go +++ b/dapps/valuetransfers/packages/test/tangle_test.go @@ -10,13 +10,13 @@ import ( "github.com/stretchr/testify/assert" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/consensus" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/tangle" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/consensus" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) func TestTangle_ValueTransfer(t *testing.T) { diff --git a/dapps/valuetransfers/packages/tipmanager/events.go b/dapps/valuetransfers/packages/tipmanager/events.go index 13a4c05e..b2b20a62 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 edb1ac8d..dee3ba01 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 f3d2db45..1ccf381f 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 f5071c62..49ed5a4c 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 4d6aff44..f8965cfd 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 f287b183..814316ee 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 4c76e4cc..2161f3ec 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 2a5879c0..94d76f7d 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 61d03a26..dbe24090 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 da41e4a4..08a17f0c 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 d1bb1727..5cfca413 100644 --- a/dapps/valuetransfers/packages/transaction/transaction_test.go +++ b/dapps/valuetransfers/packages/transaction/transaction_test.go @@ -7,9 +7,9 @@ import ( "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/stretchr/testify/assert" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" ) func TestEmptyDataPayload(t *testing.T) { diff --git a/main.go b/main.go index 9ab81480..3167c038 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 4e79a85a..957aaa45 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 bef89e1c..6f569bfd 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 15f6eada..e5f047f5 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 a3420fca..317e716d 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 fe9768f7..fd69f768 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 7a6ac612..5c8dccdc 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 c539e6e3..befbf417 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 62d991fb..51ce0a1e 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 435ba79e..8456b49f 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 03a78246..2e1bf254 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 6415cacb..8289f46e 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 873b0aca..8d4aaf31 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 82311b00..55f28195 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 5d56750b..03c9a195 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 02ba960c..9a3a4d3d 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 0147ec37..c0670f64 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 b348247b..ca536574 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 b883f3d1..f28b1ad1 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 9c590e63..87e60ce6 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 e85cf4ce..3bf1586e 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 cc3dc7cd..204afe52 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 5526a104..ecc5146b 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 399d2800..db267118 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 9285ef78..de7a2e03 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 1fb9e4b2..88cde8fc 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 7baf9d64..d6734d93 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 f0baac00..91c654cd 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 2ee00c52..b72da415 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 99d1e11c..ef831dc6 100644 --- a/packages/binary/messagelayer/test/message_test.go +++ b/packages/binary/messagelayer/test/message_test.go @@ -4,17 +4,17 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/messagefactory" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tipselector" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/messagefactory" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tipselector" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/identity" "github.com/iotaledger/hive.go/kvstore/mapdb" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" ) func TestMessage_StorableObjectFromKey(t *testing.T) { diff --git a/packages/binary/messagelayer/test/retrievealltips_test.go b/packages/binary/messagelayer/test/retrievealltips_test.go index 7b55bff5..8fc71547 100644 --- a/packages/binary/messagelayer/test/retrievealltips_test.go +++ b/packages/binary/messagelayer/test/retrievealltips_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tangle" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/kvstore/mapdb" diff --git a/packages/binary/messagelayer/tipselector/events.go b/packages/binary/messagelayer/tipselector/events.go index 2e39a68d..7508382a 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 aded723b..6e483454 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 fbcf727d..e381a311 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 5758f898..a899e754 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 d6489199..f0d478f8 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 cef576dd..31ae7ca7 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 86bef3f7..6ba85a54 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 91d94c6b..e9b98b84 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 4756f38b..83957688 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 62571445..53a63871 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 58488bdc..32bedb32 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 97209c50..6f02c9ac 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 0a1a297f..b191c577 100644 --- a/pluginmgr/core/plugins.go +++ b/pluginmgr/core/plugins.go @@ -1,25 +1,25 @@ package core import ( - "github.com/iotaledger/goshimmer/dapps/faucet" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/plugins/autopeering" - "github.com/iotaledger/goshimmer/plugins/banner" - "github.com/iotaledger/goshimmer/plugins/cli" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/database" - "github.com/iotaledger/goshimmer/plugins/drng" - "github.com/iotaledger/goshimmer/plugins/gossip" - "github.com/iotaledger/goshimmer/plugins/gracefulshutdown" - "github.com/iotaledger/goshimmer/plugins/issuer" - "github.com/iotaledger/goshimmer/plugins/logger" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - "github.com/iotaledger/goshimmer/plugins/metrics" - "github.com/iotaledger/goshimmer/plugins/portcheck" - "github.com/iotaledger/goshimmer/plugins/pow" - "github.com/iotaledger/goshimmer/plugins/profiling" - "github.com/iotaledger/goshimmer/plugins/syncbeacon" - "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/faucet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/cli" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/database" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/drng" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/gossip" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/gracefulshutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/logger" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/portcheck" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/pow" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/profiling" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeacon" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeaconfollower" "github.com/iotaledger/hive.go/node" ) diff --git a/pluginmgr/research/plugins.go b/pluginmgr/research/plugins.go index 66e4037f..c02c0fcd 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 e3a2dc1a..fea0bc9f 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 3113a03f..987bb462 100644 --- a/pluginmgr/webapi/plugins.go +++ b/pluginmgr/webapi/plugins.go @@ -1,18 +1,18 @@ package webapi import ( - "github.com/iotaledger/goshimmer/plugins/webapi" - "github.com/iotaledger/goshimmer/plugins/webapi/autopeering" - "github.com/iotaledger/goshimmer/plugins/webapi/data" - "github.com/iotaledger/goshimmer/plugins/webapi/drng" - "github.com/iotaledger/goshimmer/plugins/webapi/faucet" - "github.com/iotaledger/goshimmer/plugins/webapi/healthz" - "github.com/iotaledger/goshimmer/plugins/webapi/info" - "github.com/iotaledger/goshimmer/plugins/webapi/message" - "github.com/iotaledger/goshimmer/plugins/webapi/spammer" - "github.com/iotaledger/goshimmer/plugins/webapi/tools" - "github.com/iotaledger/goshimmer/plugins/webapi/value" - "github.com/iotaledger/goshimmer/plugins/webauth" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/data" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/drng" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/faucet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/healthz" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/info" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/spammer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/tools" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webauth" "github.com/iotaledger/hive.go/node" ) diff --git a/plugins/analysis/client/fpc_heartbeato.go b/plugins/analysis/client/fpc_heartbeato.go index 4d0f72b1..7d997cc1 100644 --- a/plugins/analysis/client/fpc_heartbeato.go +++ b/plugins/analysis/client/fpc_heartbeato.go @@ -3,11 +3,11 @@ package client import ( "sync" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/identity" ) diff --git a/plugins/analysis/client/heartbeat.go b/plugins/analysis/client/heartbeat.go index f5bda898..de6855ae 100644 --- a/plugins/analysis/client/heartbeat.go +++ b/plugins/analysis/client/heartbeat.go @@ -4,11 +4,11 @@ import ( "io" "strings" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" - "github.com/iotaledger/goshimmer/plugins/autopeering" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/identity" "github.com/mr-tron/base58" ) diff --git a/plugins/analysis/client/metric_heartbeat.go b/plugins/analysis/client/metric_heartbeat.go index 8586713a..ff6f2157 100644 --- a/plugins/analysis/client/metric_heartbeat.go +++ b/plugins/analysis/client/metric_heartbeat.go @@ -5,10 +5,10 @@ import ( "runtime" "time" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/identity" "github.com/shirou/gopsutil/cpu" ) diff --git a/plugins/analysis/client/plugin.go b/plugins/analysis/client/plugin.go index 16d2401c..5f5d628f 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 c6fca97e..7ae3d669 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 ea2f2dac..2397fb14 100644 --- a/plugins/analysis/dashboard/dashboard-packr.go +++ b/plugins/analysis/dashboard/dashboard-packr.go @@ -5,4 +5,4 @@ // and any other packr generated files. package dashboard -import _ "github.com/iotaledger/goshimmer/plugins/analysis/dashboard/packrd" +import _ "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/dashboard/packrd" diff --git a/plugins/analysis/dashboard/fpc_livefeed.go b/plugins/analysis/dashboard/fpc_livefeed.go index baef0805..aa8e2b21 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 633c8271..017d92dc 100644 --- a/plugins/analysis/dashboard/fpc_livefeed_test.go +++ b/plugins/analysis/dashboard/fpc_livefeed_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" - analysisserver "github.com/iotaledger/goshimmer/plugins/analysis/server" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" + analysisserver "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/server" "github.com/stretchr/testify/require" ) diff --git a/plugins/analysis/dashboard/fpc_storage.go b/plugins/analysis/dashboard/fpc_storage.go index 66506742..2244c18d 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 22ff1475..c4a3ae00 100644 --- a/plugins/analysis/dashboard/plugin.go +++ b/plugins/analysis/dashboard/plugin.go @@ -6,8 +6,8 @@ import ( "net/http" "time" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" diff --git a/plugins/analysis/dashboard/routes.go b/plugins/analysis/dashboard/routes.go index 3ea3edf2..19fd33f0 100644 --- a/plugins/analysis/dashboard/routes.go +++ b/plugins/analysis/dashboard/routes.go @@ -7,7 +7,7 @@ import ( "net/http" "github.com/gobuffalo/packr/v2" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/labstack/echo" ) diff --git a/plugins/analysis/dashboard/ws.go b/plugins/analysis/dashboard/ws.go index 29380e0e..6e8ef6ef 100644 --- a/plugins/analysis/dashboard/ws.go +++ b/plugins/analysis/dashboard/ws.go @@ -6,7 +6,7 @@ import ( "time" "github.com/gorilla/websocket" - analysisserver "github.com/iotaledger/goshimmer/plugins/analysis/server" + analysisserver "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/server" "github.com/labstack/echo" ) diff --git a/plugins/analysis/packet/fpc_heartbeat.go b/plugins/analysis/packet/fpc_heartbeat.go index 3870a860..d31f1106 100644 --- a/plugins/analysis/packet/fpc_heartbeat.go +++ b/plugins/analysis/packet/fpc_heartbeat.go @@ -6,8 +6,8 @@ import ( "encoding/gob" "errors" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/protocol/message" "github.com/iotaledger/hive.go/protocol/tlv" ) diff --git a/plugins/analysis/packet/fpc_heartbeat_test.go b/plugins/analysis/packet/fpc_heartbeat_test.go index 50bd6745..72812b39 100644 --- a/plugins/analysis/packet/fpc_heartbeat_test.go +++ b/plugins/analysis/packet/fpc_heartbeat_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/packages/vote" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/protocol/message" "github.com/iotaledger/hive.go/protocol/tlv" "github.com/stretchr/testify/require" diff --git a/plugins/analysis/packet/heartbeat_test.go b/plugins/analysis/packet/heartbeat_test.go index 313cce6a..5c9352e8 100644 --- a/plugins/analysis/packet/heartbeat_test.go +++ b/plugins/analysis/packet/heartbeat_test.go @@ -5,7 +5,7 @@ import ( "errors" "testing" - . "github.com/iotaledger/goshimmer/plugins/analysis/packet" + . "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" "github.com/iotaledger/hive.go/protocol/tlv" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/plugins/analysis/packet/metric_heartbeat.go b/plugins/analysis/packet/metric_heartbeat.go index ef2a0f32..51f7f417 100644 --- a/plugins/analysis/packet/metric_heartbeat.go +++ b/plugins/analysis/packet/metric_heartbeat.go @@ -6,7 +6,7 @@ import ( "encoding/gob" "errors" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/protocol/message" "github.com/iotaledger/hive.go/protocol/tlv" ) diff --git a/plugins/analysis/packet/metric_heartbeat_test.go b/plugins/analysis/packet/metric_heartbeat_test.go index 234241a7..67a8cd23 100644 --- a/plugins/analysis/packet/metric_heartbeat_test.go +++ b/plugins/analysis/packet/metric_heartbeat_test.go @@ -6,7 +6,7 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/protocol/message" "github.com/iotaledger/hive.go/protocol/tlv" "github.com/shirou/gopsutil/cpu" diff --git a/plugins/analysis/server/autopeering.go b/plugins/analysis/server/autopeering.go index 2a103353..f523621f 100644 --- a/plugins/analysis/server/autopeering.go +++ b/plugins/analysis/server/autopeering.go @@ -5,9 +5,9 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/graph" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/graph" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/identity" ) diff --git a/plugins/analysis/server/events.go b/plugins/analysis/server/events.go index 35649ec8..e6ef658a 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 c6a1a7bd..b11819cd 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 4a1db801..76ae4aec 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 d3fbdf92..c568d8cc 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 40c31a2b..d0d69a10 100644 --- a/plugins/autopeering/plugin.go +++ b/plugins/autopeering/plugin.go @@ -4,7 +4,7 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" "github.com/iotaledger/hive.go/autopeering/discover" "github.com/iotaledger/hive.go/autopeering/selection" "github.com/iotaledger/hive.go/daemon" diff --git a/plugins/cli/plugin.go b/plugins/cli/plugin.go index 168aa3d3..e19ac061 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 173f3779..70f6fe21 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 01d468ef..b9b9466f 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 cc5cab17..f709bb30 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 a545fc0d..7706e7b6 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 716934ec..f2e72865 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 95c8d19d..9413fa1a 100644 --- a/plugins/dashboard/payload_handler.go +++ b/plugins/dashboard/payload_handler.go @@ -1,15 +1,15 @@ package dashboard import ( - faucetpayload "github.com/iotaledger/goshimmer/dapps/faucet/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - valuepayload "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - drngpayload "github.com/iotaledger/goshimmer/packages/binary/drng/payload" - drngheader "github.com/iotaledger/goshimmer/packages/binary/drng/payload/header" - cb "github.com/iotaledger/goshimmer/packages/binary/drng/subtypes/collectiveBeacon/payload" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - syncbeaconpayload "github.com/iotaledger/goshimmer/plugins/syncbeacon/payload" + faucetpayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/faucet/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + valuepayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + drngpayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload" + drngheader "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/payload/header" + cb "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/drng/subtypes/collectiveBeacon/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + syncbeaconpayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeacon/payload" "github.com/iotaledger/hive.go/marshalutil" ) diff --git a/plugins/dashboard/plugin.go b/plugins/dashboard/plugin.go index 01ef4687..b72e571d 100644 --- a/plugins/dashboard/plugin.go +++ b/plugins/dashboard/plugin.go @@ -10,15 +10,15 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/autopeering" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/banner" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/drng" - "github.com/iotaledger/goshimmer/plugins/gossip" - "github.com/iotaledger/goshimmer/plugins/metrics" - "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/drng" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/gossip" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeaconfollower" "github.com/iotaledger/hive.go/autopeering/peer/service" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/daemon" diff --git a/plugins/dashboard/routes.go b/plugins/dashboard/routes.go index 31882e5b..ed233cc6 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 7ffdd866..58db95e7 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 3288d77d..d751d695 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 af6a4770..b7a67a00 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 4e82ec67..a793331e 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 6bfebe7c..4a260f7c 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 55deeafb..c3bb7769 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 8db0d74f..a43bcc32 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 b1b55933..536e3bb9 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 caff47df..d286b6e1 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 b191f7e3..706ac735 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 11c01ec6..79012d9b 100644 --- a/plugins/issuer/plugin.go +++ b/plugins/issuer/plugin.go @@ -4,10 +4,10 @@ import ( "fmt" goSync "sync" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeaconfollower" "github.com/iotaledger/hive.go/node" ) diff --git a/plugins/logger/plugin.go b/plugins/logger/plugin.go index f05107bf..eb11dd1f 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 464e38e4..d1dcd537 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 7a20ac62..07d0e40b 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 33731752..44d038ec 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 65b0752f..b18efb15 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 80e32fdd..5e843cba 100644 --- a/plugins/metrics/global_metrics.go +++ b/plugins/metrics/global_metrics.go @@ -3,9 +3,9 @@ package metrics import ( "sync" - "github.com/iotaledger/goshimmer/plugins/analysis/packet" - analysisserver "github.com/iotaledger/goshimmer/plugins/analysis/server" - "github.com/iotaledger/goshimmer/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/packet" + analysisserver "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/server" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/identity" "go.uber.org/atomic" diff --git a/plugins/metrics/message.go b/plugins/metrics/message.go index e9041728..bf0ad068 100644 --- a/plugins/metrics/message.go +++ b/plugins/metrics/message.go @@ -3,9 +3,9 @@ package metrics import ( "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" "github.com/iotaledger/hive.go/syncutils" "go.uber.org/atomic" ) diff --git a/plugins/metrics/message_test.go b/plugins/metrics/message_test.go index 500322be..0ab31dfa 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 3a741d5b..2b05deae 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 3166edc6..7eb0069c 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 9a058a27..7aad1858 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 bd396f0c..ae605c30 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 549522cd..27cc7cd3 100644 --- a/plugins/metrics/sync.go +++ b/plugins/metrics/sync.go @@ -1,8 +1,8 @@ package metrics import ( - "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeaconfollower" "go.uber.org/atomic" ) diff --git a/plugins/metrics/sync_test.go b/plugins/metrics/sync_test.go index 38d23ca6..6b0383e4 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 2a9d5c00..dccf6413 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 1a67b480..5cd2a214 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 e1c75306..6a1aab13 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 d8056d6d..eae20a30 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 69207f5b..99b23789 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 4035e2df..f9a64d49 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 5d38aa84..41d9872b 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 df6e1372..85e74cb3 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 a8fbe667..538899a5 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 6767a5cc..4a5616c5 100644 --- a/plugins/prometheus/global_metrics.go +++ b/plugins/prometheus/global_metrics.go @@ -3,11 +3,11 @@ package prometheus import ( "strconv" - metricspkg "github.com/iotaledger/goshimmer/packages/metrics" - "github.com/iotaledger/goshimmer/packages/vote" - analysisserver "github.com/iotaledger/goshimmer/plugins/analysis/server" - "github.com/iotaledger/goshimmer/plugins/banner" - "github.com/iotaledger/goshimmer/plugins/metrics" + metricspkg "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/vote" + analysisserver "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/analysis/server" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" "github.com/iotaledger/hive.go/events" "github.com/prometheus/client_golang/prometheus" ) diff --git a/plugins/prometheus/info.go b/plugins/prometheus/info.go index 43b99e8d..6903043f 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 b0f46f68..478c4115 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 1a612d87..490d9307 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 05ea6542..54cd8b8e 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 71061179..2f340cb4 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 7bca4899..4077a0dc 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 a7018f70..9f49efb6 100644 --- a/plugins/remotelog/plugin.go +++ b/plugins/remotelog/plugin.go @@ -11,10 +11,10 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/banner" - "github.com/iotaledger/goshimmer/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" "github.com/iotaledger/hive.go/logger" diff --git a/plugins/syncbeacon/payload/payload.go b/plugins/syncbeacon/payload/payload.go index 297e2063..2f4676e9 100644 --- a/plugins/syncbeacon/payload/payload.go +++ b/plugins/syncbeacon/payload/payload.go @@ -1,7 +1,7 @@ package payload import ( - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/payload" "github.com/iotaledger/hive.go/marshalutil" "github.com/iotaledger/hive.go/stringify" ) diff --git a/plugins/syncbeacon/plugin.go b/plugins/syncbeacon/plugin.go index 3461ff40..6ee55164 100644 --- a/plugins/syncbeacon/plugin.go +++ b/plugins/syncbeacon/plugin.go @@ -4,12 +4,12 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/issuer" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - "github.com/iotaledger/goshimmer/plugins/syncbeacon/payload" - "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeacon/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeaconfollower" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" diff --git a/plugins/syncbeaconfollower/plugin.go b/plugins/syncbeaconfollower/plugin.go index 3aa3a9e4..28bb32f6 100644 --- a/plugins/syncbeaconfollower/plugin.go +++ b/plugins/syncbeaconfollower/plugin.go @@ -5,12 +5,12 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/tangle" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - syncbeacon_payload "github.com/iotaledger/goshimmer/plugins/syncbeacon/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + syncbeacon_payload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeacon/payload" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/events" diff --git a/plugins/webapi/autopeering/plugin.go b/plugins/webapi/autopeering/plugin.go index 512a5c25..8acfcd21 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 04258ba7..35e50c8d 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 3c21953c..fe2dfc19 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 cc466992..046aaaf2 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 7f8c12a3..51426fee 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 ccbcc152..931cba83 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 0000eb64..40ee54f8 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 51e9e478..61ead75b 100644 --- a/plugins/webapi/healthz/plugin.go +++ b/plugins/webapi/healthz/plugin.go @@ -4,9 +4,9 @@ import ( "net/http" goSync "sync" - "github.com/iotaledger/goshimmer/plugins/gossip" - "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/gossip" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeaconfollower" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/iotaledger/hive.go/node" "github.com/labstack/echo" ) diff --git a/plugins/webapi/info/plugin.go b/plugins/webapi/info/plugin.go index 7125b374..1290cb70 100644 --- a/plugins/webapi/info/plugin.go +++ b/plugins/webapi/info/plugin.go @@ -5,11 +5,11 @@ import ( "sort" goSync "sync" - "github.com/iotaledger/goshimmer/plugins/autopeering/local" - "github.com/iotaledger/goshimmer/plugins/banner" - "github.com/iotaledger/goshimmer/plugins/metrics" - "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/autopeering/local" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/banner" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/metrics" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/syncbeaconfollower" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/iotaledger/hive.go/node" "github.com/labstack/echo" ) diff --git a/plugins/webapi/message/plugin.go b/plugins/webapi/message/plugin.go index c65b6c3e..5adf7aed 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 cffc572b..6ee0633b 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 d96f0fe1..1b9ce4b4 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 80a540d1..d369eeea 100644 --- a/plugins/webapi/spammer/plugin.go +++ b/plugins/webapi/spammer/plugin.go @@ -3,10 +3,10 @@ package spammer import ( "sync" - "github.com/iotaledger/goshimmer/packages/binary/spammer" - "github.com/iotaledger/goshimmer/packages/shutdown" - "github.com/iotaledger/goshimmer/plugins/issuer" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/spammer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/shutdown" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/issuer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/iotaledger/hive.go/daemon" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" diff --git a/plugins/webapi/tools/plugin.go b/plugins/webapi/tools/plugin.go index 01be7ca2..579de427 100644 --- a/plugins/webapi/tools/plugin.go +++ b/plugins/webapi/tools/plugin.go @@ -6,9 +6,9 @@ import ( "net/http" "sync" - "github.com/iotaledger/goshimmer/packages/binary/messagelayer/message" - "github.com/iotaledger/goshimmer/plugins/messagelayer" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/packages/binary/messagelayer/message" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/messagelayer" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" "github.com/labstack/echo" diff --git a/plugins/webapi/value/attachments/handler.go b/plugins/webapi/value/attachments/handler.go index 973ec5e8..21d09d27 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 769c9dda..91654f5d 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 f9f8a4ca..a1eb8a2c 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 56bc66b2..6cdff4a7 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 5300e48d..846b99dc 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 7ff143bd..12afae03 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 15b7a767..b0409481 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 1e0f08bb..f90907dd 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 9664c52d..b476cd85 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 25321d29..292506e2 100644 --- a/plugins/webauth/webauth.go +++ b/plugins/webauth/webauth.go @@ -7,8 +7,8 @@ import ( "time" "github.com/dgrijalva/jwt-go" - "github.com/iotaledger/goshimmer/plugins/config" - "github.com/iotaledger/goshimmer/plugins/webapi" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/config" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi" "github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/node" "github.com/labstack/echo" diff --git a/tools/cli-wallet/address.go b/tools/cli-wallet/address.go index 2eb7c4b6..150dba6b 100644 --- a/tools/cli-wallet/address.go +++ b/tools/cli-wallet/address.go @@ -6,7 +6,7 @@ import ( "os" "text/tabwriter" - "github.com/iotaledger/goshimmer/client/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" ) func execAddressCommand(command *flag.FlagSet, cliWallet *wallet.Wallet) { diff --git a/tools/cli-wallet/balance.go b/tools/cli-wallet/balance.go index f4244505..2b36e6e0 100644 --- a/tools/cli-wallet/balance.go +++ b/tools/cli-wallet/balance.go @@ -6,7 +6,7 @@ import ( "os" "text/tabwriter" - "github.com/iotaledger/goshimmer/client/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" ) func execBalanceCommand(command *flag.FlagSet, cliWallet *wallet.Wallet) { diff --git a/tools/cli-wallet/create_asset.go b/tools/cli-wallet/create_asset.go index ba187b38..499bf14b 100644 --- a/tools/cli-wallet/create_asset.go +++ b/tools/cli-wallet/create_asset.go @@ -6,7 +6,7 @@ import ( "os" "strconv" - "github.com/iotaledger/goshimmer/client/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" ) func execCreateAssetCommand(command *flag.FlagSet, cliWallet *wallet.Wallet) { diff --git a/tools/cli-wallet/lib.go b/tools/cli-wallet/lib.go index 28096095..a8309de0 100644 --- a/tools/cli-wallet/lib.go +++ b/tools/cli-wallet/lib.go @@ -8,8 +8,8 @@ import ( "path/filepath" "unsafe" - "github.com/iotaledger/goshimmer/client/wallet" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" "github.com/iotaledger/hive.go/bitmask" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/marshalutil" diff --git a/tools/cli-wallet/requestfunds.go b/tools/cli-wallet/requestfunds.go index c392708e..47216ca2 100644 --- a/tools/cli-wallet/requestfunds.go +++ b/tools/cli-wallet/requestfunds.go @@ -5,7 +5,7 @@ import ( "fmt" "os" - "github.com/iotaledger/goshimmer/client/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" ) func execRequestFundsCommand(command *flag.FlagSet, cliWallet *wallet.Wallet) { diff --git a/tools/cli-wallet/sendfunds.go b/tools/cli-wallet/sendfunds.go index 617f70e7..920ce690 100644 --- a/tools/cli-wallet/sendfunds.go +++ b/tools/cli-wallet/sendfunds.go @@ -5,9 +5,9 @@ import ( "fmt" "os" - "github.com/iotaledger/goshimmer/client/wallet" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" "github.com/mr-tron/base58" ) diff --git a/tools/cli-wallet/serverstatus.go b/tools/cli-wallet/serverstatus.go index 573ef0f8..8d9ec098 100644 --- a/tools/cli-wallet/serverstatus.go +++ b/tools/cli-wallet/serverstatus.go @@ -5,7 +5,7 @@ import ( "fmt" "os" - "github.com/iotaledger/goshimmer/client/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" ) func execServerStatusCommand(command *flag.FlagSet, cliWallet *wallet.Wallet) { diff --git a/tools/double-spend/double-spend.go b/tools/double-spend/double-spend.go index 7d7fe4e0..3c05766c 100644 --- a/tools/double-spend/double-spend.go +++ b/tools/double-spend/double-spend.go @@ -6,13 +6,13 @@ import ( "sync" "time" - "github.com/iotaledger/goshimmer/client" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - valuepayload "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/payload" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + valuepayload "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/payload" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" ) func main() { diff --git a/tools/genesis-snapshot/main.go b/tools/genesis-snapshot/main.go index a53c1980..dbad8f22 100644 --- a/tools/genesis-snapshot/main.go +++ b/tools/genesis-snapshot/main.go @@ -4,10 +4,10 @@ import ( "log" "os" - "github.com/iotaledger/goshimmer/client/wallet" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/tangle" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/tangle" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" flag "github.com/spf13/pflag" "github.com/spf13/viper" ) diff --git a/tools/integration-tests/tester/framework/network.go b/tools/integration-tests/tester/framework/network.go index 84c1828b..32ce3033 100644 --- a/tools/integration-tests/tester/framework/network.go +++ b/tools/integration-tests/tester/framework/network.go @@ -9,7 +9,7 @@ import ( "github.com/docker/docker/api/types" "github.com/docker/docker/client" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" "github.com/iotaledger/hive.go/crypto/ed25519" "github.com/iotaledger/hive.go/identity" "github.com/mr-tron/base58" diff --git a/tools/integration-tests/tester/framework/peer.go b/tools/integration-tests/tester/framework/peer.go index e3e540aa..603336c8 100644 --- a/tools/integration-tests/tester/framework/peer.go +++ b/tools/integration-tests/tester/framework/peer.go @@ -5,9 +5,9 @@ import ( "net/http" "time" - "github.com/iotaledger/goshimmer/client" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - "github.com/iotaledger/goshimmer/plugins/webapi/autopeering" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/autopeering" "github.com/iotaledger/hive.go/identity" ) diff --git a/tools/integration-tests/tester/tests/autopeering/autopeering_test.go b/tools/integration-tests/tester/tests/autopeering/autopeering_test.go index 9bbb7ec3..6b2389d4 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 bcc09c2e..8700bf56 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 2fe1ea9d..bd3f81f0 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 cdffe476..d4cfeedb 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 db15a478..b1745581 100644 --- a/tools/integration-tests/tester/tests/consensus/consensus_conflicts_test.go +++ b/tools/integration-tests/tester/tests/consensus/consensus_conflicts_test.go @@ -5,15 +5,15 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" - - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/plugins/webapi/value/utils" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/tests" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" + + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/utils" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/tests" "github.com/mr-tron/base58/base58" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" diff --git a/tools/integration-tests/tester/tests/consensus/consensus_noconflicts_test.go b/tools/integration-tests/tester/tests/consensus/consensus_noconflicts_test.go index efb5bde5..f9a407fc 100644 --- a/tools/integration-tests/tester/tests/consensus/consensus_noconflicts_test.go +++ b/tools/integration-tests/tester/tests/consensus/consensus_noconflicts_test.go @@ -6,14 +6,14 @@ import ( "testing" "time" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" - "github.com/iotaledger/goshimmer/dapps/valuetransfers" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/address/signaturescheme" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/balance" - "github.com/iotaledger/goshimmer/dapps/valuetransfers/packages/transaction" - "github.com/iotaledger/goshimmer/plugins/webapi/value/utils" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/tests" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/address/signaturescheme" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/balance" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/dapps/valuetransfers/packages/transaction" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/plugins/webapi/value/utils" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/tests" "github.com/mr-tron/base58/base58" "github.com/stretchr/testify/require" ) diff --git a/tools/integration-tests/tester/tests/consensus/main_test.go b/tools/integration-tests/tester/tests/consensus/main_test.go index 422928f9..95448dd3 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 dea82b06..4e40a93a 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 27877125..9db9396f 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 7870e202..66a5aab7 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 a7f7a969..661c8322 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 4d3e5451..c4e0aedd 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 11315ebb..9e0c93cf 100644 --- a/tools/integration-tests/tester/tests/message/message_test.go +++ b/tools/integration-tests/tester/tests/message/message_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/tests" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/tests" "github.com/stretchr/testify/require" ) diff --git a/tools/integration-tests/tester/tests/syncbeacon/main_test.go b/tools/integration-tests/tester/tests/syncbeacon/main_test.go index 721e82ef..0d6630d5 100644 --- a/tools/integration-tests/tester/tests/syncbeacon/main_test.go +++ b/tools/integration-tests/tester/tests/syncbeacon/main_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" ) var f *framework.Framework diff --git a/tools/integration-tests/tester/tests/syncbeacon/syncbeacon_test.go b/tools/integration-tests/tester/tests/syncbeacon/syncbeacon_test.go index fd0bff23..66064ab8 100644 --- a/tools/integration-tests/tester/tests/syncbeacon/syncbeacon_test.go +++ b/tools/integration-tests/tester/tests/syncbeacon/syncbeacon_test.go @@ -6,8 +6,8 @@ import ( "testing" "time" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/framework" - "github.com/iotaledger/goshimmer/tools/integration-tests/tester/tests" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/framework" + "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/tools/integration-tests/tester/tests" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/tools/integration-tests/tester/tests/testutil.go b/tools/integration-tests/tester/tests/testutil.go index d6b8c98b..8d77169d 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 f5d00e21..4cb5921e 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 316e661d..ac7ca16f 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 fb4c06c2..faede91b 100644 --- a/tools/rand-address/main.go +++ b/tools/rand-address/main.go @@ -3,7 +3,7 @@ package main import ( "fmt" - walletseed "github.com/iotaledger/goshimmer/client/wallet/packages/seed" + walletseed "gitlab.imt-atlantique.fr/i18colle/goshimmer_without_tipselection/client/wallet/packages/seed" ) func main() { diff --git a/tools/relay-checker/config.go b/tools/relay-checker/config.go index 5e8d2ed7..477b7119 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 998fda5f..7955fcb3 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 cf6adb0b..ab54324b 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" ) -- GitLab