Merge branch 'main' into nicolas/ibc-rate-limit-integration-and-tests
Showing
+470 -560
... | ... | @@ -12,7 +12,7 @@ require ( |
github.com/gogo/protobuf v1.3.3 | ||
github.com/golang/mock v1.6.0 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/golangci/golangci-lint v1.50.0 | ||
github.com/golangci/golangci-lint v1.50.1 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/grpc-ecosystem/grpc-gateway v1.16.0 | ||
github.com/mattn/go-sqlite3 v1.14.15 | ||
... | ... | @@ -24,13 +24,13 @@ require ( |
github.com/spf13/cobra v1.6.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.13.0 | ||
github.com/stretchr/testify v1.8.0 | ||
github.com/tendermint/tendermint v0.34.21 | ||
github.com/stretchr/testify v1.8.1 | ||
github.com/tendermint/tendermint v0.34.22 | ||
github.com/tendermint/tm-db v0.6.8-0.20220506192307-f628bb5dc95b | ||
go.uber.org/multierr v1.8.0 | ||
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e | ||
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b | ||
google.golang.org/grpc v1.49.0 | ||
google.golang.org/grpc v1.50.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
mvdan.cc/gofumpt v0.4.0 | ||
) | ||
... | ... | @@ -43,7 +43,7 @@ require ( |
github.com/curioswitch/go-reassign v0.2.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.1 // indirect | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/kkHAIKE/contextcheck v1.1.2 // indirect | ||
github.com/kkHAIKE/contextcheck v1.1.3 // indirect | ||
github.com/maratori/testableexamples v1.0.0 // indirect | ||
github.com/regen-network/cosmos-proto v0.3.1 // indirect | ||
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect | ||
... | ... | @@ -51,8 +51,8 @@ require ( |
github.com/sivchari/nosnakecase v1.7.0 // indirect | ||
github.com/timonwong/loggercheck v0.9.3 // indirect | ||
github.com/zimmski/go-mutesting v0.0.0-20210610104036-6d9217011a00 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/zap v1.21.0 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
go.uber.org/zap v1.22.0 // indirect | ||
) | ||
require ( | ||
... | ... | @@ -63,7 +63,7 @@ require ( |
github.com/Antonboom/errname v0.1.7 // indirect | ||
github.com/Antonboom/nilnil v0.1.1 // indirect | ||
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect | ||
github.com/BurntSushi/toml v1.2.0 // indirect | ||
github.com/BurntSushi/toml v1.2.1 // indirect | ||
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect | ||
github.com/CosmWasm/wasmvm v1.0.0 | ||
github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 // indirect | ||
... | ... | @@ -97,7 +97,7 @@ require ( |
github.com/cosmos/gorocksdb v1.2.0 // indirect | ||
github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect | ||
github.com/cosmos/ledger-go v0.9.3 // indirect | ||
github.com/daixiang0/gci v0.8.0 // indirect | ||
github.com/daixiang0/gci v0.8.1 // indirect | ||
github.com/danieljoos/wincred v1.1.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/denis-tingaikin/go-header v0.4.3 // indirect | ||
... | ... | @@ -199,11 +199,11 @@ require ( |
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
github.com/mbilski/exhaustivestruct v1.2.0 // indirect | ||
github.com/mgechev/revive v1.2.4 // indirect | ||
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect | ||
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect | ||
github.com/minio/highwayhash v1.0.2 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect | ||
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect | ||
github.com/moricho/tparallel v0.2.1 // indirect | ||
github.com/mtibben/percent v0.2.1 // indirect | ||
github.com/nakabonne/nestif v0.3.1 // indirect | ||
... | ... | @@ -228,14 +228,14 @@ require ( |
github.com/quasilyte/gogrep v0.0.0-20220828223005-86e4605de09f // indirect | ||
github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 // indirect | ||
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/rs/cors v1.8.2 // indirect | ||
github.com/rs/zerolog v1.27.0 // indirect | ||
github.com/ryancurrah/gomodguard v1.2.4 // indirect | ||
github.com/ryanrolds/sqlclosecheck v0.3.0 // indirect | ||
github.com/sanposhiho/wastedassign/v2 v2.0.6 // indirect | ||
github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa // indirect | ||
github.com/sasha-s/go-deadlock v0.3.1 // indirect | ||
github.com/securego/gosec/v2 v2.13.1 // indirect | ||
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
... | ... | @@ -247,7 +247,7 @@ require ( |
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect | ||
github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect | ||
github.com/stretchr/objx v0.4.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/subosito/gotenv v1.4.1 // indirect | ||
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca | ||
github.com/tdakkota/asciicheck v0.1.1 // indirect | ||
... | ... | @@ -256,8 +256,8 @@ require ( |
github.com/tendermint/go-amino v0.16.0 // indirect | ||
github.com/tetafro/godot v1.4.11 // indirect | ||
github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 // indirect | ||
github.com/tomarrell/wrapcheck/v2 v2.6.2 // indirect | ||
github.com/tommy-muehle/go-mnd/v2 v2.5.0 // indirect | ||
github.com/tomarrell/wrapcheck/v2 v2.7.0 // indirect | ||
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect | ||
github.com/ultraware/funlen v0.0.3 // indirect | ||
github.com/ultraware/whitespace v0.0.5 // indirect | ||
github.com/uudashr/gocognit v1.0.6 // indirect | ||
... | ... | @@ -272,15 +272,15 @@ require ( |
gitlab.com/bosi/decorder v0.2.3 // indirect | ||
go.etcd.io/bbolt v1.3.6 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect | ||
golang.org/x/crypto v0.1.0 // indirect | ||
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect | ||
golang.org/x/net v0.0.0-20220726230323-06994584191e // indirect | ||
golang.org/x/mod v0.6.0 // indirect | ||
golang.org/x/net v0.1.0 // indirect | ||
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect | ||
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // 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/sys v0.1.0 // indirect | ||
golang.org/x/term v0.1.0 // indirect | ||
golang.org/x/text v0.4.0 // indirect | ||
golang.org/x/tools v0.2.0 // indirect | ||
google.golang.org/protobuf v1.28.1 | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
... | ... |
This diff is collapsed.
osmomath/log2_bench_test.go
0 → 100644
proto/osmosis/streamswap/v1/tx.proto
deleted
100644 → 0
x/epochs/client/cli/query_test.go
0 → 100644
x/gamm/client/cli/query_test.go
0 → 100644
Please register or sign in to comment