-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update new names, NativeCoin -> CosmosCoin #1596
Conversation
# TODO: reenable me after merge of Native -> Cosmos name change committed to master. | ||
# - run: make check-proto-breaking-remote | ||
# - run: BUF_CHECK_BREAKING_AGAINST_REMOTE="branch=$GITHUB_BASE_REF" make check-proto-breaking-remote | ||
# if: github.event_name == 'pull_request' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am disabling these checks temporarily. i've confirmed all breaking proto changes are only for unreleased types:
Checking for proto backward compatibility
proto/kava/evmutil/v1beta1/conversion_pair.proto:1:1:Previously present message "AllowedNativeCoinERC20Token" was deleted from file.
proto/kava/evmutil/v1beta1/genesis.proto:50:3:Field "1" with name "allowed_cosmos_denoms" on message "Params" changed option "json_name" from "allowedNativeDenoms" to "allowedCosmosDenoms".
proto/kava/evmutil/v1beta1/genesis.proto:50:12:Field "1" on message "Params" changed type from "kava.evmutil.v1beta1.AllowedNativeCoinERC20Token" to "kava.evmutil.v1beta1.AllowedCosmosCoinERC20Token".
proto/kava/evmutil/v1beta1/genesis.proto:50:40:Field "1" on message "Params" changed name from "allowed_native_denoms" to "allowed_cosmos_denoms".
proto/kava/evmutil/v1beta1/tx.proto:1:1:Previously present message "MsgConvertNativeCoinToERC20" was deleted from file.
proto/kava/evmutil/v1beta1/tx.proto:1:1:Previously present message "MsgConvertNativeCoinToERC20Response" was deleted from file.
proto/kava/evmutil/v1beta1/tx.proto:13:1:Previously present RPC "ConvertNativeCoinToERC20" on service "Msg" was deleted.
intend to reenable in next pr.
approved pending fix of |
Description
Updates newly added types with a better name. What were objects referring to "native" coins & denoms now refer to "cosmos" coins and denoms.
Checklist