This modules contains the typescript/assemblyscript binding for cosmos protobuf
Install protoc: https://github.com/protocolbuffers/protobuf/releases
git submodule update --init --force
yarn
yarn build
yarn test
Update branch variable in .gitmodules to point to the new tag.
Submodule should always point to tag
git -C <submodule_dir> checkout <new_tag>
yarn build
yarn test
git commit -m <submodule_dir>