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

testing: e2e support for sdkv50 #4485

Merged
merged 329 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
329 commits
Select commit Hold shift + click to select a range
84b2cbe
fix calls to NewContext
faddat Jun 10, 2023
2863fb3
tidy and enable thelper
faddat Jun 10, 2023
beb4895
use thelper and disable depguard
faddat Jun 10, 2023
5398ebc
use latest golangci-lint in ci
faddat Jun 10, 2023
ed91aa1
upgrade to go 1.20 and newer protobuf builder to reduce v50 changeset
faddat Jun 10, 2023
1f5c002
more cleanup, 5% of tests pass
faddat Jun 10, 2023
ff610bc
add go work
faddat Jun 10, 2023
97b2f1d
bumps
faddat Jun 10, 2023
7808b79
set up rootmultistore in the new way and address WrongArgCount lints
faddat Jun 10, 2023
9018b67
fixing
sontrinh16 Jun 14, 2023
117e0b9
Merge branch 'sdk-50' of https://github.com/notional-labs/ibc-go into…
sontrinh16 Jun 14, 2023
a8f1dbc
register modulebasicmanager in app.go
faddat Jun 15, 2023
4b28b56
add module register in app.go
sontrinh16 Jun 15, 2023
ae5fc78
Merge branch 'sdk-50' of https://github.com/notional-labs/ibc-go into…
sontrinh16 Jun 15, 2023
961e24f
fix the upgrade module's return
faddat Jun 15, 2023
450a66a
all errors now checked
faddat Jun 15, 2023
28fd9ee
update FinalizeBlock height input
sontrinh16 Jun 15, 2023
4c67968
update FinalizeBlock height input
sontrinh16 Jun 15, 2023
74f16f7
revert changes to the capability module path
faddat Jun 16, 2023
9eee032
add circuit breaker
faddat Jun 16, 2023
43a9eec
Begin to use modulebasicmanager
faddat Jun 16, 2023
7bac9a0
rename Marshaler to Codec
faddat Jun 16, 2023
6a70698
account for modulebasicmanager
faddat Jun 16, 2023
bba05f8
fix setup()
faddat Jun 16, 2023
d9480f2
fix import cycle
faddat Jun 16, 2023
488f452
use appcodec for setuptestingapp
faddat Jun 16, 2023
2d96e89
add missing IBCKeeper initialize and remove unused module from module…
sontrinh16 Jun 17, 2023
46e4099
update SetupWithGenesisValSet func
sontrinh16 Jun 17, 2023
02638d0
fixups
faddat Jun 18, 2023
3565e22
remove argument from NewContext
pysel Jun 18, 2023
578cfbb
remove unused code
pysel Jun 18, 2023
c88afa6
refactor FundAccount usage
pysel Jun 18, 2023
ff6b19a
fix test
pysel Jun 18, 2023
fa322aa
coins.IsEqual -> coins.Equal
pysel Jun 18, 2023
5ce68c1
replace errorsmod path
pysel Jun 18, 2023
60c4b75
fix SetupTest
pysel Jun 18, 2023
3df95d9
remove unused variable
pysel Jun 18, 2023
bac4355
change function origin
pysel Jun 18, 2023
1004c0d
sdk -> storetypes
pysel Jun 18, 2023
3ff8d7d
replace name
pysel Jun 18, 2023
cad89ad
cleanup app.go like goland diff ~/ibc-go/testing/simapp ~/cosmos-sdk/…
faddat Jun 18, 2023
fa20458
ModuleManager
faddat Jun 18, 2023
279b10b
add makeCommit func
sontrinh16 Jun 18, 2023
a3e9f8b
fix conflict
sontrinh16 Jun 18, 2023
ab85343
fixing
sontrinh16 Jun 18, 2023
b26ccfa
minor
sontrinh16 Jun 18, 2023
099f888
remove double imports
pysel Jun 19, 2023
835e48f
linting
pysel Jun 19, 2023
715f28d
add interface registry for ibc light client
sontrinh16 Jun 19, 2023
7ce40ef
Merge branch 'ibc-go-sdk-50-mark-2' of https://github.com/notional-la…
sontrinh16 Jun 19, 2023
93a5466
register client state
pysel Jun 19, 2023
e857029
bump cometbft to the latest commit from the v0.38.x branch
faddat Jun 19, 2023
69933c3
parallel tests
faddat Jun 19, 2023
6cd0353
parallelize one more test
faddat Jun 19, 2023
a7f9021
undeprecate stuff
pysel Jun 20, 2023
08a79a3
unwrap sdk context: deprecated
pysel Jun 20, 2023
1d53ae1
big ctx unwrapping
pysel Jun 20, 2023
421dc61
accountI
pysel Jun 20, 2023
9243ac4
undeprecate events
pysel Jun 20, 2023
c4d51de
amino
pysel Jun 20, 2023
323d84d
29-fee amino
pysel Jun 20, 2023
01adf7c
add interface registry solomachine
GNaD13 Jun 20, 2023
9cceed2
change to legacy context
GNaD13 Jun 20, 2023
b53e4f3
add dockerfile
pysel Jun 21, 2023
a276031
try debugging
sontrinh16 Jun 22, 2023
24cc3ae
eliminate changes to .github
faddat Jun 23, 2023
a13f1f8
Revert "parallel tests"
faddat Jun 23, 2023
a831c9e
make some of the changes suggested by @alpe / review wasmd's implemen…
faddat Jun 23, 2023
c0ab808
push changes to chain.go w/ attribution
faddat Jun 23, 2023
a391be0
correctly eliminate changes from .github
faddat Jun 23, 2023
16396a1
remove the compatiblity test matrices
faddat Jun 23, 2023
b04fd09
remove all of .github
faddat Jun 23, 2023
01d3ec7
re-add .github checked out from the feature branch
faddat Jun 23, 2023
33e2ef2
revert gitignore changes
faddat Jun 23, 2023
3687486
remove .dockerignore
faddat Jun 23, 2023
7ff3d4c
ensure no changes to docs and ci config
faddat Jun 23, 2023
9d66be0
fix conflict with main
sontrinh16 Jun 26, 2023
b1b74a3
fix setup
sontrinh16 Jun 26, 2023
8d42349
revert the addition of go.work
faddat Jun 27, 2023
3702bb6
lint
faddat Jun 27, 2023
76ca90b
fix .github
faddat Jun 27, 2023
bb0e79c
Merge remote-tracking branch 'origin/feat/upgrade-sdk-v0.50' into ibc…
faddat Jun 27, 2023
8f8d327
uncomment
faddat Jun 27, 2023
7ea1421
sync
faddat Jun 27, 2023
b2e7c5f
remove go.work.sum
faddat Jun 27, 2023
b366fb4
tidy
faddat Jun 27, 2023
36dec7f
fix issue in GetSimApp
faddat Jun 27, 2023
d7fcbba
correct number of variables in export.go
faddat Jun 27, 2023
5e61394
sdk.Context -> context.Context
faddat Jun 27, 2023
2ebfd10
begin to fix queries for ica
faddat Jun 27, 2023
f5f1008
this commit will allow us to separate capability
faddat Jun 27, 2023
444db19
break out capability
faddat Jun 27, 2023
4ab2772
fix
sontrinh16 Jun 27, 2023
53d9ab7
fix conflict
sontrinh16 Jun 27, 2023
ed6637e
Merge branch 'ibc-go-sdk-50-mark-2' of https://github.com/notional-la…
faddat Jun 28, 2023
447e4f4
fix accountkeeper
faddat Jun 28, 2023
3c8435d
fix call to clear validator historical rewards in export.go
faddat Jun 28, 2023
72e5ee0
fix transfer_authorization.go
faddat Jun 28, 2023
b406682
fix authz types in transfer_authorization_test.go
faddat Jun 28, 2023
5dbed73
lint
faddat Jun 28, 2023
d3a3b6d
fix: apply SDK app hash fix
colin-axner Jun 29, 2023
21b78b1
go mod tidy in capability
colin-axner Jun 29, 2023
e8321e1
Merge pull request #213 from cosmos/colin/sdk-eden-fix
sontrinh16 Jun 30, 2023
b09bcc4
tidy
faddat Jun 30, 2023
f27027f
Merge branches 'ibc-go-sdk-50-mark-2' and 'ibc-go-sdk-50-mark-2' of h…
faddat Jun 30, 2023
568409c
handle errors in export
faddat Jun 30, 2023
941f9da
fix lint in root.go
faddat Jul 2, 2023
1980fcf
refactor: change sdk.Events usage to []abci.Event
colin-axner Jun 28, 2023
b4a638f
fix: e2e build
colin-axner Jun 29, 2023
7089d33
bumps and fix the proposal test
faddat Jul 2, 2023
6e40b8b
bumps for capability
faddat Jul 2, 2023
39e5f3a
use 0.13.3 proto-gen
faddat Jul 2, 2023
1c890e0
bring in new changes to app.go and follow @alpe's advice on versionin…
faddat Jul 3, 2023
fadad9c
add an abci.go file
faddat Jul 3, 2023
50470ce
various bumps to resolve the go-metrics issue
faddat Jul 3, 2023
c6b9b14
tidy capability module
faddat Jul 3, 2023
c2ff361
actually tidy capability module
faddat Jul 3, 2023
c3fca2f
various updates, linting
faddat Jul 3, 2023
3f796bf
add attributeKeyData to emitted events
faddat Jul 3, 2023
17302ef
begin with the acknowledgement
faddat Jul 3, 2023
f0e61f0
Update modules/apps/27-interchain-accounts/module.go
faddat Jul 3, 2023
ba95a58
Update modules/capability/module.go
faddat Jul 3, 2023
553c2a9
Update modules/apps/27-interchain-accounts/module.go
faddat Jul 3, 2023
5e7f837
return nil error in the capability module's beginblock
faddat Jul 3, 2023
88bb6f0
use sdk's mustsortjson
faddat Jul 5, 2023
7231a45
use the sdk's MustSortJSON
faddat Jul 5, 2023
f8a97ce
lint
faddat Jul 5, 2023
1a3f9d2
fix: test fixes in 02-client
colin-axner Jul 5, 2023
6c196f1
fix: update mock priv val to match cometbft
colin-axner Jul 5, 2023
b0c11c1
update storetypes from the sdk types library
faddat Jul 5, 2023
dbb500b
lint
faddat Jul 5, 2023
e1a622d
improvement(api)!: remove unused `EventTypeTimeoutPacketOnClose` (#3806)
crodriguezvega Jul 3, 2023
1c07a6b
testing: add function `RelayPacketWithResults` (#3986)
crodriguezvega Jul 3, 2023
571f558
build(deps): Bump bufbuild/buf-setup-action from 1.23.0 to 1.23.1 (#3…
dependabot[bot] Jul 3, 2023
bc1d1d6
abcitxresult
faddat Jul 5, 2023
fe098b9
feat(ica)!: support json tx encoding for interchain accounts (#3796)
srdtrk Jul 3, 2023
96efd65
cleanup after merging json support
faddat Jul 5, 2023
c2bc0bc
lint
faddat Jul 5, 2023
9c86c9d
imp: refactor simapp to more closely resemble the style used in cosmo…
faddat Jul 3, 2023
e8556bb
fix testpb
faddat Jul 5, 2023
360bac5
Merge remote-tracking branch 'origin/feat/upgrade-sdk-v0.50' into ibc…
faddat Jul 5, 2023
a6f3e97
post-merge cleanup
faddat Jul 5, 2023
0bebbc1
Merge remote-tracking branch 'origin/main' into ibc-go-sdk-50-mark-2
faddat Jul 6, 2023
6a8c595
Revert "Merge remote-tracking branch 'origin/main' into ibc-go-sdk-50…
faddat Jul 6, 2023
7359d82
remove testing/simapp/abci.go
faddat Jul 10, 2023
c82e899
remove dummy vote extension handler
faddat Jul 10, 2023
2ca5ef6
remove copylocks
faddat Jul 10, 2023
0a860d0
revert unneeded changes
faddat Jul 10, 2023
40034a6
add GetMemKey again
faddat Jul 10, 2023
26a56ce
restore all use of getmemkey
faddat Jul 10, 2023
0dcf5cc
bump sdk's libraries, cleanup (#214)
faddat Jul 10, 2023
a8b55ee
Update genesis_test.go
faddat Jul 10, 2023
8abb293
revert a memkey change
faddat Jul 10, 2023
2cbd5fb
memstorekey change
faddat Jul 10, 2023
b411802
Update modules/apps/27-interchain-accounts/host/client/cli/cli.go
faddat Jul 10, 2023
a45dcd7
Update keeper_test.go
faddat Jul 10, 2023
ed259fd
don't add tests (reduce diff) (#215)
faddat Jul 11, 2023
96cddcc
use the separated capability module
faddat Jul 11, 2023
65937f6
sync
faddat Jul 11, 2023
d8261b9
tidy
faddat Jul 11, 2023
8acc656
remove an unneeded import
faddat Jul 11, 2023
15efbf7
fix ics27 tests
colin-axner Jul 13, 2023
838c3b1
fix: add back signer and validate basic checks
colin-axner Jul 13, 2023
5dc176a
fix: coordinator no longer updates time before committing a block
colin-axner Jul 13, 2023
5777723
fix: handle querying validator set for current block
colin-axner Jul 13, 2023
74401f9
fix: correctly parse channelID from solomachine
colin-axner Jul 13, 2023
6cc004f
remove print statement
crodriguezvega Jul 14, 2023
29e0bdd
Merge feature branch
crodriguezvega Jul 14, 2023
36ee8ec
bump capability module to v1.0.0-rc2
crodriguezvega Jul 14, 2023
72796c4
fix fee event test
crodriguezvega Jul 14, 2023
ad127ce
linter fixes
crodriguezvega Jul 14, 2023
20f6740
comment about replace directive
crodriguezvega Jul 14, 2023
4fe7168
Merge feature branch (again)
crodriguezvega Jul 14, 2023
c317763
merge fix for client test
crodriguezvega Jul 14, 2023
292f007
remove unused import
crodriguezvega Jul 14, 2023
28eaf9b
fix capability imports
crodriguezvega Jul 14, 2023
c094320
adjust timeout
faddat Jul 16, 2023
7264e9b
potentially a better way to test for the event
crodriguezvega Jul 17, 2023
ebf66a9
Update modules/core/04-channel/keeper/events.go
faddat Jul 18, 2023
4c84db6
build(deps): Bump bufbuild/buf-setup-action from 1.23.1 to 1.24.0 (#4…
dependabot[bot] Jul 14, 2023
6778020
Use alpine as base image for building simd. (#4067)
DimitrisJim Jul 16, 2023
f42c01b
fix: undo unnecessary capability changes
colin-axner Jul 17, 2023
f4b2cad
testing: simplify ica codec setup
colin-axner Jul 17, 2023
3fa9b91
refactor: remove unnecessary begin blocka and end block functions
colin-axner Jul 17, 2023
d57c393
fix: add back removed events
colin-axner Jul 17, 2023
35a4951
test: add back commented test with fixed logic
colin-axner Jul 18, 2023
20359ea
nit: move context unwrapping to callsite
colin-axner Jul 18, 2023
c2fc3c4
nit: rename found to err
colin-axner Jul 18, 2023
e856c8e
nit: remove unnecessary client state registration in solo machine
colin-axner Jul 18, 2023
41772a4
Merge branch 'feat/upgrade-sdk-v0.50' of github.com:cosmos/ibc-go int…
colin-axner Jul 20, 2023
edf7548
nit: formatting
colin-axner Jul 20, 2023
dee01fe
nit: undo merge conflict change
colin-axner Jul 20, 2023
2587a7d
fix: grpc err check
colin-axner Jul 20, 2023
9601322
nit: error formatting
colin-axner Jul 20, 2023
62a496c
nit: add back linter check to reduce review diffs
colin-axner Jul 20, 2023
2912976
test: fixup channel tests
colin-axner Jul 20, 2023
5a5196f
test: add back missing tests
colin-axner Jul 20, 2023
924a887
simapp: match sdk structure
colin-axner Jul 20, 2023
e048f38
refactor: remove unnecessary code
colin-axner Jul 20, 2023
56b77b5
remove: unnecessary file
colin-axner Jul 20, 2023
7a34223
fix: add back simapp upgrades
colin-axner Jul 20, 2023
7d61919
fix: remove added changes from merge conflict
colin-axner Jul 20, 2023
ba89e89
update sdk
faddat Jul 22, 2023
f318f08
tidy
faddat Jul 22, 2023
168b572
cleanup and add to capbability
faddat Jul 22, 2023
b0263ea
cleanup staking keeper, account keeper, and gov router
faddat Jul 22, 2023
8a485c2
remove height from keeper test
faddat Jul 22, 2023
4cf0ed3
update proto builder version
faddat Jul 22, 2023
94b8071
revert changes to the misbehaviour test
faddat Jul 22, 2023
06f36bb
eliminate unnecessary aliases
faddat Jul 22, 2023
d2649cc
tidy capabilities
faddat Jul 22, 2023
4eef9f7
bump deps again (to be sure)
faddat Jul 22, 2023
6ca86ce
cleanup with changes from sdk upstream
faddat Jul 22, 2023
7a18e0a
fix minor delegation address setup in SetupWithGenesisValSet
sontrinh16 Jul 22, 2023
e7feb6d
minor
sontrinh16 Jul 22, 2023
2952fdf
switch to ext vote set
sontrinh16 Jul 22, 2023
a98af7f
resolve transfer timeout-height flag redefined on cmd test err
sontrinh16 Jul 22, 2023
7566557
bump sdk
faddat Jul 24, 2023
c09778c
tidy
faddat Jul 24, 2023
c70bc92
fix a linting issue in app.go
faddat Jul 24, 2023
54df149
use abci instead of abcitypes
faddat Jul 24, 2023
1d7283b
remove named returns
faddat Jul 24, 2023
e8c560b
use latest capability module
faddat Jul 24, 2023
db795b9
rm unnecessary import alias: pkg context
damiannolan Jul 24, 2023
f24ee35
updating to latest buf tag for cosmos-sdk
damiannolan Jul 24, 2023
f92bdd2
imp: add in-code docs to ica message authentication
colin-axner Jul 25, 2023
0d13b5b
test: simplify test logic
colin-axner Jul 25, 2023
ce4df1a
nit: testing fixes
colin-axner Jul 25, 2023
50174ad
refactor: slim down necessary changes in testing pkg
colin-axner Jul 25, 2023
c7fbb20
Merge branch 'feat/upgrade-sdk-v0.50' of github.com:cosmos/ibc-go int…
colin-axner Jul 25, 2023
ed60bbb
refactor: format upgrade handlers properly
colin-axner Jul 25, 2023
2a5caca
upgrade e2e tests
faddat Jul 25, 2023
d9c9eae
Merge branch 'sdkv50' into e2e-v8-update
charleenfei Aug 24, 2023
80ce891
merge interchain test updates
faddat Aug 24, 2023
4d136e1
start e2e fixes
charleenfei Aug 24, 2023
3cba8d4
linter
charleenfei Aug 25, 2023
d3da7b1
update ref to cmtservice
charleenfei Aug 25, 2023
b0a576d
rm unnecessary int64 conversion from chain balance
charleenfei Aug 25, 2023
058ca77
update replace statement
charleenfei Aug 25, 2023
49a2e3d
fix redundant imports
charleenfei Aug 25, 2023
1f2e4cd
update method
charleenfei Aug 28, 2023
32dff9e
extCommit -> CommitType
charleenfei Aug 28, 2023
e7ab485
revert: unnecessary changes
colin-axner Aug 29, 2023
3c3b5cd
nit: add back line breaks
colin-axner Aug 29, 2023
bcd0b14
go mod tidy
colin-axner Aug 29, 2023
df75623
fix: genesis parsing, thanks Cian!
colin-axner Aug 29, 2023
e4c6861
fix: use custom relayer image from branch: cosmos/relayer/colin/event…
colin-axner Aug 29, 2023
9c6a9db
update relayer image to use custom built on ubuntu 22
charleenfei Aug 31, 2023
7f8d824
update relayer tag and default relayer
charleenfei Aug 31, 2023
bce6f7e
update to latest commit on notional
charleenfei Aug 31, 2023
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
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
run: |
if [ "${{ github.event_name }}" == "schedule" ]
then
echo "relayer=hermes" >> $GITHUB_OUTPUT
echo "relayer-tag=1.4.0" >> $GITHUB_OUTPUT
else
echo "relayer=rly" >> $GITHUB_OUTPUT
echo "relayer-tag=latest" >> $GITHUB_OUTPUT
echo "relayer-tag=colin-event-fix" >> $GITHUB_OUTPUT
else
echo "relayer=hermes" >> $GITHUB_OUTPUT
echo "relayer-tag=v1.6.0" >> $GITHUB_OUTPUT
fi
# build-e2e ensures that all test code compiles.
build-e2e:
Expand Down
76 changes: 47 additions & 29 deletions e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ go 1.21
require (
cosmossdk.io/errors v1.0.0
cosmossdk.io/math v1.1.2
github.com/cometbft/cometbft v0.37.2
github.com/cosmos/cosmos-sdk v0.50.0-rc.0
github.com/cosmos/gogoproto v1.4.10
cosmossdk.io/x/upgrade v0.0.0-20230818115413-c402c51a1508
github.com/cometbft/cometbft v0.38.0-rc3
github.com/cosmos/cosmos-sdk v0.50.0-rc.0.0.20230819070346-e8164be94954
github.com/cosmos/gogoproto v1.4.11
github.com/cosmos/ibc-go/v7 v7.2.0
github.com/cosmos/interchain-accounts v0.5.1
github.com/docker/docker v24.0.5+incompatible
Expand All @@ -20,17 +21,13 @@ require (
)

require (
cloud.google.com/go v0.110.4 // indirect
cloud.google.com/go/compute v1.20.1 // indirect
cloud.google.com/go v0.110.6 // indirect
cloud.google.com/go/compute v1.23.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v1.1.0 // indirect
cloud.google.com/go/iam v1.1.1 // indirect
cloud.google.com/go/storage v1.30.1 // indirect
cosmossdk.io/tools/rosetta v0.2.1 // indirect
github.com/aws/aws-sdk-go v1.44.203 // indirect
github.com/aws/aws-sdk-go v1.44.224 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/coinbase/rosetta-sdk-go/types v1.0.0 // indirect
github.com/confio/ics23/go v0.9.0 // indirect
github.com/cosmos/rosetta-sdk-go v0.10.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/s2a-go v0.1.4 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
Expand All @@ -40,7 +37,6 @@ require (
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/rakyll/statik v0.1.7 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
Expand All @@ -50,26 +46,34 @@ require (
)

require (
cosmossdk.io/api v0.3.1 // indirect
cosmossdk.io/core v0.5.1 // indirect
cosmossdk.io/api v0.7.0 // indirect
cosmossdk.io/client/v2 v2.0.0-20230818115413-c402c51a1508 // indirect
cosmossdk.io/collections v0.4.0 // indirect
cosmossdk.io/core v0.10.0 // indirect
cosmossdk.io/depinject v1.0.0-alpha.4 // indirect
cosmossdk.io/log v1.2.0 // indirect
cosmossdk.io/store v1.0.0-alpha.1.0.20230728080422-54ed7dab3982 // indirect
cosmossdk.io/x/circuit v0.0.0-20230818115413-c402c51a1508 // indirect
cosmossdk.io/x/evidence v0.0.0-20230818115413-c402c51a1508 // indirect
cosmossdk.io/x/feegrant v0.0.0-20230818115413-c402c51a1508 // indirect
cosmossdk.io/x/tx v0.9.1 // indirect
filippo.io/edwards25519 v1.0.0 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
github.com/99designs/keyring v1.2.2 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/ChainSafe/go-schnorrkel v1.0.0 // indirect
github.com/ChainSafe/go-schnorrkel/1 v0.0.0-00010101000000-000000000000 // indirect
github.com/ComposableFi/go-subkey/v2 v2.0.0-tm03420 // indirect
github.com/DataDog/zstd v1.5.5 // indirect
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/StirlingMarketingGroup/go-namecase v1.0.0 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/avast/retry-go/v4 v4.5.0 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
github.com/bits-and-blooms/bitset v1.8.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
Expand All @@ -78,17 +82,19 @@ require (
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
github.com/cockroachdb/errors v1.10.0 // indirect
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
github.com/cockroachdb/pebble v0.0.0-20230817233644-564b068800e0 // indirect
github.com/cockroachdb/redact v1.1.5 // indirect
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
github.com/cometbft/cometbft-db v0.8.0 // indirect
github.com/cosmos/btcutil v1.0.5 // indirect
github.com/cosmos/cosmos-proto v1.0.0-beta.2 // indirect
github.com/cosmos/cosmos-db v1.0.0 // indirect
github.com/cosmos/cosmos-proto v1.0.0-beta.3 // indirect
github.com/cosmos/go-bip39 v1.0.0 // indirect
github.com/cosmos/gogogateway v1.2.0 // indirect
github.com/cosmos/iavl v0.20.0 // indirect
github.com/cosmos/ibc-go/modules/capability v1.0.0-rc1 // indirect
github.com/cosmos/iavl v1.0.0-beta.2 // indirect
github.com/cosmos/ibc-go/modules/capability v1.0.0-rc3 // indirect
github.com/cosmos/ics23/go v0.10.0 // indirect
github.com/cosmos/ledger-cosmos-go v0.13.0 // indirect
github.com/creachadair/taskgroup v0.4.2 // indirect
github.com/danieljoos/wincred v1.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deckarep/golang-set v1.8.0 // indirect
Expand All @@ -105,15 +111,18 @@ require (
github.com/docker/go-units v0.5.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
github.com/emicklei/dot v1.5.0 // indirect
github.com/ethereum/go-ethereum v1.11.2 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/getsentry/sentry-go v0.22.0 // indirect
github.com/getsentry/sentry-go v0.23.0 // indirect
github.com/go-kit/kit v0.12.0 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/gobwas/ws v1.1.0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/gogo/googleapis v1.4.1 // indirect
github.com/gogo/protobuf v1.3.3 // indirect
Expand All @@ -133,13 +142,17 @@ require (
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
github.com/gtank/merlin v0.1.1 // indirect
github.com/gtank/ristretto255 v0.1.2 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/go-metrics v0.5.1 // indirect
github.com/hashicorp/go-plugin v1.4.10 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/hdevalence/ed25519consensus v0.1.0 // indirect
github.com/huandu/skiplist v1.2.0 // indirect
github.com/iancoleman/strcase v0.3.0 // indirect
github.com/icza/dyno v0.0.0-20220812133438-f0b6f8a18845 // indirect
github.com/improbable-eng/grpc-web v0.15.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand Down Expand Up @@ -174,6 +187,8 @@ require (
github.com/multiformats/go-multicodec v0.8.1 // indirect
github.com/multiformats/go-multihash v0.2.1 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/oasisprotocol/curve25519-voi v0.0.0-20230110094441-db37f07504ce // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
Expand All @@ -185,7 +200,7 @@ require (
github.com/prometheus/client_golang v1.16.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
Expand All @@ -211,20 +226,21 @@ require (
go.etcd.io/bbolt v1.3.7 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/term v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/tools v0.12.0 // indirect
google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230815205213-6bfd019c3878 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.5.0 // indirect
lukechampine.com/blake3 v1.1.7 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
Expand All @@ -237,7 +253,7 @@ require (
modernc.org/strutil v1.1.3 // indirect
modernc.org/token v1.1.0 // indirect
nhooyr.io/websocket v1.8.7 // indirect
pgregory.net/rapid v1.0.0 // indirect
pgregory.net/rapid v1.1.0 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

Expand All @@ -254,3 +270,5 @@ replace github.com/cosmos/ibc-go/v7 => ../
replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7

replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

replace github.com/strangelove-ventures/interchaintest/v7 => github.com/notional-labs/interchaintest/v7 v7.0.0-20230831143727-c9539fd05629
Loading
Loading