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

e2e: ICS27 interchain accounts x/group integration #2195

Merged
merged 36 commits into from
Oct 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
4651d79
adding x/group to simapp
damiannolan Sep 5, 2022
38b1ae1
[WIP] initial groups e2e scaffolding
damiannolan Sep 5, 2022
7faf51c
Merge branch 'damian/add-x-group-to-simd' into damian/2039-e2e-ics27-…
damiannolan Sep 5, 2022
69a4609
work in progress
damiannolan Sep 5, 2022
9b7c415
clean
damiannolan Sep 6, 2022
6ca5333
adding interchain account address query to ica controller
damiannolan Sep 6, 2022
758e99a
adding basic cli query
damiannolan Sep 6, 2022
62e1562
satisfy linter, aligning recvr var naming
damiannolan Sep 6, 2022
c7ef852
Merge branch 'damian/add-ica-address-query' into damian/2039-e2e-ics2…
damiannolan Sep 6, 2022
56075d4
initial passing, register account proposal
damiannolan Sep 6, 2022
324a095
successfully passing locally
damiannolan Sep 6, 2022
1480a62
updating default genesis state with allow all ica msgs, cleanup
damiannolan Sep 6, 2022
d1be3cb
reinstate num validators and num full nodes
damiannolan Sep 6, 2022
3006b97
unpin ibctest
damiannolan Sep 7, 2022
ee10b76
Merge branch 'main' into damian/2039-e2e-ics27-groups
damiannolan Sep 7, 2022
b2064c6
Update e2e/tests/interchain_accounts/groups_test.go
damiannolan Sep 7, 2022
dbadf31
Merge branch 'main' into damian/2039-e2e-ics27-groups
damiannolan Sep 7, 2022
66b3bff
Merge branch 'main' into damian/2039-e2e-ics27-groups
damiannolan Sep 24, 2022
edafd40
Merge branch 'damian/2039-e2e-ics27-groups' of github.com:cosmos/ibc-…
damiannolan Sep 24, 2022
4d6f6e7
updating swagger docs
damiannolan Sep 24, 2022
44747df
updating e2e to ibc-go/v6
damiannolan Sep 24, 2022
7bd351a
Merge branch 'main' into damian/2039-e2e-ics27-groups
damiannolan Sep 26, 2022
78eeb39
Merge branch 'main' into damian/2039-e2e-ics27-groups
damiannolan Sep 28, 2022
a7e539b
Merge remote-tracking branch 'origin/main' into damian/2039-e2e-ics27…
damiannolan Oct 6, 2022
b9152f3
Merge branch 'damian/2039-e2e-ics27-groups' of github.com:cosmos/ibc-…
damiannolan Oct 6, 2022
c7e6b04
Merge branch 'main' into damian/2039-e2e-ics27-groups
damiannolan Oct 10, 2022
44b6baf
update deps, remove genesis code, extract consts
damiannolan Oct 11, 2022
b420a43
Merge branch 'damian/2039-e2e-ics27-groups' of github.com:cosmos/ibc-…
damiannolan Oct 11, 2022
2126b4b
code comments and consts
damiannolan Oct 11, 2022
a8d806f
readding intertx query client
damiannolan Oct 11, 2022
3fe0582
fixing godoc
damiannolan Oct 11, 2022
1f61ada
removing json entry in test matracies
damiannolan Oct 11, 2022
13af0f5
Merge branch 'main' into damian/2039-e2e-ics27-groups
damiannolan Oct 11, 2022
c21fa95
Merge branch 'main' into damian/2039-e2e-ics27-groups
crodriguezvega Oct 14, 2022
5c81e17
adding sanity checks and in-line comment
damiannolan Oct 14, 2022
8894b23
Merge branch 'main' into damian/2039-e2e-ics27-groups
damiannolan Oct 14, 2022
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
43 changes: 24 additions & 19 deletions e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.18
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

require (
github.com/cosmos/cosmos-sdk v0.46.1
github.com/cosmos/cosmos-sdk v0.46.2
github.com/cosmos/ibc-go/v6 v6.0.0-alpha1
github.com/cosmos/interchain-accounts v0.3.1-0.20220816085955-393d8444c111
github.com/cosmos/interchain-accounts v0.4.0
github.com/docker/docker v20.10.17+incompatible
github.com/strangelove-ventures/ibctest/v6 v6.0.0-20221005154709-b642157674bc
github.com/stretchr/testify v1.8.0
Expand All @@ -18,10 +18,10 @@ require (
)

require (
cloud.google.com/go v0.100.2 // indirect
cloud.google.com/go/compute v1.6.1 // indirect
cloud.google.com/go/iam v0.3.0 // indirect
cloud.google.com/go/storage v1.14.0 // indirect
cloud.google.com/go v0.102.1 // indirect
cloud.google.com/go/compute v1.7.0 // indirect
cloud.google.com/go/iam v0.4.0 // indirect
cloud.google.com/go/storage v1.22.1 // indirect
cosmossdk.io/errors v1.0.0-beta.7 // indirect
cosmossdk.io/math v1.0.0-beta.3 // indirect
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
Expand All @@ -32,7 +32,7 @@ require (
github.com/ChainSafe/go-schnorrkel/1 v0.0.0-00010101000000-000000000000 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/StirlingMarketingGroup/go-namecase v1.0.0 // indirect
github.com/armon/go-metrics v0.4.0 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/avast/retry-go/v4 v4.0.4 // indirect
github.com/aws/aws-sdk-go v1.40.45 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
Expand All @@ -43,13 +43,14 @@ require (
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.4 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
github.com/confio/ics23/go v0.7.0 // indirect
github.com/cosmos/btcutil v1.0.4 // indirect
github.com/cosmos/cosmos-proto v1.0.0-alpha7 // indirect
github.com/cosmos/go-bip39 v1.0.0 // indirect
github.com/cosmos/gorocksdb v1.2.0 // indirect
github.com/cosmos/iavl v0.19.1 // indirect
github.com/cosmos/iavl v0.19.2-0.20220916140702-9b6be3095313 // indirect
github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect
github.com/cosmos/ledger-go v0.9.2 // indirect
github.com/danieljoos/wincred v1.1.2 // indirect
Expand Down Expand Up @@ -81,8 +82,11 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
github.com/googleapis/go-type-adapters v1.0.0 // indirect
github.com/gorilla/handlers v1.5.1 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
Expand Down Expand Up @@ -111,7 +115,8 @@ require (
github.com/libp2p/go-libp2p-core v0.15.1 // indirect
github.com/libp2p/go-openssl v0.0.7 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/manifoldco/promptui v0.9.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
Expand All @@ -132,7 +137,7 @@ require (
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/pierrec/xxHash v0.1.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand All @@ -155,8 +160,8 @@ require (
github.com/spf13/cobra v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.12.0 // indirect
github.com/subosito/gotenv v1.4.0 // indirect
github.com/spf13/viper v1.13.0 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a // indirect
github.com/tendermint/btcd v0.1.1 // indirect
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 // indirect
Expand All @@ -172,18 +177,18 @@ require (
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/net v0.0.0-20220726230323-06994584191e // indirect
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.0.0-20220727055044-e65921a090b8 // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.12 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
google.golang.org/api v0.81.0 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/api v0.93.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b // indirect
google.golang.org/genproto v0.0.0-20220815135757-37a418bb8959 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand All @@ -209,4 +214,4 @@ replace (
)

// uncomment to use the local version of ibc-go, you will need to run `go mod tidy` in e2e directory.
// replace github.com/cosmos/ibc-go/v5 => ../`
// replace github.com/cosmos/ibc-go/v6 => ../
Loading