* Add dependencies for proto files and remove third_party forlder * Pin cosmos-sdk dependency to v0.46.x * Run "make proto-all" and generate new types files.
27 lines
640 B
YAML
27 lines
640 B
YAML
# Generated by "buf config migrate-v1beta1". Edit as necessary, and
|
|
# remove this comment when you're finished.
|
|
#
|
|
# This module represents the "proto" root found in
|
|
# the previous configuration.
|
|
version: v1
|
|
name: buf.build/cosmwasm/wasmd
|
|
deps:
|
|
- buf.build/cosmos/cosmos-proto
|
|
- buf.build/cosmos/cosmos-sdk:8cb30a2c4de74dc9bd8d260b1e75e176 #v0.46.x
|
|
- buf.build/cosmos/gogo-proto
|
|
breaking:
|
|
use:
|
|
- FILE
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
- COMMENTS
|
|
- FILE_LOWER_SNAKE_CASE
|
|
except:
|
|
- UNARY_RPC
|
|
- COMMENT_FIELD
|
|
- SERVICE_SUFFIX
|
|
- PACKAGE_VERSION_SUFFIX
|
|
- RPC_REQUEST_STANDARD_NAME
|
|
- PACKAGE_DIRECTORY_MATCH
|