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: Merge in upstream v0.46.x #350

Closed
wants to merge 21 commits into from
Closed

Conversation

faddat
Copy link

@faddat faddat commented Oct 15, 2023

Description

This PR brings changes found in release/v0.46.x of upstream to celestia's fork of cosmos-sdk.

  • bump comet to match celestia-appd
  • bring fixes in from upstream

Closes: #XXXX


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • included the correct type prefix in the PR title
  • added ! to the type prefix if API or client breaking change
  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • followed the guidelines for building modules
  • included the necessary unit and integration tests
  • added a changelog entry to CHANGELOG.md
  • included comments for documenting Go code
  • updated the relevant documentation or specification
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed ! in the type prefix if API or client breaking change
  • confirmed all author checklist items have been addressed
  • reviewed state machine logic
  • reviewed API design and naming
  • reviewed documentation is accurate
  • reviewed tests and test coverage
  • manually tested (if applicable)

julienrbrt and others added 20 commits June 14, 2023 23:20
…alidate (backport cosmos#16554) (cosmos#16570)

Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
) (cosmos#16731)

Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: KyleMoser <KyleMoser@users.noreply.github.com>
Co-authored-by: HuangYi <huang@crypto.com>
…16876)

Co-authored-by: Julien Robert <julien@rbrt.fr>
…unction (backport cosmos#17296) (cosmos#17301)

Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Devon Bear <itsdevbear@berachain.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: devon <80245700+devon-chain@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
…mos#17544) (cosmos#17549)

Co-authored-by: Félix C. Morency <1102868+fmorency@users.noreply.github.com>
Co-authored-by: Bryan White <bryanchriswhite@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
@faddat faddat changed the title Merge in upstream chore: Merge in upstream v0.46.x Oct 15, 2023
@faddat
Copy link
Author

faddat commented Oct 16, 2023

make test       
Starting unit tests
Running unit tests for module .
?       github.com/cosmos/cosmos-sdk/client/debug       [no test files]
?       github.com/cosmos/cosmos-sdk/client/docs/statik [no test files]
ok      github.com/cosmos/cosmos-sdk/baseapp    (cached)
ok      github.com/cosmos/cosmos-sdk/client     (cached)
ok      github.com/cosmos/cosmos-sdk/client/config      (cached)
?       github.com/cosmos/cosmos-sdk/client/grpc/reflection     [no test files]
ok      github.com/cosmos/cosmos-sdk/client/flags       (cached)
ok      github.com/cosmos/cosmos-sdk/client/grpc/node   (cached)
?       github.com/cosmos/cosmos-sdk/client/pruning     [no test files]
ok      github.com/cosmos/cosmos-sdk/client/grpc/tmservice      (cached)
ok      github.com/cosmos/cosmos-sdk/client/input       (cached)
ok      github.com/cosmos/cosmos-sdk/client/keys        (cached)
?       github.com/cosmos/cosmos-sdk/client/snapshot    [no test files]
ok      github.com/cosmos/cosmos-sdk/client/rpc (cached)
ok      github.com/cosmos/cosmos-sdk/client/tx  (cached)
ok      github.com/cosmos/cosmos-sdk/codec      (cached)
ok      github.com/cosmos/cosmos-sdk/codec/legacy       (cached)
ok      github.com/cosmos/cosmos-sdk/codec/types        (cached)
ok      github.com/cosmos/cosmos-sdk/codec/unknownproto (cached)
?       github.com/cosmos/cosmos-sdk/crypto/codec       [no test files]
ok      github.com/cosmos/cosmos-sdk/crypto     (cached)
ok      github.com/cosmos/cosmos-sdk/crypto/hd  (cached)
?       github.com/cosmos/cosmos-sdk/crypto/keys/bcrypt [no test files]
?       github.com/cosmos/cosmos-sdk/crypto/keys/internal/benchmarking  [no test files]
ok      github.com/cosmos/cosmos-sdk/crypto/keyring     (cached)
ok      github.com/cosmos/cosmos-sdk/crypto/keys/ed25519        (cached)
ok      github.com/cosmos/cosmos-sdk/crypto/keys/internal/ecdsa (cached)
ok      github.com/cosmos/cosmos-sdk/crypto/keys/multisig       (cached)
ok      github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1      (cached)
ok      github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1/internal/secp256k1   (cached)
ok      github.com/cosmos/cosmos-sdk/crypto/keys/secp256r1      (cached)
ok      github.com/cosmos/cosmos-sdk/crypto/ledger      (cached)
?       github.com/cosmos/cosmos-sdk/crypto/types/multisig      [no test files]
ok      github.com/cosmos/cosmos-sdk/crypto/types       (cached)
?       github.com/cosmos/cosmos-sdk/internal   [no test files]
ok      github.com/cosmos/cosmos-sdk/crypto/xsalsa20symmetric   (cached)
ok      github.com/cosmos/cosmos-sdk/internal/conv      (cached)
?       github.com/cosmos/cosmos-sdk/internal/db        [no test files]
?       github.com/cosmos/cosmos-sdk/pruning/mock       [no test files]
ok      github.com/cosmos/cosmos-sdk/pruning    (cached)
ok      github.com/cosmos/cosmos-sdk/pruning/types      (cached)
?       github.com/cosmos/cosmos-sdk/server/api [no test files]
?       github.com/cosmos/cosmos-sdk/server/cmd [no test files]
ok      github.com/cosmos/cosmos-sdk/server     (cached)
?       github.com/cosmos/cosmos-sdk/server/grpc/reflection/v2alpha1    [no test files]
ok      github.com/cosmos/cosmos-sdk/server/config      (cached)
ok      github.com/cosmos/cosmos-sdk/server/grpc        (cached)
ok      github.com/cosmos/cosmos-sdk/server/grpc/gogoreflection (cached)
ok      github.com/cosmos/cosmos-sdk/server/mock        (cached)
?       github.com/cosmos/cosmos-sdk/server/rosetta/lib/internal/service        [no test files]
?       github.com/cosmos/cosmos-sdk/server/rosetta/lib/server  [no test files]
?       github.com/cosmos/cosmos-sdk/server/rosetta/lib/types   [no test files]
ok      github.com/cosmos/cosmos-sdk/server/rosetta     (cached)
ok      github.com/cosmos/cosmos-sdk/server/rosetta/lib/errors  (cached)
?       github.com/cosmos/cosmos-sdk/server/types       [no test files]
?       github.com/cosmos/cosmos-sdk/simapp/helpers     [no test files]
?       github.com/cosmos/cosmos-sdk/simapp/params      [no test files]
?       github.com/cosmos/cosmos-sdk/simapp/simd        [no test files]
ok      github.com/cosmos/cosmos-sdk/simapp     (cached)
?       github.com/cosmos/cosmos-sdk/snapshots/types    [no test files]
?       github.com/cosmos/cosmos-sdk/std        [no test files]
?       github.com/cosmos/cosmos-sdk/store      [no test files]
?       github.com/cosmos/cosmos-sdk/tests/mocks        [no test files]
?       github.com/cosmos/cosmos-sdk/tests/mocks/db     [no test files]
?       github.com/cosmos/cosmos-sdk/testutil/cli       [no test files]
?       github.com/cosmos/cosmos-sdk/testutil/rest      [no test files]
?       github.com/cosmos/cosmos-sdk/types/errors       [no test files]
?       github.com/cosmos/cosmos-sdk/types/grpc [no test files]
?       github.com/cosmos/cosmos-sdk/types/kv   [no test files]
?       github.com/cosmos/cosmos-sdk/types/msgservice   [no test files]
?       github.com/cosmos/cosmos-sdk/types/tx/signing   [no test files]
?       github.com/cosmos/cosmos-sdk/x/auth/migrations/v042     [no test files]
?       github.com/cosmos/cosmos-sdk/x/auth/posthandler [no test files]
?       github.com/cosmos/cosmos-sdk/x/auth/testutil    [no test files]
ok      github.com/cosmos/cosmos-sdk/simapp/simd/cmd    0.801s
ok      github.com/cosmos/cosmos-sdk/snapshots  (cached)
ok      github.com/cosmos/cosmos-sdk/store/cache        (cached)
ok      github.com/cosmos/cosmos-sdk/store/cachekv      (cached)
ok      github.com/cosmos/cosmos-sdk/store/cachekv/internal     (cached)
ok      github.com/cosmos/cosmos-sdk/store/cachemulti   (cached)
ok      github.com/cosmos/cosmos-sdk/store/dbadapter    (cached)
ok      github.com/cosmos/cosmos-sdk/store/gaskv        (cached)
ok      github.com/cosmos/cosmos-sdk/store/iavl (cached)
ok      github.com/cosmos/cosmos-sdk/store/internal/maps        (cached)
ok      github.com/cosmos/cosmos-sdk/store/internal/proofs      (cached)
ok      github.com/cosmos/cosmos-sdk/store/listenkv     (cached)
ok      github.com/cosmos/cosmos-sdk/store/mem  (cached)
ok      github.com/cosmos/cosmos-sdk/store/prefix       (cached)
ok      github.com/cosmos/cosmos-sdk/store/rootmulti    (cached)
ok      github.com/cosmos/cosmos-sdk/store/streaming    (cached)
ok      github.com/cosmos/cosmos-sdk/store/streaming/file       (cached)
ok      github.com/cosmos/cosmos-sdk/store/tracekv      (cached)
ok      github.com/cosmos/cosmos-sdk/store/transient    (cached)
ok      github.com/cosmos/cosmos-sdk/store/types        (cached)
ok      github.com/cosmos/cosmos-sdk/telemetry  (cached)
ok      github.com/cosmos/cosmos-sdk/testutil   (cached)
ok      github.com/cosmos/cosmos-sdk/testutil/mock      (cached)
ok      github.com/cosmos/cosmos-sdk/testutil/network   (cached)
ok      github.com/cosmos/cosmos-sdk/types      (cached)
ok      github.com/cosmos/cosmos-sdk/types/address      (cached)
ok      github.com/cosmos/cosmos-sdk/types/bech32       (cached)
ok      github.com/cosmos/cosmos-sdk/types/bech32/legacybech32  (cached)
ok      github.com/cosmos/cosmos-sdk/types/module       (cached)
ok      github.com/cosmos/cosmos-sdk/types/query        (cached)
ok      github.com/cosmos/cosmos-sdk/types/simulation   (cached)
ok      github.com/cosmos/cosmos-sdk/types/tx   (cached)
ok      github.com/cosmos/cosmos-sdk/version    (cached)
ok      github.com/cosmos/cosmos-sdk/x/auth     (cached)
ok      github.com/cosmos/cosmos-sdk/x/auth/ante        (cached)
ok      github.com/cosmos/cosmos-sdk/x/auth/client      (cached)
ok      github.com/cosmos/cosmos-sdk/x/auth/client/cli  (cached)
ok      github.com/cosmos/cosmos-sdk/x/auth/client/testutil     (cached)
ok      github.com/cosmos/cosmos-sdk/x/auth/keeper      (cached)
ok      github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx (cached)
ok      github.com/cosmos/cosmos-sdk/x/auth/migrations/v043     (cached)
ok      github.com/cosmos/cosmos-sdk/x/auth/migrations/v046     (cached)
ok      github.com/cosmos/cosmos-sdk/x/auth/signing     (cached)
ok      github.com/cosmos/cosmos-sdk/x/auth/simulation  (cached)
ok      github.com/cosmos/cosmos-sdk/x/auth/tx  (cached)
?       github.com/cosmos/cosmos-sdk/x/auth/vesting     [no test files]
?       github.com/cosmos/cosmos-sdk/x/auth/vesting/client/cli  [no test files]
ok      github.com/cosmos/cosmos-sdk/x/auth/types       (cached)
?       github.com/cosmos/cosmos-sdk/x/auth/vesting/exported    [no test files]
ok      github.com/cosmos/cosmos-sdk/x/auth/vesting/client/testutil     (cached)
ok      github.com/cosmos/cosmos-sdk/x/auth/vesting/types       (cached)
ok      github.com/cosmos/cosmos-sdk/x/authz    (cached)
?       github.com/cosmos/cosmos-sdk/x/authz/client/cli [no test files]
?       github.com/cosmos/cosmos-sdk/x/authz/codec      [no test files]
ok      github.com/cosmos/cosmos-sdk/x/authz/client/testutil    (cached)
ok      github.com/cosmos/cosmos-sdk/x/authz/keeper     (cached)
ok      github.com/cosmos/cosmos-sdk/x/authz/migrations/v046    (cached)
ok      github.com/cosmos/cosmos-sdk/x/authz/module     (cached)
ok      github.com/cosmos/cosmos-sdk/x/authz/simulation (cached)
?       github.com/cosmos/cosmos-sdk/x/bank/client/cli  [no test files]
ok      github.com/cosmos/cosmos-sdk/x/bank     (cached)
?       github.com/cosmos/cosmos-sdk/x/bank/exported    [no test files]
ok      github.com/cosmos/cosmos-sdk/x/bank/client/testutil     (cached)
?       github.com/cosmos/cosmos-sdk/x/bank/migrations/v042     [no test files]
ok      github.com/cosmos/cosmos-sdk/x/bank/keeper      (cached)
ok      github.com/cosmos/cosmos-sdk/x/bank/migrations/v043     (cached)
?       github.com/cosmos/cosmos-sdk/x/bank/testutil    [no test files]
ok      github.com/cosmos/cosmos-sdk/x/bank/migrations/v046     (cached)
ok      github.com/cosmos/cosmos-sdk/x/bank/simulation  (cached)
ok      github.com/cosmos/cosmos-sdk/x/bank/types       (cached)
ok      github.com/cosmos/cosmos-sdk/x/capability       (cached)
?       github.com/cosmos/cosmos-sdk/x/crisis   [no test files]
?       github.com/cosmos/cosmos-sdk/x/crisis/client/cli        [no test files]
ok      github.com/cosmos/cosmos-sdk/x/capability/keeper        (cached)
ok      github.com/cosmos/cosmos-sdk/x/capability/simulation    (cached)
ok      github.com/cosmos/cosmos-sdk/x/capability/types (cached)
ok      github.com/cosmos/cosmos-sdk/x/crisis/client/testsuite  (cached)
ok      github.com/cosmos/cosmos-sdk/x/crisis/keeper    (cached)
?       github.com/cosmos/cosmos-sdk/x/crisis/types     [no test files]
?       github.com/cosmos/cosmos-sdk/x/distribution/client      [no test files]
ok      github.com/cosmos/cosmos-sdk/x/distribution     (cached)
ok      github.com/cosmos/cosmos-sdk/x/distribution/client/cli  (cached)
ok      github.com/cosmos/cosmos-sdk/x/distribution/client/common       (cached)
ok      github.com/cosmos/cosmos-sdk/x/distribution/client/testutil     (cached)
?       github.com/cosmos/cosmos-sdk/x/distribution/migrations/v042     [no test files]
ok      github.com/cosmos/cosmos-sdk/x/distribution/keeper      (cached)
ok      github.com/cosmos/cosmos-sdk/x/distribution/migrations/v043     (cached)
ok      github.com/cosmos/cosmos-sdk/x/distribution/simulation  (cached)
?       github.com/cosmos/cosmos-sdk/x/epoching/keeper  [no test files]
?       github.com/cosmos/cosmos-sdk/x/evidence/client  [no test files]
ok      github.com/cosmos/cosmos-sdk/x/distribution/types       (cached)
?       github.com/cosmos/cosmos-sdk/x/evidence/exported        [no test files]
ok      github.com/cosmos/cosmos-sdk/x/evidence (cached)
?       github.com/cosmos/cosmos-sdk/x/evidence/client/cli      [no test files]
ok      github.com/cosmos/cosmos-sdk/x/evidence/client/testutil (cached)
ok      github.com/cosmos/cosmos-sdk/x/evidence/keeper  (cached)
ok      github.com/cosmos/cosmos-sdk/x/evidence/simulation      (cached)
ok      github.com/cosmos/cosmos-sdk/x/evidence/types   (cached)
ok      github.com/cosmos/cosmos-sdk/x/feegrant (cached)
?       github.com/cosmos/cosmos-sdk/x/feegrant/client/cli      [no test files]
?       github.com/cosmos/cosmos-sdk/x/genutil/migrations/v043  [no test files]
?       github.com/cosmos/cosmos-sdk/x/genutil/migrations/v046  [no test files]
?       github.com/cosmos/cosmos-sdk/x/gov/client       [no test files]
?       github.com/cosmos/cosmos-sdk/x/gov/migrations/v042      [no test files]
?       github.com/cosmos/cosmos-sdk/x/group/errors     [no test files]
?       github.com/cosmos/cosmos-sdk/x/mint/client/cli  [no test files]
?       github.com/cosmos/cosmos-sdk/x/nft      [no test files]
?       github.com/cosmos/cosmos-sdk/x/nft/client/cli   [no test files]
?       github.com/cosmos/cosmos-sdk/x/nft/module       [no test files]
?       github.com/cosmos/cosmos-sdk/x/params/client    [no test files]
?       github.com/cosmos/cosmos-sdk/x/slashing/client/cli      [no test files]
?       github.com/cosmos/cosmos-sdk/x/slashing/migrations/v042 [no test files]
?       github.com/cosmos/cosmos-sdk/x/slashing/testslashing    [no test files]
?       github.com/cosmos/cosmos-sdk/x/staking/migrations/v042  [no test files]
?       github.com/cosmos/cosmos-sdk/x/staking/teststaking      [no test files]
?       github.com/cosmos/cosmos-sdk/x/upgrade/client   [no test files]
?       github.com/cosmos/cosmos-sdk/x/upgrade/exported [no test files]

ok      github.com/cosmos/cosmos-sdk/x/feegrant/client/testutil 71.794s
ok      github.com/cosmos/cosmos-sdk/x/feegrant/keeper  (cached)
ok      github.com/cosmos/cosmos-sdk/x/feegrant/migrations/v046 (cached)
ok      github.com/cosmos/cosmos-sdk/x/feegrant/module  (cached)
ok      github.com/cosmos/cosmos-sdk/x/feegrant/simulation      (cached)
ok      github.com/cosmos/cosmos-sdk/x/genutil  (cached)
ok      github.com/cosmos/cosmos-sdk/x/genutil/client/cli       (cached)
ok      github.com/cosmos/cosmos-sdk/x/genutil/client/testutil  (cached)
ok      github.com/cosmos/cosmos-sdk/x/genutil/types    (cached)
ok      github.com/cosmos/cosmos-sdk/x/gov      (cached)
ok      github.com/cosmos/cosmos-sdk/x/gov/client/cli   (cached)
ok      github.com/cosmos/cosmos-sdk/x/gov/client/testutil      (cached)
ok      github.com/cosmos/cosmos-sdk/x/gov/client/utils (cached)
ok      github.com/cosmos/cosmos-sdk/x/gov/keeper       (cached)
ok      github.com/cosmos/cosmos-sdk/x/gov/migrations/v043      (cached)
ok      github.com/cosmos/cosmos-sdk/x/gov/migrations/v046      (cached)
ok      github.com/cosmos/cosmos-sdk/x/gov/simulation   (cached)
ok      github.com/cosmos/cosmos-sdk/x/gov/types        (cached)
ok      github.com/cosmos/cosmos-sdk/x/gov/types/v1     (cached)
ok      github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1        (cached)
ok      github.com/cosmos/cosmos-sdk/x/group    (cached)
ok      github.com/cosmos/cosmos-sdk/x/group/client/cli (cached)
ok      github.com/cosmos/cosmos-sdk/x/group/client/testutil    355.132s
ok      github.com/cosmos/cosmos-sdk/x/group/internal/math      (cached)
ok      github.com/cosmos/cosmos-sdk/x/group/internal/orm       (cached)
ok      github.com/cosmos/cosmos-sdk/x/group/keeper     (cached)
ok      github.com/cosmos/cosmos-sdk/x/group/module     (cached)
ok      github.com/cosmos/cosmos-sdk/x/group/simulation (cached)
ok      github.com/cosmos/cosmos-sdk/x/mint     (cached)
ok      github.com/cosmos/cosmos-sdk/x/mint/client/testutil     (cached)
ok      github.com/cosmos/cosmos-sdk/x/mint/keeper      (cached)
ok      github.com/cosmos/cosmos-sdk/x/mint/simulation  (cached)
ok      github.com/cosmos/cosmos-sdk/x/mint/types       (cached)
ok      github.com/cosmos/cosmos-sdk/x/nft/client/testutil      (cached)
ok      github.com/cosmos/cosmos-sdk/x/nft/keeper       (cached)
ok      github.com/cosmos/cosmos-sdk/x/nft/simulation   (cached)
ok      github.com/cosmos/cosmos-sdk/x/params   (cached)
ok      github.com/cosmos/cosmos-sdk/x/params/client/cli        (cached)
ok      github.com/cosmos/cosmos-sdk/x/params/client/testutil   (cached)
ok      github.com/cosmos/cosmos-sdk/x/params/client/utils      (cached)
ok      github.com/cosmos/cosmos-sdk/x/params/keeper    (cached)
ok      github.com/cosmos/cosmos-sdk/x/params/simulation        (cached)
ok      github.com/cosmos/cosmos-sdk/x/params/types     (cached)
ok      github.com/cosmos/cosmos-sdk/x/params/types/proposal    (cached)
ok      github.com/cosmos/cosmos-sdk/x/simulation       (cached)
ok      github.com/cosmos/cosmos-sdk/x/slashing (cached)
ok      github.com/cosmos/cosmos-sdk/x/slashing/client/testutil (cached)
ok      github.com/cosmos/cosmos-sdk/x/slashing/keeper  (cached)
ok      github.com/cosmos/cosmos-sdk/x/slashing/migrations/v043 (cached)
ok      github.com/cosmos/cosmos-sdk/x/slashing/simulation      (cached)
ok      github.com/cosmos/cosmos-sdk/x/slashing/types   (cached)
ok      github.com/cosmos/cosmos-sdk/x/staking  (cached)
ok      github.com/cosmos/cosmos-sdk/x/staking/client/cli       (cached)
ok      github.com/cosmos/cosmos-sdk/x/staking/client/testutil  (cached)
ok      github.com/cosmos/cosmos-sdk/x/staking/keeper   (cached)
ok      github.com/cosmos/cosmos-sdk/x/staking/migrations/v043  (cached)
ok      github.com/cosmos/cosmos-sdk/x/staking/migrations/v046  (cached)
ok      github.com/cosmos/cosmos-sdk/x/staking/simulation       (cached)
ok      github.com/cosmos/cosmos-sdk/x/staking/types    (cached)
ok      github.com/cosmos/cosmos-sdk/x/upgrade  (cached)
ok      github.com/cosmos/cosmos-sdk/x/upgrade/client/cli       (cached)
ok      github.com/cosmos/cosmos-sdk/x/upgrade/client/testutil  (cached)
ok      github.com/cosmos/cosmos-sdk/x/upgrade/keeper   (cached)
ok      github.com/cosmos/cosmos-sdk/x/upgrade/plan     (cached)
ok      github.com/cosmos/cosmos-sdk/x/upgrade/types    (cached)
Running unit tests for module ./client/v2
go: downloading github.com/iancoleman/strcase v0.2.0
go: downloading github.com/cosmos/cosmos-sdk/api v0.1.0
go: downloading google.golang.org/grpc v1.45.0
go: downloading github.com/spf13/cobra v1.4.0
go: downloading gotest.tools/v3 v3.1.0
go: downloading github.com/google/go-cmp v0.5.6
go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
go: downloading google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb
go: downloading golang.org/x/text v0.3.5
?       github.com/cosmos/cosmos-sdk/client/v2/cli/flag [no test files]
?       github.com/cosmos/cosmos-sdk/client/v2/internal/testpb  [no test files]
?       github.com/cosmos/cosmos-sdk/client/v2/internal/util    [no test files]
ok      github.com/cosmos/cosmos-sdk/client/v2/cli      0.645s
Running unit tests for module ./container
go: downloading golang.org/x/exp v0.0.0-20220428152302-39d4317da171
go: downloading github.com/stretchr/testify v1.7.1
go: downloading gotest.tools/v3 v3.2.0
go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
go: downloading github.com/google/go-cmp v0.5.5
?       github.com/cosmos/cosmos-sdk/container/internal/graphviz        [no test files]
?       github.com/cosmos/cosmos-sdk/container/internal/util    [no test files]
ok      github.com/cosmos/cosmos-sdk/container  0.347s
Running unit tests for module ./core
go: downloading github.com/cosmos/cosmos-sdk/container v1.0.0-alpha.3
go: downloading google.golang.org/grpc v1.46.0
go: downloading github.com/goccy/go-graphviz v0.0.9
go: downloading golang.org/x/image v0.0.0-20200119044424-58c23975cae1
# github.com/goccy/go-graphviz/internal/ccall
In file included from common.c:5:
../../go/pkg/mod/github.com/goccy/go-graphviz@v0.0.9/internal/ccall/common/emit.c:165:35: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
../../go/pkg/mod/github.com/goccy/go-graphviz@v0.0.9/internal/ccall/common/emit.c:2540:24: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
../../go/pkg/mod/github.com/goccy/go-graphviz@v0.0.9/internal/ccall/common/emit.c:2596:35: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
../../go/pkg/mod/github.com/goccy/go-graphviz@v0.0.9/internal/ccall/common/emit.c:2602:35: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
../../go/pkg/mod/github.com/goccy/go-graphviz@v0.0.9/internal/ccall/common/emit.c:2612:31: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
../../go/pkg/mod/github.com/goccy/go-graphviz@v0.0.9/internal/ccall/common/emit.c:2623:31: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
../../go/pkg/mod/github.com/goccy/go-graphviz@v0.0.9/internal/ccall/common/emit.c:2628:31: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
../../go/pkg/mod/github.com/goccy/go-graphviz@v0.0.9/internal/ccall/common/emit.c:2641:28: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
../../go/pkg/mod/github.com/goccy/go-graphviz@v0.0.9/internal/ccall/common/emit.c:2650:33: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
../../go/pkg/mod/github.com/goccy/go-graphviz@v0.0.9/internal/ccall/common/emit.c:2659:32: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
../../go/pkg/mod/github.com/goccy/go-graphviz@v0.0.9/internal/ccall/common/emit.c:2668:32: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
# github.com/goccy/go-graphviz/internal/ccall
In file included from dotgen.c:15:
../../go/pkg/mod/github.com/goccy/go-graphviz@v0.0.9/internal/ccall/dotgen/dotsplines.c:2310:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
../../go/pkg/mod/github.com/goccy/go-graphviz@v0.0.9/internal/ccall/dotgen/dotsplines.c:2504:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
?       cosmossdk.io/core/appmodule     [no test files]
?       cosmossdk.io/core/internal      [no test files]
?       cosmossdk.io/core/internal/testpb       [no test files]
ok      cosmossdk.io/core/appconfig     0.478s
Running unit tests for module ./db
go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
go: downloading golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02
go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
go: downloading google.golang.org/protobuf v1.27.1
ok      github.com/cosmos/cosmos-sdk/db 0.314s
?       github.com/cosmos/cosmos-sdk/db/dbtest  [no test files]
?       github.com/cosmos/cosmos-sdk/db/internal        [no test files]
ok      github.com/cosmos/cosmos-sdk/db/badgerdb        1.454s
ok      github.com/cosmos/cosmos-sdk/db/memdb   0.315s
ok      github.com/cosmos/cosmos-sdk/db/prefix  0.979s
Running unit tests for module ./errors
go: downloading github.com/stretchr/testify v1.7.0
go: downloading google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
go: downloading google.golang.org/protobuf v1.26.0
go: downloading github.com/davecgh/go-spew v1.1.0
ok      cosmossdk.io/errors     0.411s
Running unit tests for module ./math
ok      cosmossdk.io/math       0.622s
Running unit tests for module ./orm
go: downloading cosmossdk.io/errors v1.0.0-beta.6
go: downloading github.com/google/go-cmp v0.5.8
go: downloading github.com/regen-network/gocuke v0.6.2
go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf
go: downloading github.com/google/btree v1.0.0
go: downloading github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
go: downloading golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f
go: downloading github.com/golang/snappy v0.0.3-0.20201103224600-674baa8c7fc3
go: downloading github.com/cockroachdb/apd/v3 v3.1.0
go: downloading github.com/cucumber/common/gherkin/go/v22 v22.0.0
go: downloading github.com/cucumber/common/messages/go/v17 v17.1.1
go: downloading golang.org/x/text v0.3.6
go: downloading github.com/alecthomas/participle/v2 v2.0.0-alpha7
go: downloading github.com/gofrs/uuid v4.2.0+incompatible
?       github.com/cosmos/cosmos-sdk/orm/cmd/protoc-gen-go-cosmos-orm   [no test files]
?       github.com/cosmos/cosmos-sdk/orm/encoding       [no test files]
?       github.com/cosmos/cosmos-sdk/orm/encoding/encodeutil    [no test files]
?       github.com/cosmos/cosmos-sdk/orm/internal/listinternal  [no test files]
?       github.com/cosmos/cosmos-sdk/orm/internal/codegen       [no test files]
ok      github.com/cosmos/cosmos-sdk/orm/encoding/ormfield      0.440s
?       github.com/cosmos/cosmos-sdk/orm/internal/testkv        [no test files]
?       github.com/cosmos/cosmos-sdk/orm/internal/testpb        [no test files]
?       github.com/cosmos/cosmos-sdk/orm/model  [no test files]
?       github.com/cosmos/cosmos-sdk/orm/model/ormlist  [no test files]
?       github.com/cosmos/cosmos-sdk/orm/internal/testutil      [no test files]
ok      github.com/cosmos/cosmos-sdk/orm/encoding/ormkv 3.432s
ok      github.com/cosmos/cosmos-sdk/orm/internal/fieldnames    0.624s
ok      github.com/cosmos/cosmos-sdk/orm/internal/stablejson    0.354s
ok      github.com/cosmos/cosmos-sdk/orm/model/ormdb    0.767s
?       github.com/cosmos/cosmos-sdk/orm/testing/ormmocks       [no test files]
?       github.com/cosmos/cosmos-sdk/orm/testing/ormtest        [no test files]
?       github.com/cosmos/cosmos-sdk/orm/types  [no test files]
?       github.com/cosmos/cosmos-sdk/orm/types/kv       [no test files]
?       github.com/cosmos/cosmos-sdk/orm/types/ormerrors        [no test files]
?       github.com/cosmos/cosmos-sdk/orm/types/ormjson  [no test files]
ok      github.com/cosmos/cosmos-sdk/orm/model/ormtable 1.317s
Running unit tests for module ./store/tools/ics23
go: downloading github.com/celestiaorg/smt v0.3.0
?       github.com/cosmos/cosmos-sdk/store/tools/ics23  [no test files]
?       github.com/cosmos/cosmos-sdk/store/tools/ics23/iavl/cmd/testgen-iavl    [no test files]
?       github.com/cosmos/cosmos-sdk/store/tools/ics23/iavl/helpers     [no test files]
?       github.com/cosmos/cosmos-sdk/store/tools/ics23/smt/cmd/testgen-smt      [no test files]
?       github.com/cosmos/cosmos-sdk/store/tools/ics23/smt/helpers      [no test files]
?       github.com/cosmos/cosmos-sdk/store/tools/ics23/tendermint/cmd/testgen-simple    [no test files]
ok      github.com/cosmos/cosmos-sdk/store/tools/ics23/iavl     0.477s
ok      github.com/cosmos/cosmos-sdk/store/tools/ics23/smt      0.941s

@rootulp
Copy link
Collaborator

rootulp commented Nov 7, 2023

Thanks for the contribution! Closing in favor of #357

@rootulp rootulp closed this Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants