From 81ed88e64c9a426101f6f38bfe383e122bc41293 Mon Sep 17 00:00:00 2001 From: plebhash Date: Wed, 23 Oct 2024 19:38:30 -0300 Subject: [PATCH] wip clarify description on messages --- 06-Job-Declaration-Protocol.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/06-Job-Declaration-Protocol.md b/06-Job-Declaration-Protocol.md index a098249..56a1718 100644 --- a/06-Job-Declaration-Protocol.md +++ b/06-Job-Declaration-Protocol.md @@ -119,6 +119,8 @@ Sent by the Server in response to a `DeclareMiningJob` message indicating it det Sent by the Client in response to an `IdentifyTransactions` message to provide the full set of transaction data hashes. +xxx todo xxx elaborate on mempool + | Field Name | Data Type | Description | | ---------- | -------------- | ------------------------------------------------------------------------------------------------------------------ | | request_id | U32 | Unique identifier for the pairing response to the DeclareMiningJob/IdentifyTransactions message | @@ -126,6 +128,8 @@ Sent by the Client in response to an `IdentifyTransactions` message to provide t ### 6.3.9 `ProvideMissingTransactions` (Server->Client) +xxx todo xxx + | Field Name | Data Type | Description | | ------------------------ | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | request_id | U32 | Identifier of the original AllocateMiningJobToken request | @@ -141,6 +145,7 @@ This is a message to push transactions that the server did not recognize and req ### 6.3.11 `SubmitSolution` (Client -> Server) +xxx todo xxx | Field Name | Data Type | Description | | --------------------------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |