Skip to content

feat: implemented BlockHeader (BFT-357) #58

feat: implemented BlockHeader (BFT-357)

feat: implemented BlockHeader (BFT-357) #58

Triggered via pull request October 26, 2023 09:16
Status Failure
Total duration 24s
Artifacts

protobuf.yaml

on: pull_request
compatibility
11s
compatibility
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
compatibility: after/node/libs/schema/proto/roles/validator.proto#L1
Previously present message "Block" was deleted from file.
compatibility: after/node/libs/schema/proto/roles/validator.proto#L1
Previously present message "BlockHash" was deleted from file.
compatibility: after/node/libs/schema/proto/roles/validator.proto#L1
Previously present message "Proposal" was deleted from file.
compatibility: after/node/libs/schema/proto/roles/validator.proto#L28
Previously present oneof "_block" on message "FinalBlock" was deleted.
compatibility: after/node/libs/schema/proto/roles/validator.proto#L29
Field "1" with name "header" on message "FinalBlock" changed option "json_name" from "block" to "header".
compatibility: after/node/libs/schema/proto/roles/validator.proto#L29
Field "1" on message "FinalBlock" moved from oneof "_block" to oneof "_header".
compatibility: after/node/libs/schema/proto/roles/validator.proto#L29
Field "1" on message "FinalBlock" changed type from "roles.validator.Block" to "roles.validator.BlockHeader".
compatibility: after/node/libs/schema/proto/roles/validator.proto#L29
Field "1" on message "FinalBlock" changed name from "block" to "header".
compatibility: after/node/libs/schema/proto/roles/validator.proto#L30
Field "2" with name "payload" on message "FinalBlock" changed option "json_name" from "justification" to "payload".
compatibility: after/node/libs/schema/proto/roles/validator.proto#L30
Field "2" on message "FinalBlock" moved from oneof "_justification" to oneof "_payload".
compatibility
No github_token supplied, API requests will be subject to stricter rate limiting