Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
corverroos committed Jul 26, 2022
1 parent ecf8049 commit ea973d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,22 @@ The `cluster-lock.json` has the following schema:
### Cluster Config Change Log

The following is the historical change log of the cluster config:
- `v1.2.0` (WIP):
- `v1.2.0` **draft**:
- Refactored base64 EIP712 signatures to 0x prefixed hex.
- Refactored definition operator signatures: `config_signature` and `enr_signature`.
- Refactored base64 fields to base58.
- Refactored definition fields: `config_hash` and `definition_hash`.
- Refactored lock fields: `lock_hash`, `signature_aggregate` and `distributed_validators.public_shares`.
- See example [definition.json](../cluster/testdata/definition_v1_2_0.json) and [lock.json](../cluster/testdata/lock_v1_2_0.json)
- `v1.1.0` **(default)**:
- `v1.1.0` **default**:
- Added cosmetic `Timestamp` field to cluster definition to help identification by humans.
- See example [definition.json](../cluster/testdata/definition_v1_1_0.json) and [lock.json](../cluster/testdata/lock_v1_1_0.json)
- `v1.0.0`:
- Initial definition and lock versions.
- See example [definition.json](../cluster/testdata/definition_v1_0_0.json) and [lock.json](../cluster/testdata/lock_v1_0_0.json)

This version of Charon (logic) supports the following cluster config versions (files): `v1.0.0`, `v1.1.0`, `v1.2.0`.

## Flag Precedence

Charon uses [viper](https://github.com/spf13/viper) for configuration combined with [cobra](https://github.com/spf13/cobra)
Expand Down

0 comments on commit ea973d3

Please sign in to comment.