refactor!: remove types/math aliases (backport #16798) (#16803)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2023-06-30 19:56:38 +02:00
committed by GitHub
co-authored by Julien Robert
parent ce54aab92e
commit d9c53bfefc
151 changed files with 3425 additions and 3403 deletions
+2 -3
View File
@@ -22,11 +22,10 @@ done
cd ..
# generate codec/testdata proto code
# generate tests proto code
(cd testutil/testdata; buf generate)
# generate baseapp test messages
(cd baseapp/testutil; buf generate)
(cd tests/integration/tx/internal; make codegen)
# move proto files to the right places
cp -r github.com/cosmos/cosmos-sdk/* ./