diff --git a/Makefile b/Makefile index 69d70e7a..df6b2f38 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ COSMOS_SDK_URL := https://github.com/fetchai/cosmos-sdk -COSMOS_SDK_VERSION := merge/v0.53.4_to_v0.19.4__jiri +COSMOS_SDK_VERSION := v0.20.0-rc0 COSMOS_SDK_DIR := build/cosmos-sdk-proto-schema WASMD_URL := https://github.com/CosmWasm/wasmd diff --git a/cosmpy/protos/__init__.py b/cosmpy/protos/__init__.py new file mode 100644 index 00000000..8818e0b0 --- /dev/null +++ b/cosmpy/protos/__init__.py @@ -0,0 +1,27 @@ +"""This package includes autogenerated implementation of protocol buffer schema files.""" +# -*- coding: utf-8 -*- +# ------------------------------------------------------------------------------ +# +# Copyright 2018-2022 Fetch.AI Limited +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# ------------------------------------------------------------------------------ + +"""This package includes autogenerated implementation of protocol buffer schema files.""" + +import sys +from os.path import dirname + + +sys.path.append(dirname(__file__)) \ No newline at end of file diff --git a/cosmpy/protos/amino/__init__.py b/cosmpy/protos/amino/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/__init__.py b/cosmpy/protos/cosmos/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/app/__init__.py b/cosmpy/protos/cosmos/app/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/app/runtime/__init__.py b/cosmpy/protos/cosmos/app/runtime/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/app/runtime/v1alpha1/__init__.py b/cosmpy/protos/cosmos/app/runtime/v1alpha1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/app/v1alpha1/__init__.py b/cosmpy/protos/cosmos/app/v1alpha1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/auth/__init__.py b/cosmpy/protos/cosmos/auth/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/auth/module/__init__.py b/cosmpy/protos/cosmos/auth/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/auth/module/v1/__init__.py b/cosmpy/protos/cosmos/auth/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/auth/v1beta1/__init__.py b/cosmpy/protos/cosmos/auth/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/authz/__init__.py b/cosmpy/protos/cosmos/authz/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/authz/module/__init__.py b/cosmpy/protos/cosmos/authz/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/authz/module/v1/__init__.py b/cosmpy/protos/cosmos/authz/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/authz/v1beta1/__init__.py b/cosmpy/protos/cosmos/authz/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/autocli/__init__.py b/cosmpy/protos/cosmos/autocli/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/autocli/v1/__init__.py b/cosmpy/protos/cosmos/autocli/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/bank/__init__.py b/cosmpy/protos/cosmos/bank/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/bank/module/__init__.py b/cosmpy/protos/cosmos/bank/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/bank/module/v1/__init__.py b/cosmpy/protos/cosmos/bank/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/bank/v1beta1/__init__.py b/cosmpy/protos/cosmos/bank/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/base/__init__.py b/cosmpy/protos/cosmos/base/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/base/abci/__init__.py b/cosmpy/protos/cosmos/base/abci/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/base/abci/v1beta1/__init__.py b/cosmpy/protos/cosmos/base/abci/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/base/node/__init__.py b/cosmpy/protos/cosmos/base/node/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/base/node/v1beta1/__init__.py b/cosmpy/protos/cosmos/base/node/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/base/query/__init__.py b/cosmpy/protos/cosmos/base/query/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/base/query/v1beta1/__init__.py b/cosmpy/protos/cosmos/base/query/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/base/reflection/__init__.py b/cosmpy/protos/cosmos/base/reflection/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/base/reflection/v1beta1/__init__.py b/cosmpy/protos/cosmos/base/reflection/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/base/reflection/v2alpha1/__init__.py b/cosmpy/protos/cosmos/base/reflection/v2alpha1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/base/tendermint/__init__.py b/cosmpy/protos/cosmos/base/tendermint/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/base/tendermint/v1beta1/__init__.py b/cosmpy/protos/cosmos/base/tendermint/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/base/v1beta1/__init__.py b/cosmpy/protos/cosmos/base/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/benchmark/__init__.py b/cosmpy/protos/cosmos/benchmark/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/benchmark/module/__init__.py b/cosmpy/protos/cosmos/benchmark/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/benchmark/module/v1/__init__.py b/cosmpy/protos/cosmos/benchmark/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/benchmark/v1/__init__.py b/cosmpy/protos/cosmos/benchmark/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/circuit/__init__.py b/cosmpy/protos/cosmos/circuit/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/circuit/module/__init__.py b/cosmpy/protos/cosmos/circuit/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/circuit/module/v1/__init__.py b/cosmpy/protos/cosmos/circuit/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/circuit/v1/__init__.py b/cosmpy/protos/cosmos/circuit/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/consensus/__init__.py b/cosmpy/protos/cosmos/consensus/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/consensus/module/__init__.py b/cosmpy/protos/cosmos/consensus/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/consensus/module/v1/__init__.py b/cosmpy/protos/cosmos/consensus/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/consensus/v1/__init__.py b/cosmpy/protos/cosmos/consensus/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/counter/__init__.py b/cosmpy/protos/cosmos/counter/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/counter/module/__init__.py b/cosmpy/protos/cosmos/counter/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/counter/module/v1/__init__.py b/cosmpy/protos/cosmos/counter/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/counter/v1/__init__.py b/cosmpy/protos/cosmos/counter/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/crisis/__init__.py b/cosmpy/protos/cosmos/crisis/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/crisis/module/__init__.py b/cosmpy/protos/cosmos/crisis/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/crisis/module/v1/__init__.py b/cosmpy/protos/cosmos/crisis/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/crisis/v1beta1/__init__.py b/cosmpy/protos/cosmos/crisis/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/crypto/__init__.py b/cosmpy/protos/cosmos/crypto/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/crypto/ed25519/__init__.py b/cosmpy/protos/cosmos/crypto/ed25519/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/crypto/hd/__init__.py b/cosmpy/protos/cosmos/crypto/hd/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/crypto/hd/v1/__init__.py b/cosmpy/protos/cosmos/crypto/hd/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/crypto/keyring/__init__.py b/cosmpy/protos/cosmos/crypto/keyring/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/crypto/keyring/v1/__init__.py b/cosmpy/protos/cosmos/crypto/keyring/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/crypto/multisig/__init__.py b/cosmpy/protos/cosmos/crypto/multisig/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/crypto/multisig/v1beta1/__init__.py b/cosmpy/protos/cosmos/crypto/multisig/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/crypto/secp256k1/__init__.py b/cosmpy/protos/cosmos/crypto/secp256k1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/crypto/secp256r1/__init__.py b/cosmpy/protos/cosmos/crypto/secp256r1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/distribution/__init__.py b/cosmpy/protos/cosmos/distribution/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/distribution/module/__init__.py b/cosmpy/protos/cosmos/distribution/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/distribution/module/v1/__init__.py b/cosmpy/protos/cosmos/distribution/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/distribution/v1beta1/__init__.py b/cosmpy/protos/cosmos/distribution/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/epochs/__init__.py b/cosmpy/protos/cosmos/epochs/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/epochs/module/__init__.py b/cosmpy/protos/cosmos/epochs/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/epochs/module/v1/__init__.py b/cosmpy/protos/cosmos/epochs/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/epochs/v1beta1/__init__.py b/cosmpy/protos/cosmos/epochs/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/evidence/__init__.py b/cosmpy/protos/cosmos/evidence/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/evidence/module/__init__.py b/cosmpy/protos/cosmos/evidence/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/evidence/module/v1/__init__.py b/cosmpy/protos/cosmos/evidence/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/evidence/v1beta1/__init__.py b/cosmpy/protos/cosmos/evidence/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/feegrant/__init__.py b/cosmpy/protos/cosmos/feegrant/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/feegrant/module/__init__.py b/cosmpy/protos/cosmos/feegrant/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/feegrant/module/v1/__init__.py b/cosmpy/protos/cosmos/feegrant/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/feegrant/v1beta1/__init__.py b/cosmpy/protos/cosmos/feegrant/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/genutil/__init__.py b/cosmpy/protos/cosmos/genutil/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/genutil/module/__init__.py b/cosmpy/protos/cosmos/genutil/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/genutil/module/v1/__init__.py b/cosmpy/protos/cosmos/genutil/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/genutil/v1beta1/__init__.py b/cosmpy/protos/cosmos/genutil/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/gov/__init__.py b/cosmpy/protos/cosmos/gov/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/gov/module/__init__.py b/cosmpy/protos/cosmos/gov/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/gov/module/v1/__init__.py b/cosmpy/protos/cosmos/gov/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/gov/v1/__init__.py b/cosmpy/protos/cosmos/gov/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/gov/v1beta1/__init__.py b/cosmpy/protos/cosmos/gov/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/group/__init__.py b/cosmpy/protos/cosmos/group/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/group/module/__init__.py b/cosmpy/protos/cosmos/group/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/group/module/v1/__init__.py b/cosmpy/protos/cosmos/group/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/group/v1/__init__.py b/cosmpy/protos/cosmos/group/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/ics23/__init__.py b/cosmpy/protos/cosmos/ics23/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/ics23/v1/__init__.py b/cosmpy/protos/cosmos/ics23/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/mint/__init__.py b/cosmpy/protos/cosmos/mint/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/mint/module/__init__.py b/cosmpy/protos/cosmos/mint/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/mint/module/v1/__init__.py b/cosmpy/protos/cosmos/mint/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/mint/v1beta1/__init__.py b/cosmpy/protos/cosmos/mint/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/msg/__init__.py b/cosmpy/protos/cosmos/msg/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/msg/textual/__init__.py b/cosmpy/protos/cosmos/msg/textual/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/msg/textual/v1/__init__.py b/cosmpy/protos/cosmos/msg/textual/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/msg/v1/__init__.py b/cosmpy/protos/cosmos/msg/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/nft/__init__.py b/cosmpy/protos/cosmos/nft/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/nft/module/__init__.py b/cosmpy/protos/cosmos/nft/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/nft/module/v1/__init__.py b/cosmpy/protos/cosmos/nft/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/nft/v1beta1/__init__.py b/cosmpy/protos/cosmos/nft/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/params/__init__.py b/cosmpy/protos/cosmos/params/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/params/module/__init__.py b/cosmpy/protos/cosmos/params/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/params/module/v1/__init__.py b/cosmpy/protos/cosmos/params/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/params/v1beta1/__init__.py b/cosmpy/protos/cosmos/params/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/protocolpool/__init__.py b/cosmpy/protos/cosmos/protocolpool/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/protocolpool/module/__init__.py b/cosmpy/protos/cosmos/protocolpool/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/protocolpool/module/v1/__init__.py b/cosmpy/protos/cosmos/protocolpool/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/protocolpool/v1/__init__.py b/cosmpy/protos/cosmos/protocolpool/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/query/__init__.py b/cosmpy/protos/cosmos/query/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/query/v1/__init__.py b/cosmpy/protos/cosmos/query/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/reflection/__init__.py b/cosmpy/protos/cosmos/reflection/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/reflection/v1/__init__.py b/cosmpy/protos/cosmos/reflection/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/slashing/__init__.py b/cosmpy/protos/cosmos/slashing/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/slashing/module/__init__.py b/cosmpy/protos/cosmos/slashing/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/slashing/module/v1/__init__.py b/cosmpy/protos/cosmos/slashing/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/slashing/v1beta1/__init__.py b/cosmpy/protos/cosmos/slashing/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/staking/__init__.py b/cosmpy/protos/cosmos/staking/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/staking/module/__init__.py b/cosmpy/protos/cosmos/staking/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/staking/module/v1/__init__.py b/cosmpy/protos/cosmos/staking/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/staking/v1beta1/__init__.py b/cosmpy/protos/cosmos/staking/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/store/__init__.py b/cosmpy/protos/cosmos/store/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/store/internal/__init__.py b/cosmpy/protos/cosmos/store/internal/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/store/internal/kv/__init__.py b/cosmpy/protos/cosmos/store/internal/kv/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/store/internal/kv/v1beta1/__init__.py b/cosmpy/protos/cosmos/store/internal/kv/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/store/snapshots/__init__.py b/cosmpy/protos/cosmos/store/snapshots/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/store/snapshots/v1/__init__.py b/cosmpy/protos/cosmos/store/snapshots/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/store/streaming/__init__.py b/cosmpy/protos/cosmos/store/streaming/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/store/streaming/abci/__init__.py b/cosmpy/protos/cosmos/store/streaming/abci/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/store/v1beta1/__init__.py b/cosmpy/protos/cosmos/store/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/tx/__init__.py b/cosmpy/protos/cosmos/tx/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/tx/config/__init__.py b/cosmpy/protos/cosmos/tx/config/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/tx/config/v1/__init__.py b/cosmpy/protos/cosmos/tx/config/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/tx/signing/__init__.py b/cosmpy/protos/cosmos/tx/signing/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/tx/signing/v1beta1/__init__.py b/cosmpy/protos/cosmos/tx/signing/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/tx/v1beta1/__init__.py b/cosmpy/protos/cosmos/tx/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/upgrade/__init__.py b/cosmpy/protos/cosmos/upgrade/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/upgrade/module/__init__.py b/cosmpy/protos/cosmos/upgrade/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/upgrade/module/v1/__init__.py b/cosmpy/protos/cosmos/upgrade/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/upgrade/v1beta1/__init__.py b/cosmpy/protos/cosmos/upgrade/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/vesting/__init__.py b/cosmpy/protos/cosmos/vesting/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/vesting/module/__init__.py b/cosmpy/protos/cosmos/vesting/module/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/vesting/module/v1/__init__.py b/cosmpy/protos/cosmos/vesting/module/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos/vesting/v1beta1/__init__.py b/cosmpy/protos/cosmos/vesting/v1beta1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmos_proto/__init__.py b/cosmpy/protos/cosmos_proto/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmwasm/__init__.py b/cosmpy/protos/cosmwasm/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmwasm/wasm/__init__.py b/cosmpy/protos/cosmwasm/wasm/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/cosmwasm/wasm/v1/__init__.py b/cosmpy/protos/cosmwasm/wasm/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/gogoproto/__init__.py b/cosmpy/protos/gogoproto/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/__init__.py b/cosmpy/protos/ibc/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/applications/__init__.py b/cosmpy/protos/ibc/applications/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/applications/interchain_accounts/__init__.py b/cosmpy/protos/ibc/applications/interchain_accounts/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/applications/interchain_accounts/controller/__init__.py b/cosmpy/protos/ibc/applications/interchain_accounts/controller/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/applications/interchain_accounts/controller/v1/__init__.py b/cosmpy/protos/ibc/applications/interchain_accounts/controller/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/applications/interchain_accounts/genesis/__init__.py b/cosmpy/protos/ibc/applications/interchain_accounts/genesis/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/applications/interchain_accounts/genesis/v1/__init__.py b/cosmpy/protos/ibc/applications/interchain_accounts/genesis/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/applications/interchain_accounts/host/__init__.py b/cosmpy/protos/ibc/applications/interchain_accounts/host/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/applications/interchain_accounts/host/v1/__init__.py b/cosmpy/protos/ibc/applications/interchain_accounts/host/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/applications/interchain_accounts/v1/__init__.py b/cosmpy/protos/ibc/applications/interchain_accounts/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/applications/transfer/__init__.py b/cosmpy/protos/ibc/applications/transfer/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/applications/transfer/v1/__init__.py b/cosmpy/protos/ibc/applications/transfer/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/core/__init__.py b/cosmpy/protos/ibc/core/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/core/channel/__init__.py b/cosmpy/protos/ibc/core/channel/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/core/channel/v1/__init__.py b/cosmpy/protos/ibc/core/channel/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/core/channel/v2/__init__.py b/cosmpy/protos/ibc/core/channel/v2/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/core/client/__init__.py b/cosmpy/protos/ibc/core/client/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/core/client/v1/__init__.py b/cosmpy/protos/ibc/core/client/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/core/client/v2/__init__.py b/cosmpy/protos/ibc/core/client/v2/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/core/commitment/__init__.py b/cosmpy/protos/ibc/core/commitment/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/core/commitment/v1/__init__.py b/cosmpy/protos/ibc/core/commitment/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/core/commitment/v2/__init__.py b/cosmpy/protos/ibc/core/commitment/v2/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/core/connection/__init__.py b/cosmpy/protos/ibc/core/connection/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/core/connection/v1/__init__.py b/cosmpy/protos/ibc/core/connection/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/core/types/__init__.py b/cosmpy/protos/ibc/core/types/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/core/types/v1/__init__.py b/cosmpy/protos/ibc/core/types/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/lightclients/__init__.py b/cosmpy/protos/ibc/lightclients/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/lightclients/solomachine/__init__.py b/cosmpy/protos/ibc/lightclients/solomachine/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/lightclients/solomachine/v2/__init__.py b/cosmpy/protos/ibc/lightclients/solomachine/v2/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/lightclients/solomachine/v3/__init__.py b/cosmpy/protos/ibc/lightclients/solomachine/v3/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/lightclients/tendermint/__init__.py b/cosmpy/protos/ibc/lightclients/tendermint/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/lightclients/tendermint/v1/__init__.py b/cosmpy/protos/ibc/lightclients/tendermint/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/lightclients/wasm/__init__.py b/cosmpy/protos/ibc/lightclients/wasm/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/ibc/lightclients/wasm/v1/__init__.py b/cosmpy/protos/ibc/lightclients/wasm/v1/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/tendermint/__init__.py b/cosmpy/protos/tendermint/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/tendermint/abci/__init__.py b/cosmpy/protos/tendermint/abci/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/tendermint/crypto/__init__.py b/cosmpy/protos/tendermint/crypto/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/tendermint/libs/__init__.py b/cosmpy/protos/tendermint/libs/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/tendermint/libs/bits/__init__.py b/cosmpy/protos/tendermint/libs/bits/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/tendermint/p2p/__init__.py b/cosmpy/protos/tendermint/p2p/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/tendermint/types/__init__.py b/cosmpy/protos/tendermint/types/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cosmpy/protos/tendermint/version/__init__.py b/cosmpy/protos/tendermint/version/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/pyproject.toml b/pyproject.toml index cd618a2e..49d63b37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,6 @@ [tool.poetry] name = "cosmpy" version = "0.12.0rc0" -packages = [ - { include = "cosmpy" }, - { include = "gogoproto", from = "cosmpy/protos" } -] description = "A library for interacting with the cosmos networks" authors = ["Fetch.AI Limited"] readme = "README.md"