Flesh out development docs (#13318)

* flesh out development docs

* nits
This commit is contained in:
Jack May
2020-11-03 12:53:17 -08:00
committed by GitHub
parent 546915ee12
commit 3d5e778d5d
35 changed files with 1757 additions and 540 deletions

View File

@@ -210,6 +210,10 @@ The component of a [validator](terminology.md#validator) responsible for [progra
A fraction of a [block](terminology.md#block); the smallest unit sent between [validators](terminology.md#validator).
## signature
A 64-byte ed25519 signature of R (32-bytes) and S (32-bytes). With the requirement that R is a packed Edwards point not of small order and S is a scalar in the range of 0 <= S < L.
## slot
The period of time for which a [leader](terminology.md#leader) ingests transactions and produces a [block](terminology.md#block).