Skip to content

Commit

Permalink
chore: remove import hack for protobuf any
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Nov 15, 2023
1 parent b75c7e3 commit 7ab1759
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/protocgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ done

cd ..

# temporary import hack to use cosmos-sdk implementation of Any type.
# check https://github.com/celestiaorg/celestia-app/issues/507 for more information.
sed -i 's/types "github.com\/celestiaorg\/celestia-app\/codec\/types"/types "github.com\/cosmos\/cosmos-sdk\/codec\/types"/g' \
github.com/celestiaorg/celestia-app/x/blobstream/types/query.pb.go

# move proto files to the right places
cp -r github.com/celestiaorg/celestia-app/* ./
rm -rf github.com

0 comments on commit 7ab1759

Please sign in to comment.