Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gpsanant committed Sep 22, 2023
1 parent b7a641c commit 51d1fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/middleware/BLSSignatureChecker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BLSSignatureChecker

This contract is deployed per AVS. It verifies rhe signatures of operators in an efficient way given the rest of the registry architecture. A lot of EigenLayer AVSs can be summarized as a quorum signature on a message and slashing if some quality of that message and other state is true.
This contract is deployed per AVS. It verifies the signatures of operators in an efficient way given the rest of the registry architecture. A lot of EigenLayer AVSs can be summarized as a quorum signature on a message and slashing if some quality of that message and other state is true.

## Flows

Expand Down
2 changes: 1 addition & 1 deletion docs/middleware/StakeRegistry.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ This has more implications after slashing is enabled... TODO

## Upstream Dependencies

The main integration with the StakeRegistry is used by the AVSs [BLSSignautureChecker](./BLSSignatureChecker.md). An offchain actor provides an operator id, a quorum id, and an index in the array of the operator's stake updates to verify the stake of an operator at a particular block number. They also provide a quorum id and an index in the array of total stake updates to verify the stake of the entire quorum at a particular block number.
The main integration with the StakeRegistry is used by the AVSs [BLSSignatureChecker](./BLSSignatureChecker.md). An offchain actor provides an operator id, a quorum id, and an index in the array of the operator's stake updates to verify the stake of an operator at a particular block number. They also provide a quorum id and an index in the array of total stake updates to verify the stake of the entire quorum at a particular block number.

0 comments on commit 51d1fc8

Please sign in to comment.