Browse Source

proto: move proto files under the correct directory related to their package name (#344)

pull/7804/head
William Banfield 3 years ago
committed by GitHub
parent
commit
41e681293c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 0 additions and 0 deletions
  1. +0
    -0
      proto/tendermint/abci/types.proto
  2. +0
    -0
      proto/tendermint/blockchain/types.proto
  3. +0
    -0
      proto/tendermint/consensus/types.proto
  4. +0
    -0
      proto/tendermint/crypto/keys.proto
  5. +0
    -0
      proto/tendermint/crypto/proof.proto
  6. +0
    -0
      proto/tendermint/mempool/types.proto
  7. +0
    -0
      proto/tendermint/p2p/conn.proto
  8. +0
    -0
      proto/tendermint/p2p/pex.proto
  9. +0
    -0
      proto/tendermint/p2p/types.proto
  10. +0
    -0
      proto/tendermint/statesync/types.proto
  11. +0
    -0
      proto/tendermint/types/block.proto
  12. +0
    -0
      proto/tendermint/types/evidence.proto
  13. +0
    -0
      proto/tendermint/types/params.proto
  14. +0
    -0
      proto/tendermint/types/types.proto
  15. +0
    -0
      proto/tendermint/types/validator.proto
  16. +0
    -0
      proto/tendermint/version/types.proto

proto/abci/types.proto → proto/tendermint/abci/types.proto View File


proto/blockchain/types.proto → proto/tendermint/blockchain/types.proto View File


proto/consensus/types.proto → proto/tendermint/consensus/types.proto View File


proto/crypto/keys.proto → proto/tendermint/crypto/keys.proto View File


proto/crypto/proof.proto → proto/tendermint/crypto/proof.proto View File


proto/mempool/types.proto → proto/tendermint/mempool/types.proto View File


proto/p2p/conn.proto → proto/tendermint/p2p/conn.proto View File


proto/p2p/pex.proto → proto/tendermint/p2p/pex.proto View File


proto/p2p/types.proto → proto/tendermint/p2p/types.proto View File


proto/statesync/types.proto → proto/tendermint/statesync/types.proto View File


proto/types/block.proto → proto/tendermint/types/block.proto View File


proto/types/evidence.proto → proto/tendermint/types/evidence.proto View File


proto/types/params.proto → proto/tendermint/types/params.proto View File


proto/types/types.proto → proto/tendermint/types/types.proto View File


proto/types/validator.proto → proto/tendermint/types/validator.proto View File


proto/version/types.proto → proto/tendermint/version/types.proto View File


Loading…
Cancel
Save