Directories
¶
| Path | Synopsis |
|---|---|
|
cosmos-sdk
|
|
|
baseapp
Deprecated.
|
Deprecated. |
|
baseapp/testutil/mock
Package mock is a generated GoMock package.
|
Package mock is a generated GoMock package. |
|
client/docs/statik
Package statik contains static assets.
|
Package statik contains static assets. |
|
client/grpc/node
Package node is a reverse proxy.
|
Package node is a reverse proxy. |
|
client/grpc/reflection
Package reflection is a reverse proxy.
|
Package reflection is a reverse proxy. |
|
client/grpc/tmservice
Package tmservice is a reverse proxy.
|
Package tmservice is a reverse proxy. |
|
codec/legacy
Package legacy contains a global amino Cdc which is deprecated but still used in several places within the SDK.
|
Package legacy contains a global amino Cdc which is deprecated but still used in several places within the SDK. |
|
codec/types
Package types defines a custom wrapper for google.protobuf.Any which supports cached values as well as InterfaceRegistry which keeps track of types which can be used with Any for both security and introspection
|
Package types defines a custom wrapper for google.protobuf.Any which supports cached values as well as InterfaceRegistry which keeps track of types which can be used with Any for both security and introspection |
|
codec/unknownproto
unknownproto implements functionality to "type check" protobuf serialized byte sequences against an expected proto.Message to report:
|
unknownproto implements functionality to "type check" protobuf serialized byte sequences against an expected proto.Message to report: |
|
crypto/hd
Package hd provides support for hierarchical deterministic wallets generation and derivation.
|
Package hd provides support for hierarchical deterministic wallets generation and derivation. |
|
crypto/keyring
Package keyring provides common key management API.
|
Package keyring provides common key management API. |
|
crypto/keys/bcrypt
Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm.
|
Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm. |
|
crypto/keys/internal/ecdsa
Package ECDSA implements Cosmos-SDK compatible ECDSA public and private key.
|
Package ECDSA implements Cosmos-SDK compatible ECDSA public and private key. |
|
crypto/keys/secp256r1
Package secp256r1 implements Cosmos-SDK compatible ECDSA public and private key.
|
Package secp256r1 implements Cosmos-SDK compatible ECDSA public and private key. |
|
internal/conv
Package conv provides internal functions for convertions and data manipulation
|
Package conv provides internal functions for convertions and data manipulation |
|
server
The commands from the SDK are defined with `cobra` and configured with the `viper` package.
|
The commands from the SDK are defined with `cobra` and configured with the `viper` package. |
|
server/grpc/gogoreflection
Package gogoreflection implements gRPC reflection for gogoproto consumers the normal reflection library does not work as it points to a different singleton registry.
|
Package gogoreflection implements gRPC reflection for gogoproto consumers the normal reflection library does not work as it points to a different singleton registry. |
|
server/grpc/reflection/v2alpha1
Package v2alpha1 is a reverse proxy.
|
Package v2alpha1 is a reverse proxy. |
|
std
Package std defines all the common and standard inter-module Cosmos SDK types and definitions modules and applications can depend on.
|
Package std defines all the common and standard inter-module Cosmos SDK types and definitions modules and applications can depend on. |
|
store/pruning/mock
Package mock is a generated GoMock package.
|
Package mock is a generated GoMock package. |
|
testutil/mock
Package mock is a generated GoMock package.
|
Package mock is a generated GoMock package. |
|
testutil/network
Package network implements and exposes a fully operational in-process Tendermint test network that consists of at least one or potentially many validators.
|
Package network implements and exposes a fully operational in-process Tendermint test network that consists of at least one or potentially many validators. |
|
types/bech32/legacybech32
Deprecated: The module provides legacy bech32 functions which will be removed in a future release.
|
Deprecated: The module provides legacy bech32 functions which will be removed in a future release. |
|
types/errors
Package errors provides a shared set of errors for use in the SDK, aliases functionality in the cosmossdk.io/errors module that used to be in this package, and provides some helpers for converting errors to ABCI response code.
|
Package errors provides a shared set of errors for use in the SDK, aliases functionality in the cosmossdk.io/errors module that used to be in this package, and provides some helpers for converting errors to ABCI response code. |
|
types/module
Package module contains application module patterns and associated "manager" functionality.
|
Package module contains application module patterns and associated "manager" functionality. |
|
types/tx
Package tx is a reverse proxy.
|
Package tx is a reverse proxy. |
|
version
Package version is a convenience utility that provides SDK consumers with a ready-to-use version command that produces apps versioning information based on flags passed at compile time.
|
Package version is a convenience utility that provides SDK consumers with a ready-to-use version command that produces apps versioning information based on flags passed at compile time. |
|
x/auth/ante/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/auth/migrations/v2
Package v2 creates in-place store migrations for fixing tracking delegations with vesting accounts.
|
Package v2 creates in-place store migrations for fixing tracking delegations with vesting accounts. |
|
x/auth/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/auth/types
NOTE: Usage of x/params to manage parameters is deprecated in favor of x/gov controlled execution of MsgUpdateParams messages.
|
NOTE: Usage of x/params to manage parameters is deprecated in favor of x/gov controlled execution of MsgUpdateParams messages. |
|
x/auth/vesting/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/authz
Package authz is a reverse proxy.
|
Package authz is a reverse proxy. |
|
x/authz/codec
Package codec provides a singleton instance of Amino codec that should be used to register any concrete type that can later be referenced inside a MsgGrant or MsgExec instance so that they can be (de)serialized properly.
|
Package codec provides a singleton instance of Amino codec that should be used to register any concrete type that can later be referenced inside a MsgGrant or MsgExec instance so that they can be (de)serialized properly. |
|
x/authz/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/bank/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/bank/types
Package types is a reverse proxy.
|
Package types is a reverse proxy. |
|
x/consensus/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/consensus/types
Package types is a reverse proxy.
|
Package types is a reverse proxy. |
|
x/crisis/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/distribution
Package distribution implements a Cosmos SDK module, that provides an implementation of the F1 fee distribution algorithm.
|
Package distribution implements a Cosmos SDK module, that provides an implementation of the F1 fee distribution algorithm. |
|
x/distribution/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/distribution/types
Package types is a reverse proxy.
|
Package types is a reverse proxy. |
|
x/evidence
Package evidence implements a Cosmos SDK module, per ADR 009, that allows for the submission and handling of arbitrary evidence of misbehavior.
|
Package evidence implements a Cosmos SDK module, per ADR 009, that allows for the submission and handling of arbitrary evidence of misbehavior. |
|
x/evidence/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/evidence/types
DONTCOVER
|
DONTCOVER |
|
x/feegrant
Package feegrant provides functionality for authorizing the payment of transaction fees from one account (key) to another account (key).
|
Package feegrant provides functionality for authorizing the payment of transaction fees from one account (key) to another account (key). |
|
x/feegrant/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/genutil
Package genutil contains a variety of genesis utility functionality for usage within a blockchain application.
|
Package genutil contains a variety of genesis utility functionality for usage within a blockchain application. |
|
x/genutil/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/gov/codec
Package codec provides a singleton instance of Amino codec that should be used to register any concrete type that can later be referenced inside a MsgSubmitProposal instance so that they can be (de)serialized properly.
|
Package codec provides a singleton instance of Amino codec that should be used to register any concrete type that can later be referenced inside a MsgSubmitProposal instance so that they can be (de)serialized properly. |
|
x/gov/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/gov/types/v1
Package v1 is a reverse proxy.
|
Package v1 is a reverse proxy. |
|
x/gov/types/v1beta1
Package v1beta1 is a reverse proxy.
|
Package v1beta1 is a reverse proxy. |
|
x/params
Package params provides a namespaced module parameter store.
|
Package params provides a namespaced module parameter store. |
|
x/params/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/params/types
To prevent namespace collision between consumer modules, we define a type Subspace.
|
To prevent namespace collision between consumer modules, we define a type Subspace. |
|
x/params/types/proposal
Package proposal is a reverse proxy.
|
Package proposal is a reverse proxy. |
|
x/simulation
Package simulation implements a full fledged Cosmos SDK application used for executing simulation test suites.
|
Package simulation implements a full fledged Cosmos SDK application used for executing simulation test suites. |
|
x/slashing/migrations/v1
Package v040 is copy-pasted from: https://github.com/cosmos/cosmos-sdk/blob/v0.41.0/x/slashing/types/keys.go
|
Package v040 is copy-pasted from: https://github.com/cosmos/cosmos-sdk/blob/v0.41.0/x/slashing/types/keys.go |
|
x/slashing/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/slashing/types
NOTE: Usage of x/params to manage parameters is deprecated in favor of x/gov controlled execution of MsgUpdateParams messages.
|
NOTE: Usage of x/params to manage parameters is deprecated in favor of x/gov controlled execution of MsgUpdateParams messages. |
|
x/staking/testutil
Package testutil is a generated GoMock package.
|
Package testutil is a generated GoMock package. |
|
x/staking/types
Package types is a reverse proxy.
|
Package types is a reverse proxy. |
|
x/upgrade
Package upgrade provides a Cosmos SDK module that can be used for smoothly upgrading a live Cosmos chain to a new software version.
|
Package upgrade provides a Cosmos SDK module that can be used for smoothly upgrading a live Cosmos chain to a new software version. |
|
x/upgrade/types
Package types is a reverse proxy.
|
Package types is a reverse proxy. |
|
ibc-go
|
|
|
modules/apps/27-interchain-accounts/controller/types
Package types is a reverse proxy.
|
Package types is a reverse proxy. |
|
modules/apps/27-interchain-accounts/host/types
Package types is a reverse proxy.
|
Package types is a reverse proxy. |
|
modules/apps/transfer/types
Package types is a reverse proxy.
|
Package types is a reverse proxy. |
|
modules/core/02-client
Package client implements the ICS 02 - Client Semantics specification https://github.com/cosmos/ibc/tree/master/spec/core/ics-002-client-semantics.
|
Package client implements the ICS 02 - Client Semantics specification https://github.com/cosmos/ibc/tree/master/spec/core/ics-002-client-semantics. |
|
modules/core/02-client/types
Package types is a reverse proxy.
|
Package types is a reverse proxy. |
|
modules/core/03-connection/types
Package types is a reverse proxy.
|
Package types is a reverse proxy. |
|
modules/core/04-channel/types
Package types is a reverse proxy.
|
Package types is a reverse proxy. |
|
modules/core/24-host
24-host is an implementation of ICS24.
|
24-host is an implementation of ICS24. |
|
modules/light-clients/06-solomachine
Package solomachine implements a concrete `ConsensusState`, `Header`, `Misbehaviour` and `Equivocation` types for the Solo Machine light client.
|
Package solomachine implements a concrete `ConsensusState`, `Header`, `Misbehaviour` and `Equivocation` types for the Solo Machine light client. |
|
modules/light-clients/07-tendermint
Package tendermint implements a concrete `ConsensusState`, `Header`, `Misbehaviour` and `Equivocation` types for the Tendermint consensus light client.
|
Package tendermint implements a concrete `ConsensusState`, `Header`, `Misbehaviour` and `Equivocation` types for the Tendermint consensus light client. |
|
modules/light-clients/08-wasm
Package wasm implements a concrete ClientState, ConsensusState, ClientMessage and types for the proxy light client module communicating with underlying Wasm light clients.
|
Package wasm implements a concrete ClientState, ConsensusState, ClientMessage and types for the proxy light client module communicating with underlying Wasm light clients. |
|
modules/light-clients/08-wasm/testing/simapp/params
Package params defines the simulation parameters in the simapp.
|
Package params defines the simulation parameters in the simapp. |
|
modules/light-clients/08-wasm/types
Package types is a reverse proxy.
|
Package types is a reverse proxy. |
|
testing
This file contains the variables, constants, and default values used in the testing package and commonly defined in tests.
|
This file contains the variables, constants, and default values used in the testing package and commonly defined in tests. |
|
testing/mock
This package is only intended to be used for testing core IBC.
|
This package is only intended to be used for testing core IBC. |
|
testing/simapp/params
Package params defines the simulation parameters in the simapp.
|
Package params defines the simulation parameters in the simapp. |
|
cmd/demo
command
|
|
Click to show internal directories.
Click to hide internal directories.