Skip to content

Commit

Permalink
Rename Version Signaling to Version Signaling Parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Nov 23, 2023
1 parent 2fe528a commit fada186
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tips/TIP-0049/tip-0049.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,11 @@ other nodes and to process blocks properly.
</td>
</tr>
<tr>
<td valign="top">Version Signaling <code>oneOf</code></td>
<td valign="top">Version Signaling Parameters <code>oneOf</code></td>
<td colspan="2">
<details open="true">
<summary>Version Signaling</summary>
<blockquote>Version Signaling defines the parameters used by signaling protocol parameters upgrade.</blockquote>
<summary>Version Signaling Parameters</summary>
<blockquote>Version Signaling Parameters defines the parameters used by signaling protocol parameters upgrade.</blockquote>
<table>
<tr>
<td>
Expand Down Expand Up @@ -458,7 +458,6 @@ other nodes and to process blocks properly.
<td>Target Committee Size defines the target size of the committee. If there's fewer candidates the actual committee size could be smaller in a given epoch.</td>
</tr>
</table>

When referring to Protocol Parameters contained in subschemas in other TIPs, one may use namespacing with a `::`
separator for disambiguation. For instance, `Work Score Parameters::Block` refers to the `Block` parameter inside the
`Work Score Parameters`.
Expand Down Expand Up @@ -537,7 +536,7 @@ The example is a protocol parameter filled with random values:
"maxBufferSize": 1000,
"maxValidationBufferSize": 100
},
"versionSignaling": {
"versionSignalingParameters": {
"windowSize": 7,
"windowTargetRatio": 5,
"activationOffset": 7
Expand Down

0 comments on commit fada186

Please sign in to comment.