From 8d667998831a74cfa06d3bb10233d0cd8ad5ff0a Mon Sep 17 00:00:00 2001 From: monopauli Date: Sat, 3 Dec 2022 17:31:58 +0100 Subject: [PATCH] Updated dependencies --- app/app.go | 2 +- app/proposals_whitelisting_test.go | 4 ++-- app/simulation_test.go | 4 ++-- go.mod | 1 + go.sum | 4 ++-- tests/interchain-security/interchain_security_test.go | 4 ++-- testutil/network/network.go | 6 +++--- 7 files changed, 13 insertions(+), 12 deletions(-) diff --git a/app/app.go b/app/app.go index 9dddfb6..20d5cc7 100644 --- a/app/app.go +++ b/app/app.go @@ -95,7 +95,7 @@ import ( const ( AccountAddressPrefix = "cosmos" AppName = "flash" - DefaultChainID = "flash-1" + DefaultChainID = "flash" ) // this line is used by starport scaffolding # stargate/wasm/app/enabledProposals diff --git a/app/proposals_whitelisting_test.go b/app/proposals_whitelisting_test.go index f641a75..3a79123 100644 --- a/app/proposals_whitelisting_test.go +++ b/app/proposals_whitelisting_test.go @@ -4,11 +4,11 @@ import ( "encoding/json" "testing" + "github.com/clemensgg/flash/app" + "github.com/clemensgg/flash/cmd" "github.com/cosmos/cosmos-sdk/simapp" ibctesting "github.com/cosmos/ibc-go/v3/testing" icssimapp "github.com/cosmos/interchain-security/testutil/simapp" - "github.com/strangelove-ventures/strange/app" - "github.com/strangelove-ventures/strange/cmd" "github.com/stretchr/testify/require" "github.com/tendermint/tendermint/libs/log" tmdb "github.com/tendermint/tm-db" diff --git a/app/simulation_test.go b/app/simulation_test.go index 7f17b5b..5cddc98 100644 --- a/app/simulation_test.go +++ b/app/simulation_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/strangelove-ventures/strange/app" - "github.com/strangelove-ventures/strange/cmd" + "github.com/clemensgg/flash/app" + "github.com/clemensgg/flash/cmd" "github.com/cosmos/cosmos-sdk/baseapp" "github.com/cosmos/cosmos-sdk/codec" diff --git a/go.mod b/go.mod index 604e6ec..ef7f11c 100644 --- a/go.mod +++ b/go.mod @@ -133,4 +133,5 @@ replace ( //github.com/cosmos/cosmos-sdk/simapp => cosmossdk.io/simapp v0.0.0-20221202134328-25cf0b3fc843 github.com/cosmos/ibc-go/v3 => github.com/informalsystems/ibc-go/v3 v3.0.0-beta1.0.20220816140824-aba9c2f2b943 github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 + github.com/strangelove-ventures/strange => github.com/clemensgg/flash v0.1.0 ) diff --git a/go.sum b/go.sum index 252865c..9dfcfc3 100644 --- a/go.sum +++ b/go.sum @@ -245,6 +245,8 @@ github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6D github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I= github.com/clbanning/mxj v1.8.4/go.mod h1:BVjHeAH+rl9rs6f+QIpeRl0tfu10SXn1pUSa5PVGJng= github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= +github.com/clemensgg/flash v0.1.0 h1:ZuNmMqYWzUjDv6Th1r1ut0cOEFz79TMIZHQq3jfopSc= +github.com/clemensgg/flash v0.1.0/go.mod h1:rrEW9vYQzUW4GCKK6U5AwF0pCclHBHaGK8Y8Nz/4nJA= github.com/clemensgg/flash-sdk v0.45.7-0.20221202160854-70423c6550f6 h1:HhoarxOnH93hZqbQbJ39VB/yGIzs12DmpOlzSsO19OA= github.com/clemensgg/flash-sdk v0.45.7-0.20221202160854-70423c6550f6/go.mod h1:bPeeVMEtVvH3y3xAGHVbK+/CZlpaazzh77hG8ZrcJpI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= @@ -1270,8 +1272,6 @@ github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4/go.mod h1:RZL github.com/stbenjam/no-sprintf-host-port v0.1.1/go.mod h1:TLhvtIvONRzdmkFiio4O8LHsN9N74I+PhRquPsxpL0I= github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570/go.mod h1:8OR4w3TdeIHIh1g6EMY5p0gVNOovcWC+1vpc7naMuAw= github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3/go.mod h1:hpGUWaI9xL8pRQCTXQgocU38Qw1g0Us7n5PxxTwTCYU= -github.com/strangelove-ventures/strange v0.1.0 h1:jeu2jx7egypNZHdI++A/9KaCGgJ2qYyJo+GeKR7Ou34= -github.com/strangelove-ventures/strange v0.1.0/go.mod h1:LgEO11Qk8aVfum7qj0mjHmLzpLwraag3W/aPRPgNVWA= github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/streadway/amqp v1.0.0/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= diff --git a/tests/interchain-security/interchain_security_test.go b/tests/interchain-security/interchain_security_test.go index ff503b1..45ba7ec 100644 --- a/tests/interchain-security/interchain_security_test.go +++ b/tests/interchain-security/interchain_security_test.go @@ -4,14 +4,14 @@ import ( "encoding/json" "testing" + appConsumer "github.com/clemensgg/flash/app" + "github.com/clemensgg/flash/cmd" "github.com/cosmos/cosmos-sdk/simapp" ibctesting "github.com/cosmos/ibc-go/v3/testing" appProvider "github.com/cosmos/interchain-security/app/provider" "github.com/cosmos/interchain-security/tests/e2e" e2etestutil "github.com/cosmos/interchain-security/testutil/e2e" icssimapp "github.com/cosmos/interchain-security/testutil/simapp" - appConsumer "github.com/strangelove-ventures/strange/app" - "github.com/strangelove-ventures/strange/cmd" "github.com/stretchr/testify/suite" "github.com/tendermint/tendermint/libs/log" dbm "github.com/tendermint/tm-db" diff --git a/testutil/network/network.go b/testutil/network/network.go index e0b1f16..2fd9f61 100644 --- a/testutil/network/network.go +++ b/testutil/network/network.go @@ -19,15 +19,15 @@ import ( tmrand "github.com/tendermint/tendermint/libs/rand" tmdb "github.com/tendermint/tm-db" + "github.com/clemensgg/flash/app" + "github.com/clemensgg/flash/cmd" + "github.com/clemensgg/flash/testutil" cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" genutil "github.com/cosmos/cosmos-sdk/x/genutil" genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" ccvconsumertypes "github.com/cosmos/interchain-security/x/ccv/consumer/types" - "github.com/strangelove-ventures/strange/app" - "github.com/strangelove-ventures/strange/cmd" - "github.com/strangelove-ventures/strange/testutil" types1 "github.com/tendermint/tendermint/abci/types" tmtypes "github.com/tendermint/tendermint/types" )