Skip to content

Commit

Permalink
Merge pull request #338 from ipfs/ajnavarro-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnavarro authored Nov 8, 2022
2 parents 26209c8 + 560df98 commit c839886
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reframe/REFRAME_KNOWN_METHODS.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ A message for indicating that the client is able to act as a provider for a give

Note: While keys are formatted as CIDs, it is highly recommended that server implementations treat these requests at the multihash level - subsequent calls to `FindProviders` should be multicodec agnostic.

Note 2: There is a default max Key count of 30000 (that will generate ~1MB payloads). Some server implementations MAY accept more keys per request.

There are a few semantics relevant to the construction of a ProvideRequest:

* The timestamp should be the current unix timestamp, encoded in an int64
Expand Down

0 comments on commit c839886

Please sign in to comment.