You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat $@ | sed 's/import \"scalapb\/scalapb\.proto\"\;//g' | sed 's/\[(scalapb\.field)\..*/;/g' | sed '/^option (scalapb\.options)/,/^};$/s/.*//g'> ${BASEPATH}/protobuf/${filename}
}
# remove the scala code in the protofiles
for file in ${RCHAINPATH}/models/src/main/protobuf/*.proto;
do
Regenerate ${file}
done
for file in ${RCHAINPATH}/comm/src/main/protobuf/coop/rchain/comm/protocol/*.proto