Skip to content

Commit

Permalink
chore: kebab-case ADR filenames (#815)
Browse files Browse the repository at this point in the history
Follow-up to #772
because I forgot to kebab-case `QGB` and missed `ADR-002-QGB-ValSet.md`
entirely
  • Loading branch information
rootulp authored Sep 29, 2022
1 parent 395e268 commit 245ae2c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To accommodate the requirements of the [Quantum Gravity Bridge](https://github.c

Add the `ValSet` and `ValSetConfirm` type of messages in order to track the state of the validator set.

PS: The `ValsetConfirm` have been updated in `ADR-005-QGB-reduce-state-usage`. Please take a look on it to know how we will be handling the confirms.
PS: The `ValsetConfirm` have been updated in `adr-005-qgb-reduce-state-usage`. Please take a look on it to know how we will be handling the confirms.

## Detailed Design

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To accommodate the requirements of the [Quantum Gravity Bridge](https://github.c

Add the `DataCommitmentConfirm` type of messages in order to attest that a set of blocks has been finalized.

PS: The `ValsetConfirm` have been updated in `ADR-005-QGB-reduce-state-usage`. Please take a look on it to know how we will be handling the confirms.
PS: The `ValsetConfirm` have been updated in `adr-005-qgb-reduce-state-usage`. Please take a look on it to know how we will be handling the confirms.

## Detailed Design

Expand Down

0 comments on commit 245ae2c

Please sign in to comment.