Skip to content

Commit

Permalink
Clarify stake pool metadata overall sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoutts committed Jun 1, 2020
1 parent 243f9ed commit 208be84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions shelley/design-spec/delegation_design_spec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2403,11 +2403,13 @@ \subsection{Stake Pool Metadata}
\item[A Name]
of up to 50 characters.
\item[A Short Textual Description]
of up to 255 characters.
\item[A URL]
to a homepage with additional information about the pool.
\end{description}
All characters in the metadata will be UTF8 encoded. The metadata is restricted
to have a size of no more than 512 bytes.
All characters in the metadata will be UTF8 encoded, as per the JSON
specification. The metadata is restricted to have a total size of no more than
512 bytes, including all JSON encoding overheads.

The stake pool operators are responsible for serving this data at the URL
provided in the stake pool registration certificate. However, wallets should not
Expand Down

0 comments on commit 208be84

Please sign in to comment.