Try a different format for epoch

This commit is contained in:
terence tsao 2022-09-29 07:53:52 -07:00
parent 93cb17dc7f
commit 06c91e4843

View File

@ -33,10 +33,10 @@ The specification of these changes continues in the same format as the network s
## Configuration ## Configuration
| Name | Value | Description | | Name | Value | Description |
|------------------------------------------|------------------------------------|---------------------------------------------------------------------| |------------------------------------------|-------------------------------------|---------------------------------------------------------------------|
| `MAX_REQUEST_BLOBS_SIDECARS` | `2**7` (= 128) | Maximum number of blobs sidecars in a single request | | `MAX_REQUEST_BLOBS_SIDECARS` | `2**7` (= 128) | Maximum number of blobs sidecars in a single request |
| `MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS` | `2**13epoch` (= 8192, ~1.2 months) | The minimum epoch range over which a node must serve blobs sidecars | | `MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS` | `2**13` (= 8192epochs, ~1.2 months) | The minimum epoch range over which a node must serve blobs sidecars |
## Containers ## Containers