Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(perf): protorev tracker coin array #7240

Merged
merged 42 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
2e919c6
remove tx fee tracker
czarcas7ic Jan 3, 2024
3785022
add change log
czarcas7ic Jan 3, 2024
25b911d
track array of coins for performance
czarcas7ic Jan 4, 2024
3f217b9
Merge branch 'main' into adam/protorev-tracker-perf
czarcas7ic Jan 4, 2024
ccf65fb
changelog
czarcas7ic Jan 4, 2024
2d88b49
lints
czarcas7ic Jan 4, 2024
91d647e
lints
czarcas7ic Jan 4, 2024
867a1d0
fixes
czarcas7ic Jan 5, 2024
b98972c
Merge branch 'main' into adam/protorev-tracker-perf
czarcas7ic Jan 5, 2024
bc9d9b0
Auto: update go.mod after push to adam/protorev-tracker-perf that mod…
invalid-email-address Jan 5, 2024
12c0f74
fix tests
czarcas7ic Jan 5, 2024
ef5176b
event
czarcas7ic Jan 5, 2024
2e78405
nil error
czarcas7ic Jan 5, 2024
69c2df1
expect accounting height to always be exported
czarcas7ic Jan 5, 2024
e3c0e33
range backwards and add test
czarcas7ic Jan 6, 2024
ee425f0
reduce code duplication
czarcas7ic Jan 6, 2024
759831d
Auto: update go.mod after push to adam/protorev-tracker-perf that mod…
invalid-email-address Jan 6, 2024
7a09aef
init image should not check seq number
czarcas7ic Jan 6, 2024
11013db
revert change to proto rev bc might expect error case
czarcas7ic Jan 6, 2024
286e914
revert init tag for now
czarcas7ic Jan 6, 2024
68bf4ec
config tag
czarcas7ic Jan 6, 2024
a16bea6
lint spelling
czarcas7ic Jan 6, 2024
dfca598
init tag
czarcas7ic Jan 6, 2024
6d6cd16
revert init image
czarcas7ic Jan 6, 2024
ba0c68e
remove osmoutils method for coins to coin array
czarcas7ic Jan 7, 2024
166f039
Merge branch 'main' into adam/protorev-tracker-perf
czarcas7ic Jan 7, 2024
f19b819
continue tracking from same accounting height pre upgrade
czarcas7ic Jan 8, 2024
0a054b0
Merge branch 'main' into adam/protorev-tracker-perf
czarcas7ic Jan 8, 2024
a59dd33
Auto: update go.mod after push to adam/protorev-tracker-perf that mod…
invalid-email-address Jan 8, 2024
a27e3c8
update store helper
czarcas7ic Jan 9, 2024
673a360
Auto: update go.mod after push to adam/protorev-tracker-perf that mod…
invalid-email-address Jan 9, 2024
ba52471
Merge branch 'main' into adam/protorev-tracker-perf
czarcas7ic Jan 9, 2024
fd1a39d
go mod updates
czarcas7ic Jan 9, 2024
a582fa1
just use int
czarcas7ic Jan 9, 2024
46bd310
go mod updates
czarcas7ic Jan 9, 2024
c3f306d
revert statistics.go
czarcas7ic Jan 9, 2024
c665113
fix store key
czarcas7ic Jan 9, 2024
709b70d
update go mods
czarcas7ic Jan 9, 2024
b83740e
dont double append prefix
czarcas7ic Jan 9, 2024
ac2f006
update go mod
czarcas7ic Jan 9, 2024
17cb7c0
Merge branch 'main' into adam/protorev-tracker-perf
czarcas7ic Jan 9, 2024
1216b17
go mod changes
czarcas7ic Jan 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update go mods
  • Loading branch information
czarcas7ic committed Jan 9, 2024
commit 709b70dfe770349c0045a22cc7ff9720201654c9
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ require (
github.com/mattn/go-sqlite3 v1.14.17
github.com/ory/dockertest/v3 v3.10.0
github.com/osmosis-labs/go-mutesting v0.0.0-20221208041716-b43bcd97b3b3
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109185548-a582fa14af24
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109185548-a582fa14af24
github.com/osmosis-labs/osmosis/x/epochs v0.0.3-0.20240109185548-a582fa14af24
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.9-0.20240109185548-a582fa14af24
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109192340-c665113d6c70
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109192340-c665113d6c70
github.com/osmosis-labs/osmosis/x/epochs v0.0.3-0.20240109192340-c665113d6c70
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.9-0.20240109192340-c665113d6c70
github.com/osmosis-labs/sqs v0.0.0-20240108192026-6ccc0a29f77d
github.com/osmosis-labs/sqs/sqsdomain v0.0.0-20240108192026-6ccc0a29f77d
github.com/pkg/errors v0.9.1
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1503,14 +1503,14 @@ github.com/osmosis-labs/cosmos-sdk v0.47.5-v21-osmo-5 h1:yNtKKl4wVbYcX3vW79GbKNs
github.com/osmosis-labs/cosmos-sdk v0.47.5-v21-osmo-5/go.mod h1:4BNXIoS9XecywMSdPr/DIwCgH2/Qjyr2+qhrHu8YSEo=
github.com/osmosis-labs/go-mutesting v0.0.0-20221208041716-b43bcd97b3b3 h1:YlmchqTmlwdWSmrRmXKR+PcU96ntOd8u10vTaTZdcNY=
github.com/osmosis-labs/go-mutesting v0.0.0-20221208041716-b43bcd97b3b3/go.mod h1:lV6KnqXYD/ayTe7310MHtM3I2q8Z6bBfMAi+bhwPYtI=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109185548-a582fa14af24 h1:1mqpnHxkPlvPeYMIhL+RP1Fr56TixP8GHsQB5Jr12SY=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109185548-a582fa14af24/go.mod h1:2E7whlzNJ9BKGdwXx4EWi7X6eOZlGmxIYhUPu5R9/Mg=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109185548-a582fa14af24 h1:HorpHaK/Ik8hwg6L8/F7J532vKdDm27llZYM0R91AzM=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109185548-a582fa14af24/go.mod h1:wbZRVMhvhgtR17IUtSXgr8ySYw/FAgbEbnpUIX78BRQ=
github.com/osmosis-labs/osmosis/x/epochs v0.0.3-0.20240109185548-a582fa14af24 h1:tyEpphHySZdlpinnIxZaCUfLoTbtfdWBrsrQtfYGhl4=
github.com/osmosis-labs/osmosis/x/epochs v0.0.3-0.20240109185548-a582fa14af24/go.mod h1:Coubr5WcLs9CTTzaIPl/wyzR4NOxkxepK6SYnNS/t4Q=
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.9-0.20240109185548-a582fa14af24 h1:po3MMpChl4s4j5AOuI3XKc1ECbb06/PMspa62HWAr8U=
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.9-0.20240109185548-a582fa14af24/go.mod h1:KGMKJfsXOuFq3v5ufBbXXuidNWGBd1QAzvv/7iWq/G8=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109192340-c665113d6c70 h1:8B7cH+yOO7QFvJfOEoByWakmYvy6q140pJn5R+Nmus4=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109192340-c665113d6c70/go.mod h1:aFBDdABMjqz8UHPqNsvgdB+afbPLB+Kw4BFFXXZCAEw=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109192340-c665113d6c70 h1:FwyW7WTzNELItHm/kZCjFm6hSrIbF2NYyNYIXwEphmM=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109192340-c665113d6c70/go.mod h1:spVTL3z3+NCIEqX5WDktzGSU5bccRn4FW3XebyGLFwY=
github.com/osmosis-labs/osmosis/x/epochs v0.0.3-0.20240109192340-c665113d6c70 h1:5PV+u3iN2hVJt0cpK3F2epUzX1MlL8Q7gQiFRDtxi1I=
github.com/osmosis-labs/osmosis/x/epochs v0.0.3-0.20240109192340-c665113d6c70/go.mod h1:DmyyY9V1QMfX5C84G02Fece2Mb/7ATX8qiZxT9+46Cw=
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.9-0.20240109192340-c665113d6c70 h1:uzCDHyH5J8ZKuuge4tpxIdkH3hdZm+7sV+9glpJrgUc=
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.9-0.20240109192340-c665113d6c70/go.mod h1:5rJ53YF7PURsLMgzTBClbJYyJhbyp6zA6U0MVpsfEB0=
github.com/osmosis-labs/sqs v0.0.0-20240108192026-6ccc0a29f77d h1:J650EirkcVLQuc6B2fiVmM4kNQqntYioxd6v/D0RfLw=
github.com/osmosis-labs/sqs v0.0.0-20240108192026-6ccc0a29f77d/go.mod h1:mWCacHuCAOXS9TqOuGtSPVcO8rsfieHCaQjDE/wijZY=
github.com/osmosis-labs/sqs/sqsdomain v0.0.0-20240108192026-6ccc0a29f77d h1:udZMOAqOYdBaYdkFMmylbuOGJBlCG70qehW9QR3cOdQ=
Expand Down
2 changes: 1 addition & 1 deletion osmomath/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
cosmossdk.io/math v1.1.3-rc.1
github.com/cosmos/cosmos-sdk v0.47.5
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109185548-a582fa14af24
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109192340-c665113d6c70
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v2 v2.4.0

Expand Down
4 changes: 2 additions & 2 deletions osmomath/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ github.com/onsi/gomega v1.20.0 h1:8W0cWlwFkflGPLltQvLRB7ZVD5HuP6ng320w2IS245Q=
github.com/onsi/gomega v1.20.0/go.mod h1:DtrZpjmvpn2mPm4YWQa0/ALMDj9v4YxLgojwPeREyVo=
github.com/osmosis-labs/cosmos-sdk v0.47.5-v21-osmo-5 h1:yNtKKl4wVbYcX3vW79GbKNsB0Gb670ihBrnD5+qWtek=
github.com/osmosis-labs/cosmos-sdk v0.47.5-v21-osmo-5/go.mod h1:4BNXIoS9XecywMSdPr/DIwCgH2/Qjyr2+qhrHu8YSEo=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109185548-a582fa14af24 h1:HorpHaK/Ik8hwg6L8/F7J532vKdDm27llZYM0R91AzM=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109185548-a582fa14af24/go.mod h1:wbZRVMhvhgtR17IUtSXgr8ySYw/FAgbEbnpUIX78BRQ=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109192340-c665113d6c70 h1:FwyW7WTzNELItHm/kZCjFm6hSrIbF2NYyNYIXwEphmM=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109192340-c665113d6c70/go.mod h1:spVTL3z3+NCIEqX5WDktzGSU5bccRn4FW3XebyGLFwY=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=
github.com/pelletier/go-toml/v2 v2.1.0/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
Expand Down
2 changes: 1 addition & 1 deletion osmoutils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/cosmos/gogoproto v1.4.11
github.com/cosmos/iavl v0.20.1
github.com/cosmos/ibc-go/v7 v7.3.1
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109185548-a582fa14af24
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109192340-c665113d6c70
github.com/osmosis-labs/osmosis/v21 v21.2.1
github.com/spf13/cast v1.6.0
github.com/spf13/cobra v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions osmoutils/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1229,8 +1229,8 @@ github.com/osmosis-labs/cometbft v0.37.2-v21-osmo-1 h1:dAPp/n4+qqbJgPkMXcU+M0xUW
github.com/osmosis-labs/cometbft v0.37.2-v21-osmo-1/go.mod h1:Y2MMMN//O5K4YKd8ze4r9jmk4Y7h0ajqILXbH5JQFVs=
github.com/osmosis-labs/cosmos-sdk v0.47.5-v21-osmo-5 h1:yNtKKl4wVbYcX3vW79GbKNsB0Gb670ihBrnD5+qWtek=
github.com/osmosis-labs/cosmos-sdk v0.47.5-v21-osmo-5/go.mod h1:4BNXIoS9XecywMSdPr/DIwCgH2/Qjyr2+qhrHu8YSEo=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109185548-a582fa14af24 h1:1mqpnHxkPlvPeYMIhL+RP1Fr56TixP8GHsQB5Jr12SY=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109185548-a582fa14af24/go.mod h1:2E7whlzNJ9BKGdwXx4EWi7X6eOZlGmxIYhUPu5R9/Mg=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109192340-c665113d6c70 h1:8B7cH+yOO7QFvJfOEoByWakmYvy6q140pJn5R+Nmus4=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109192340-c665113d6c70/go.mod h1:aFBDdABMjqz8UHPqNsvgdB+afbPLB+Kw4BFFXXZCAEw=
github.com/osmosis-labs/osmosis/v21 v21.2.1 h1:C6bNyfhhwGmHtrb0ZzzwN8VdbV3zrgkiYwmiEg/a+QY=
github.com/osmosis-labs/osmosis/v21 v21.2.1/go.mod h1:Tnl0TMjv9U7CfIx2ikXYyv986bSgEu6wZL5TMxAz6rA=
github.com/osmosis-labs/osmosis/x/epochs v0.0.3-0.20231220185444-78d2c6fefe94 h1:zMLkDwk0GkaeuA9WLV7YghfJ5GvV90ll4chOf7xzV6I=
Expand Down
6 changes: 3 additions & 3 deletions x/epochs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/cosmos/gogoproto v1.4.11
github.com/golang/protobuf v1.5.3
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109185548-a582fa14af24
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109192340-c665113d6c70
github.com/osmosis-labs/osmosis/v21 v21.2.1
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
Expand Down Expand Up @@ -144,8 +144,8 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mtibben/percent v0.2.1 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109185548-a582fa14af24 // indirect
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.9-0.20240109185548-a582fa14af24 // indirect
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109192340-c665113d6c70 // indirect
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.9-0.20240109192340-c665113d6c70 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand Down
12 changes: 6 additions & 6 deletions x/epochs/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1245,14 +1245,14 @@ github.com/osmosis-labs/cometbft v0.37.2-v21-osmo-1 h1:dAPp/n4+qqbJgPkMXcU+M0xUW
github.com/osmosis-labs/cometbft v0.37.2-v21-osmo-1/go.mod h1:Y2MMMN//O5K4YKd8ze4r9jmk4Y7h0ajqILXbH5JQFVs=
github.com/osmosis-labs/cosmos-sdk v0.47.5-v21-osmo-5 h1:yNtKKl4wVbYcX3vW79GbKNsB0Gb670ihBrnD5+qWtek=
github.com/osmosis-labs/cosmos-sdk v0.47.5-v21-osmo-5/go.mod h1:4BNXIoS9XecywMSdPr/DIwCgH2/Qjyr2+qhrHu8YSEo=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109185548-a582fa14af24 h1:1mqpnHxkPlvPeYMIhL+RP1Fr56TixP8GHsQB5Jr12SY=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109185548-a582fa14af24/go.mod h1:2E7whlzNJ9BKGdwXx4EWi7X6eOZlGmxIYhUPu5R9/Mg=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109185548-a582fa14af24 h1:HorpHaK/Ik8hwg6L8/F7J532vKdDm27llZYM0R91AzM=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109185548-a582fa14af24/go.mod h1:wbZRVMhvhgtR17IUtSXgr8ySYw/FAgbEbnpUIX78BRQ=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109192340-c665113d6c70 h1:8B7cH+yOO7QFvJfOEoByWakmYvy6q140pJn5R+Nmus4=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109192340-c665113d6c70/go.mod h1:aFBDdABMjqz8UHPqNsvgdB+afbPLB+Kw4BFFXXZCAEw=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109192340-c665113d6c70 h1:FwyW7WTzNELItHm/kZCjFm6hSrIbF2NYyNYIXwEphmM=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109192340-c665113d6c70/go.mod h1:spVTL3z3+NCIEqX5WDktzGSU5bccRn4FW3XebyGLFwY=
github.com/osmosis-labs/osmosis/v21 v21.2.1 h1:C6bNyfhhwGmHtrb0ZzzwN8VdbV3zrgkiYwmiEg/a+QY=
github.com/osmosis-labs/osmosis/v21 v21.2.1/go.mod h1:Tnl0TMjv9U7CfIx2ikXYyv986bSgEu6wZL5TMxAz6rA=
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.9-0.20240109185548-a582fa14af24 h1:po3MMpChl4s4j5AOuI3XKc1ECbb06/PMspa62HWAr8U=
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.9-0.20240109185548-a582fa14af24/go.mod h1:KGMKJfsXOuFq3v5ufBbXXuidNWGBd1QAzvv/7iWq/G8=
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.9-0.20240109192340-c665113d6c70 h1:uzCDHyH5J8ZKuuge4tpxIdkH3hdZm+7sV+9glpJrgUc=
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.9-0.20240109192340-c665113d6c70/go.mod h1:5rJ53YF7PURsLMgzTBClbJYyJhbyp6zA6U0MVpsfEB0=
github.com/osmosis-labs/wasmd v0.45.0-osmo h1:NIp7pvJV5HuBN1HwPgEmXKQM2TjVIVdJErIHnB9IMO8=
github.com/osmosis-labs/wasmd v0.45.0-osmo/go.mod h1:J6eRvwii5T1WxhetZkBg1kOJS3GTn1Bw2OLyZBb8EVU=
github.com/pact-foundation/pact-go v1.0.4/go.mod h1:uExwJY4kCzNPcHRj+hCR/HBbOOIwwtUjcrb0b5/5kLM=
Expand Down
4 changes: 2 additions & 2 deletions x/ibc-hooks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ require (
github.com/cosmos/gogoproto v1.4.11
github.com/cosmos/ibc-go/v7 v7.3.1
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109185548-a582fa14af24
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109185548-a582fa14af24
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109192340-c665113d6c70
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109192340-c665113d6c70
github.com/spf13/cobra v1.8.0
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
Expand Down
8 changes: 4 additions & 4 deletions x/ibc-hooks/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1238,10 +1238,10 @@ github.com/osmosis-labs/cometbft v0.37.2-v21-osmo-1 h1:dAPp/n4+qqbJgPkMXcU+M0xUW
github.com/osmosis-labs/cometbft v0.37.2-v21-osmo-1/go.mod h1:Y2MMMN//O5K4YKd8ze4r9jmk4Y7h0ajqILXbH5JQFVs=
github.com/osmosis-labs/cosmos-sdk v0.47.5-v21-osmo-5 h1:yNtKKl4wVbYcX3vW79GbKNsB0Gb670ihBrnD5+qWtek=
github.com/osmosis-labs/cosmos-sdk v0.47.5-v21-osmo-5/go.mod h1:4BNXIoS9XecywMSdPr/DIwCgH2/Qjyr2+qhrHu8YSEo=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109185548-a582fa14af24 h1:1mqpnHxkPlvPeYMIhL+RP1Fr56TixP8GHsQB5Jr12SY=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109185548-a582fa14af24/go.mod h1:2E7whlzNJ9BKGdwXx4EWi7X6eOZlGmxIYhUPu5R9/Mg=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109185548-a582fa14af24 h1:HorpHaK/Ik8hwg6L8/F7J532vKdDm27llZYM0R91AzM=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109185548-a582fa14af24/go.mod h1:wbZRVMhvhgtR17IUtSXgr8ySYw/FAgbEbnpUIX78BRQ=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109192340-c665113d6c70 h1:8B7cH+yOO7QFvJfOEoByWakmYvy6q140pJn5R+Nmus4=
github.com/osmosis-labs/osmosis/osmomath v0.0.7-0.20240109192340-c665113d6c70/go.mod h1:aFBDdABMjqz8UHPqNsvgdB+afbPLB+Kw4BFFXXZCAEw=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109192340-c665113d6c70 h1:FwyW7WTzNELItHm/kZCjFm6hSrIbF2NYyNYIXwEphmM=
github.com/osmosis-labs/osmosis/osmoutils v0.0.7-0.20240109192340-c665113d6c70/go.mod h1:spVTL3z3+NCIEqX5WDktzGSU5bccRn4FW3XebyGLFwY=
github.com/osmosis-labs/wasmd v0.45.0-osmo h1:NIp7pvJV5HuBN1HwPgEmXKQM2TjVIVdJErIHnB9IMO8=
github.com/osmosis-labs/wasmd v0.45.0-osmo/go.mod h1:J6eRvwii5T1WxhetZkBg1kOJS3GTn1Bw2OLyZBb8EVU=
github.com/pact-foundation/pact-go v1.0.4/go.mod h1:uExwJY4kCzNPcHRj+hCR/HBbOOIwwtUjcrb0b5/5kLM=
Expand Down