Skip to content

Commit 46f3f14

Browse files
authored
docs: HIP-1046 Update the technical design (#18870)
Signed-off-by: Valentin Tronkov <[email protected]>
1 parent 16c60ad commit 46f3f14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hedera-node/docs/design/services/addressbook-service/addressbook-service.md

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ The `NodeCreateTransactionBody` message has the following fields:
7575
- `gossip_ca_certificate`: A certificate used to sign gossip events. This value must be a certificate of a type permitted for gossip signatures and must be the DER encoding of the certificate presented.
7676
- `grpc_certificate_hash`: A hash of the node gRPC TLS certificate. This value may be used to verify the certificate presented by the node during TLS negotiation for gRPC. This value must be a SHA-384 hash.
7777
- `admin_key`: An administrative key controlled by the node operator. This key must sign this transaction and each transaction to update this node. This field must contain a valid `Key` value and must not be set to an empty `KeyList`.
78+
- `grpc_proxy_endpoint`: Service endpoint for gRPC proxy calls. This endpoint represent the published gRPC proxy to which clients may submit transactions.
7879

7980
### NodeUpdateTransactionBody
8081

@@ -90,6 +91,7 @@ The `NodeUpdateTransactionBody` message has the following fields:
9091
- `gossip_ca_certificate`: A certificate used to sign gossip events. If set, the new value will replace the existing bytes value.
9192
- `grpc_certificate_hash`: A hash of the node gRPC TLS certificate. If set, the new value will replace the existing hash value.
9293
- `admin_key`: An administrative key controlled by the node operator. If set, this key must sign this transaction and each subsequent transaction to update this node. If set, this field must contain a valid `Key` value and must not be set to an empty `KeyList`.
94+
- `grpc_proxy_endpoint`: Service endpoint for gRPC proxy calls. This endpoint represent the published gRPC proxy to which clients may submit transactions.
9395

9496
### NodeDeleteTransactionBody
9597

0 commit comments

Comments
 (0)