Skip to content

feat(RPC): refine some RPCs regarding asset and delegation #879

feat(RPC): refine some RPCs regarding asset and delegation

feat(RPC): refine some RPCs regarding asset and delegation #879

Triggered via pull request February 23, 2025 13:50
Status Failure
Total duration 43s
Artifacts

proto.yml

on: pull_request
proto-build
31s
proto-build
proto-lint
5s
proto-lint
proto-break-check
11s
proto-break-check
Fit to window
Zoom out
Zoom in

Annotations

12 errors
proto-lint: proto/imuachain/assets/v1/query.proto#L119
Field name "Withdrawable" should be lower_snake_case, such as "withdrawable".
proto-lint: proto/imuachain/assets/v1/query.proto#L125
Field name "Delegated" should be lower_snake_case, such as "delegated".
proto-lint: proto/imuachain/assets/v1/query.proto#L131
Field name "PendingUndelegated" should be lower_snake_case, such as "pending_undelegated".
proto-lint: proto/imuachain/assets/v1/query.proto#L137
Field name "TotalDeposited" should be lower_snake_case, such as "total_deposited".
proto-lint
buf found 4 lint failures.
proto-break-check: proto/imuachain/delegation/v1/query.proto#L76
Previously present message "QueryDelegationInfoResponse.DelegationInfosEntry" was deleted from file.
proto-break-check: proto/imuachain/delegation/v1/query.proto#L78
Field "1" on message "QueryDelegationInfoResponse" changed type from "imuachain.delegation.v1.QueryDelegationInfoResponse.DelegationInfosEntry" to "imuachain.delegation.v1.DelegationInfoWithOperator".
proto-break-check: proto/imuachain/delegation/v1/query.proto#L93
Previously present field "2" with name "max_undelegatable_amount" on message "SingleDelegationInfoResponse" was deleted.
proto-break-check: proto/imuachain/delegation/v1/query.proto#L95
Field "1" with name "single_delegation_info" on message "SingleDelegationInfoResponse" changed option "json_name" from "delegationAmounts" to "singleDelegationInfo".
proto-break-check: proto/imuachain/delegation/v1/query.proto#L95
Field "1" on message "SingleDelegationInfoResponse" changed type from "imuachain.delegation.v1.DelegationAmounts" to "imuachain.delegation.v1.SingleDelegationInfo".
proto-break-check: proto/imuachain/delegation/v1/query.proto#L95
Field "1" on message "SingleDelegationInfoResponse" changed name from "delegation_amounts" to "single_delegation_info".
proto-break-check
buf found 6 breaking changes.