Skip to content

Commit

Permalink
refactor: fix some legacy spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
witgaw committed Nov 14, 2023
1 parent 9d63ae2 commit d5257be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
There are parameters within Vega that influence the behaviour of the system:

- some are set in genesis block but fixed once network is running,
- while others are changeable by on-chain [governance](../protocol/0028-GOVE-governance.md) but initialised to genesis values during network launch. For more info see [network paramters](../protocol/0054-NETP-network_parameters.md)
- while others are changeable by on-chain [governance](../protocol/0028-GOVE-governance.md) but initialised to genesis values during network launch. For more info see [network parameters](../protocol/0054-NETP-network_parameters.md)

On [Sweetwater (Restricted Mainnet) Release](https://github.com/orgs/vegaprotocol/projects/114) Vega Team wishes to control how certain parameters are initialised while letting validators change others as they see fit.
As the process of decentralisation progresses Vega Team the number of such parameters will be reduced.
Expand All @@ -22,8 +22,8 @@ The values to be specified as a PR against ??? repo.

| Name | Comment | Suggested value (optional) |
|-------------------------------------------------------------|:------------------------------------------------------------------:| :-------------------------:|
| `min number of validators` (not in sweetwater) | Not in [network paramters](../protocol/0054-NETP-network_parameters.md) | |
| `validator min balance` | Not in [network paramters](../protocol/0054-NETP-network_parameters.md) | 3000 VEGA |
| `min number of validators` (not in sweetwater) | Not in [network parameters](../protocol/0054-NETP-network_parameters.md) | |
| `validator min balance` | Not in [network parameters](../protocol/0054-NETP-network_parameters.md) | 3000 VEGA |
| `governance.proposal.updateNetParam.requiredMajority` | So that what is set in genesis cannot be changed too easily | 0.5 |
| `governance.proposal.updateNetParam.requiredParticipation` | So that what is set in genesis cannot be changed too easily | 0.5 |
| `validators.epoch.length` | Rewards currently make an assumption on epoch length, best fix it. | 1 day |
Expand Down
2 changes: 1 addition & 1 deletion protocol/0053-PERP-product_builtin_perpetual_future.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ If `rate_upper_bound` is specified set:
funding_payment = min(rate_upper_bound*s_twap, funding_payment)
```

Please note that scaling should happen strictly before any of the bounds are applied, i.e. if all 3 paramters are specified then the resulting funding rate is guaranteed to fall within the specified bounds irrespective of how big the scaling factor may be.
Please note that scaling should happen strictly before any of the bounds are applied, i.e. if all 3 parameters are specified then the resulting funding rate is guaranteed to fall within the specified bounds irrespective of how big the scaling factor may be.

#### Funding rate calculation

Expand Down
2 changes: 1 addition & 1 deletion protocol/0059-STKG-simple_staking_and_delegating.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Another edge case is the following: during the epoch the party had x tokens asso

Actual validator score calculation is in [simple scheme for Sweetwater](0061-simple-POS-rewards\ -\ SweetWater.md) and it introduces its own network parameters.

See the [network paramters spec](./0054-NETP-network_parameters.md#current-network-parameters) for a full list of parameters.
See the [network parameters spec](./0054-NETP-network_parameters.md#current-network-parameters) for a full list of parameters.

## Acceptance Criteria

Expand Down

0 comments on commit d5257be

Please sign in to comment.