Skip to content

Commit

Permalink
rephrasing Tue Nov 21 18:41:25 CET 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Noël committed Nov 21, 2023
1 parent 1a75ebf commit 63443f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/en/reference/storage-deal-processing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ When a deal is received and passed by Boost/Venus to CIDgravity, it follows the
- etc...
- **Client identification and authorization**: identify the client associated with the incoming deal and grant authorization based on :
- Deal acceptance from unknown clients
- Client is blocked (more details on [client]({{< ref "storage-providers/manage/clients/index.md#manage-existing-clients/index.md" >}}) )
- Blacklist (more details on [blacklists]({{< ref "storage-providers/manage/blacklist/index.md" >}}) )
- Client is blocked ([doc]({{< ref "storage-providers/manage/clients/index.md#manage-existing-clients/index.md" >}}) )
- Blacklist ([doc]({{< ref "storage-providers/manage/blacklist/index.md" >}}) )

- **Pricing model**: confirm the pricing is in line with the client pricing model :
- Default pricing model for unknown clients
- Client pricing model when the client is identified
- Client pricing model followed by the default pricing model if the "Fallback to default pricing model is set on the client pricing model
- **Maintenance mode**: evaluate whether the miner is currently in maintenance mode (more details on [maintenance mode]({{< ref "storage-providers/manage/others/index.md#maintenance-mode" >}}))
- **Start epoch sealing buffer**: Verify if the start epoch is respected (more details on [start epoch sealing buffer]({{< ref "storage-providers/manage/others#start-epoch-sealing-buffer/index.md" >}}) )
- **Maintenance mode**: evaluate whether the miner is currently in maintenance mode ([doc]({{< ref "storage-providers/manage/others/index.md#maintenance-mode" >}}))
- **Start epoch sealing buffer**: Verify if the start epoch is respected ([doc]({{< ref "storage-providers/manage/others#start-epoch-sealing-buffer/index.md" >}}) )

- **Rate limits**: Ensure that the client and/or global rate limits have not been exceeded (more details on [global limits]({{< ref "storage-providers/manage/others#global-limits/index.md" >}}) )
- **Rate limits**: Ensure that the client and/or global rate limits have not been exceeded ([doc]({{< ref "storage-providers/manage/others#global-limits/index.md" >}}) )

- **Storage acceptance logic**: Dynamically apply the storage acceptance logic defined (more details on [storage acceptance logic]({{< ref "storage-providers/manage/storage-acceptance-logic/index.md)" >}}) )
- **Storage acceptance logic**: Dynamically apply the storage acceptance logic defined ([doc]({{< ref "storage-providers/manage/storage-acceptance-logic/index.md)" >}}) )


Upon failure of any of these tests, the proposal is promptly rejected.
Expand Down

0 comments on commit 63443f6

Please sign in to comment.