Skip to content

Commit

Permalink
wip clarify description on messages
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Oct 23, 2024
1 parent bb7a03f commit 81ed88e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 06-Job-Declaration-Protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,17 @@ 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 |
| tx_data_hashes | SEQ0_64K[U256] | The full list of transaction data hashes used to build the mining job in the corresponding DeclareMiningJob message |

### 6.3.9 `ProvideMissingTransactions` (Server->Client)

xxx todo xxx

| Field Name | Data Type | Description |
| ------------------------ | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| request_id | U32 | Identifier of the original AllocateMiningJobToken request |
Expand All @@ -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 |
| --------------------------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
Expand Down

0 comments on commit 81ed88e

Please sign in to comment.