From 0fd74bc6180421b7a1826370897f65cb8a8eb4a6 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Fri, 14 Feb 2020 13:52:36 +0100 Subject: [PATCH] Updates README with alpha start/end time restrictions --- apps/cli/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/cli/README.md b/apps/cli/README.md index 6884d3b..3ce7472 100644 --- a/apps/cli/README.md +++ b/apps/cli/README.md @@ -50,6 +50,12 @@ This command is used to register appointments to the PISA server. Appointments * The API will return a `application/json` HTTP response code `200/OK` if the appointment is accepted, with the locator encoded in the response text, or a `400/Bad Request` if the appointment is rejected, with the rejection reason encoded in the response text. +### Alpha release restrictions +The alpha release does not have authentication, payments nor rate limiting, therefore some self imposed restrictions apply: + +- `start_time` should be within the next 6 blocks `[current_time+1, current_time+6]` +- `end_time` cannot be bigger than (roughtly) a month. That is `4320 blocks` + #### Usage