Skip to content

Commit

Permalink
Delete tendermint proto , Adapt skript and remove file that was in gi…
Browse files Browse the repository at this point in the history
…tignore. (cosmos#939)

Fixes: cosmos#902
  • Loading branch information
nashqueue authored May 15, 2023
1 parent ba537ae commit 55f5b26
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 569 deletions.
4 changes: 4 additions & 0 deletions proto/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ TARGET_DIR=./types/pb
cd $SCRIPT_DIR
rm -rf $TARGET_DIR/*
docker run -v $PWD:/workspace --workdir /workspace tendermintdev/docker-build-proto sh ./proto/protoc.sh

cp -r ./proto/pb/* $TARGET_DIR/

rm -rf $TARGET_DIR/tendermint

1 change: 0 additions & 1 deletion proto/rollkit/rollkit.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
syntax = "proto3";
package rollkit;
option go_package = "github.com/rollkit/rollkit/types/pb/rollkit";
import "tendermint/abci/types.proto";
import "tendermint/types/validator.proto";

// Version captures the consensus rules for processing a block in the blockchain,
Expand Down
1 change: 0 additions & 1 deletion proto/rollkit/state.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ option go_package = "github.com/rollkit/rollkit/types/pb/rollkit";

import "gogoproto/gogo.proto";
import "google/protobuf/timestamp.proto";
import "tendermint/abci/types.proto";
import "tendermint/types/types.proto";
import "tendermint/types/validator.proto";
import "tendermint/types/params.proto";
Expand Down
Loading

0 comments on commit 55f5b26

Please sign in to comment.