Update codec in cosmwasm-stargate

This commit is contained in:
Simon Warta 2021-01-11 09:29:39 +01:00
parent c7c6558a5b
commit 5b7ab273fe
5 changed files with 2404 additions and 6791 deletions

View File

@ -41,7 +41,7 @@
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet",
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js",
"preget-proto": "shx rm -rf proto",
"get-proto": "WASM_REF=v0.13.0 COSMOS_REF=v0.40.0-rc3 ./scripts/get-proto.sh",
"get-proto": "WASM_REF=v0.14.0-rc2 COSMOS_REF=v0.40.0-rc7 ./scripts/get-proto.sh",
"predefine-proto": "./scripts/predefine-proto.sh",
"define-proto": "./scripts/define-proto.sh",
"postdefine-proto": "prettier --write \"src/codec/generated/codecimpl.*\""

View File

@ -19,8 +19,8 @@ yarn pbjs \
--no-verify \
--no-convert \
--force-long \
"$WASM_PROTO_DIR/internal/types/msg.proto" \
"$WASM_PROTO_DIR/internal/types/query.proto" \
"$WASM_PROTO_DIR/internal/types/tx.proto" \
"$WASM_PROTO_DIR/internal/types/types.proto" \
"$COSMOS_PROTO_DIR/base/v1beta1/coin.proto" \
"$COSMOS_PROTO_DIR/base/query/v1beta1/pagination.proto"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff