feat: Upgrade to CometBFT v1.x series (#24114)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr> Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com> Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io> Co-authored-by: Zachary Becker <zachary@interchainlabs.io>
This commit is contained in:
co-authored by
mergify[bot]
Julián Toledano
Julien Robert
Tyler
Alex | Interchain Labs
Zachary Becker
parent
b65dd23bad
commit
b71d0894f0
@@ -26,15 +26,22 @@ done
|
||||
cd ..
|
||||
|
||||
# generate tests proto code
|
||||
echo "Generating tests proto code"
|
||||
(cd testutil/testdata; buf generate)
|
||||
(cd baseapp/testutil; buf generate)
|
||||
(cd tests/integration/tx/internal; make codegen)
|
||||
|
||||
# move proto files to the right places
|
||||
echo "Moving proto files"
|
||||
cp -r github.com/cosmos/cosmos-sdk/* ./
|
||||
cp -r cosmossdk.io/** ./
|
||||
rm -rf github.com cosmossdk.io
|
||||
|
||||
go mod tidy
|
||||
echo "Generating pulsar proto code"
|
||||
./scripts/protocgen-pulsar.sh
|
||||
|
||||
./scripts/protocgen-pulsar.sh
|
||||
echo
|
||||
echo "All Protobuf code generation steps completed"
|
||||
echo "Last step: running go mod tidy"
|
||||
echo
|
||||
go mod tidy
|
||||
|
||||
Reference in New Issue
Block a user