@hashgraph/proto
Advanced tools
+1
-1
| { | ||
| "name": "@hashgraph/proto", | ||
| "version": "2.18.5", | ||
| "version": "2.19.0", | ||
| "description": "Protobufs for the Hiero SDK", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -73,4 +73,6 @@ /** | ||
| * The list of parents SHALL NOT include more than one parent from the same creator. | ||
| * <p> | ||
| * This field is deprecated and can be removed in release 0.62 | ||
| */ | ||
| repeated EventDescriptor parents = 4; | ||
| repeated EventDescriptor parents = 4 [deprecated = true]; | ||
@@ -77,0 +79,0 @@ /** |
@@ -33,2 +33,3 @@ /** | ||
| import "platform/event/event_core.proto"; | ||
| import "platform/event/event_descriptor.proto"; | ||
@@ -75,2 +76,15 @@ option java_package = "com.hedera.hapi.platform.event.legacy"; | ||
| repeated bytes transactions = 4; | ||
| /** | ||
| * A list of EventDescriptors representing the parents of this event.<br/> | ||
| * The list of parents SHALL include zero or one self parents, and zero or more other parents.<br/> | ||
| * The first element of the list SHALL be the self parent, if one exists.<br/> | ||
| * The list of parents SHALL NOT include more than one parent from the same creator. | ||
| * <p> | ||
| * NOTE: This field is currently being migrated from EventCore to GossipEvent. | ||
| * Once the migration is complete, this field will be removed from EventCore. | ||
| * While migration is ongoing, the expectation is that only one of the two | ||
| * fields will be set, but not both. | ||
| */ | ||
| repeated EventDescriptor parents = 5; | ||
| } |
@@ -120,3 +120,3 @@ syntax = "proto3"; | ||
| /** | ||
| * An administrative key controlled by the node operator. | ||
| * An administrative key controlled by the node operator. | ||
| * <p> | ||
@@ -138,2 +138,15 @@ * This key MUST sign this transaction.<br/> | ||
| bool decline_reward = 8; | ||
| /** | ||
| * A web proxy for gRPC from non-gRPC clients. | ||
| * <p> | ||
| * This endpoint SHALL be a Fully Qualified Domain Name (FQDN) using the HTTPS | ||
| * protocol, and SHALL support gRPC-Web for use by browser-based clients.<br/> | ||
| * This endpoint MUST be signed by a trusted certificate authority.<br/> | ||
| * This endpoint MUST use a valid port and SHALL be reachable over TLS.<br/> | ||
| * This field MAY be omitted if the node does not support gRPC-Web access.<br/> | ||
| * This field MUST be updated if the gRPC-Web endpoint changes.<br/> | ||
| * This field SHALL enable frontend clients to avoid hard-coded proxy endpoints. | ||
| */ | ||
| proto.ServiceEndpoint grpc_proxy_endpoint = 9; | ||
| } |
@@ -137,3 +137,3 @@ syntax = "proto3"; | ||
| /** | ||
| * An administrative key controlled by the node operator. | ||
| * An administrative key controlled by the node operator. | ||
| * <p> | ||
@@ -156,2 +156,15 @@ * This field is OPTIONAL.<br/> | ||
| google.protobuf.BoolValue decline_reward = 9; | ||
| /** | ||
| * A web proxy for gRPC from non-gRPC clients. | ||
| * <p> | ||
| * This endpoint SHALL be a Fully Qualified Domain Name (FQDN) using the HTTPS | ||
| * protocol, and SHALL support gRPC-Web for use by browser-based clients.<br/> | ||
| * This endpoint MUST be signed by a trusted certificate authority.<br/> | ||
| * This endpoint MUST use a valid port and SHALL be reachable over TLS.<br/> | ||
| * This field MAY be omitted if the node does not support gRPC-Web access.<br/> | ||
| * This field MUST be updated if the gRPC-Web endpoint changes.<br/> | ||
| * This field SHALL enable frontend clients to avoid hard-coded proxy endpoints. | ||
| */ | ||
| proto.ServiceEndpoint grpc_proxy_endpoint = 10; | ||
| } |
@@ -1746,2 +1746,19 @@ /** | ||
| CREATING_SYSTEM_ENTITIES = 396; | ||
| /** | ||
| * The least common multiple of the throttle group's milliOpsPerSec is | ||
| * too large and it's overflowing. | ||
| */ | ||
| THROTTLE_GROUP_LCM_OVERFLOW = 397; | ||
| /** | ||
| * Token airdrop transactions can not contain multiple senders for a single token. | ||
| */ | ||
| AIRDROP_CONTAINS_MULTIPLE_SENDERS_FOR_A_TOKEN = 398; | ||
| /** | ||
| * The GRPC proxy endpoint is set in the NodeCreate or NodeUpdate transaction, | ||
| * which the network does not support. | ||
| */ | ||
| GRPC_WEB_PROXY_NOT_SUPPORTED = 399; | ||
| } |
@@ -148,2 +148,15 @@ syntax = "proto3"; | ||
| bool decline_reward = 11; | ||
| /** | ||
| * A web proxy for gRPC from non-gRPC clients. | ||
| * <p> | ||
| * This endpoint SHALL be a Fully Qualified Domain Name (FQDN) using the HTTPS | ||
| * protocol, and SHALL support gRPC-Web for use by browser-based clients.<br/> | ||
| * This endpoint MUST be signed by a trusted certificate authority.<br/> | ||
| * This endpoint MUST use a valid port and SHALL be reachable over TLS.<br/> | ||
| * This field MAY be omitted if the node does not support gRPC-Web access.<br/> | ||
| * This field MUST be updated if the gRPC-Web endpoint changes.<br/> | ||
| * This field SHALL enable frontend clients to avoid hard-coded proxy endpoints. | ||
| */ | ||
| proto.ServiceEndpoint grpc_proxy_endpoint = 12; | ||
| } |
@@ -212,3 +212,3 @@ syntax = "proto3"; | ||
| */ | ||
| google.protobuf.UInt64Value next_contributing_node_id = 3; | ||
| google.protobuf.UInt64Value next_contributing_node_id = 3; | ||
@@ -215,0 +215,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
7622215
0.36%117101
0.23%