From e55a4a147860ca45c2468da5e1af9a40249724e9 Mon Sep 17 00:00:00 2001 From: weiihann Date: Thu, 20 Jun 2024 19:27:42 +0800 Subject: [PATCH] Prepend chain id in discovery protocol --- p2p/proto/protocols.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/proto/protocols.md b/p2p/proto/protocols.md index d8a3758..ba0a18e 100644 --- a/p2p/proto/protocols.md +++ b/p2p/proto/protocols.md @@ -23,7 +23,7 @@ negotiation, and the protobuf messages related to the protocol. | Classes | /starknet/classes/0.1.0-rc.0 | [ClassesRequest](./class.proto) | [ClassesResponse](./class.proto) | | Transactions | /starknet/transactions/0.1.0-rc.0 | [TransactionsRequest](./transaction.proto) | [TransactionsResponse](./transaction.proto) | | Events | /starknet/events/0.1.0-rc.0 | [EventsRequest](./event.proto) | [EventsResponse](./event.proto) | -| Kademlia (for discovery) | /starknet/kad//1.0.0 | +| Kademlia (for discovery) | /starknet//kad/1.0.0 | In addition, nodes should also support the `Identify` protocol, who's name for negotiation is `/ipfs/id/1.0.0`