From 41e681293c7072e1e600d1a7de3e587d82808321 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Tue, 31 Aug 2021 17:27:55 -0400 Subject: [PATCH] proto: move proto files under the correct directory related to their package name (#344) --- proto/{ => tendermint}/abci/types.proto | 0 proto/{ => tendermint}/blockchain/types.proto | 0 proto/{ => tendermint}/consensus/types.proto | 0 proto/{ => tendermint}/crypto/keys.proto | 0 proto/{ => tendermint}/crypto/proof.proto | 0 proto/{ => tendermint}/mempool/types.proto | 0 proto/{ => tendermint}/p2p/conn.proto | 0 proto/{ => tendermint}/p2p/pex.proto | 0 proto/{ => tendermint}/p2p/types.proto | 0 proto/{ => tendermint}/statesync/types.proto | 0 proto/{ => tendermint}/types/block.proto | 0 proto/{ => tendermint}/types/evidence.proto | 0 proto/{ => tendermint}/types/params.proto | 0 proto/{ => tendermint}/types/types.proto | 0 proto/{ => tendermint}/types/validator.proto | 0 proto/{ => tendermint}/version/types.proto | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename proto/{ => tendermint}/abci/types.proto (100%) rename proto/{ => tendermint}/blockchain/types.proto (100%) rename proto/{ => tendermint}/consensus/types.proto (100%) rename proto/{ => tendermint}/crypto/keys.proto (100%) rename proto/{ => tendermint}/crypto/proof.proto (100%) rename proto/{ => tendermint}/mempool/types.proto (100%) rename proto/{ => tendermint}/p2p/conn.proto (100%) rename proto/{ => tendermint}/p2p/pex.proto (100%) rename proto/{ => tendermint}/p2p/types.proto (100%) rename proto/{ => tendermint}/statesync/types.proto (100%) rename proto/{ => tendermint}/types/block.proto (100%) rename proto/{ => tendermint}/types/evidence.proto (100%) rename proto/{ => tendermint}/types/params.proto (100%) rename proto/{ => tendermint}/types/types.proto (100%) rename proto/{ => tendermint}/types/validator.proto (100%) rename proto/{ => tendermint}/version/types.proto (100%) diff --git a/proto/abci/types.proto b/proto/tendermint/abci/types.proto similarity index 100% rename from proto/abci/types.proto rename to proto/tendermint/abci/types.proto diff --git a/proto/blockchain/types.proto b/proto/tendermint/blockchain/types.proto similarity index 100% rename from proto/blockchain/types.proto rename to proto/tendermint/blockchain/types.proto diff --git a/proto/consensus/types.proto b/proto/tendermint/consensus/types.proto similarity index 100% rename from proto/consensus/types.proto rename to proto/tendermint/consensus/types.proto diff --git a/proto/crypto/keys.proto b/proto/tendermint/crypto/keys.proto similarity index 100% rename from proto/crypto/keys.proto rename to proto/tendermint/crypto/keys.proto diff --git a/proto/crypto/proof.proto b/proto/tendermint/crypto/proof.proto similarity index 100% rename from proto/crypto/proof.proto rename to proto/tendermint/crypto/proof.proto diff --git a/proto/mempool/types.proto b/proto/tendermint/mempool/types.proto similarity index 100% rename from proto/mempool/types.proto rename to proto/tendermint/mempool/types.proto diff --git a/proto/p2p/conn.proto b/proto/tendermint/p2p/conn.proto similarity index 100% rename from proto/p2p/conn.proto rename to proto/tendermint/p2p/conn.proto diff --git a/proto/p2p/pex.proto b/proto/tendermint/p2p/pex.proto similarity index 100% rename from proto/p2p/pex.proto rename to proto/tendermint/p2p/pex.proto diff --git a/proto/p2p/types.proto b/proto/tendermint/p2p/types.proto similarity index 100% rename from proto/p2p/types.proto rename to proto/tendermint/p2p/types.proto diff --git a/proto/statesync/types.proto b/proto/tendermint/statesync/types.proto similarity index 100% rename from proto/statesync/types.proto rename to proto/tendermint/statesync/types.proto diff --git a/proto/types/block.proto b/proto/tendermint/types/block.proto similarity index 100% rename from proto/types/block.proto rename to proto/tendermint/types/block.proto diff --git a/proto/types/evidence.proto b/proto/tendermint/types/evidence.proto similarity index 100% rename from proto/types/evidence.proto rename to proto/tendermint/types/evidence.proto diff --git a/proto/types/params.proto b/proto/tendermint/types/params.proto similarity index 100% rename from proto/types/params.proto rename to proto/tendermint/types/params.proto diff --git a/proto/types/types.proto b/proto/tendermint/types/types.proto similarity index 100% rename from proto/types/types.proto rename to proto/tendermint/types/types.proto diff --git a/proto/types/validator.proto b/proto/tendermint/types/validator.proto similarity index 100% rename from proto/types/validator.proto rename to proto/tendermint/types/validator.proto diff --git a/proto/version/types.proto b/proto/tendermint/version/types.proto similarity index 100% rename from proto/version/types.proto rename to proto/tendermint/version/types.proto