Skip to content

Commit

Permalink
Passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash Patil authored and Yash Patil committed Oct 13, 2023
1 parent c568910 commit ef4bb69
Show file tree
Hide file tree
Showing 2 changed files with 722 additions and 86 deletions.
3 changes: 1 addition & 2 deletions src/contracts/interfaces/IIndexRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ import "./IRegistry.sol";
*/
interface IIndexRegistry is IRegistry {
// EVENTS

// emitted when an operator's index in the orderd operator list for the quorum with number `quorumNumber` is updated
event QuorumIndexUpdate(bytes32 indexed operatorId, uint8 quorumNumber, uint32 newIndex);
// emitted when an operator's index in the global operator list is updated
event GlobalIndexUpdate(bytes32 indexed operatorId, uint32 newIndex);

// DATA STRUCTURES

Expand Down
Loading

0 comments on commit ef4bb69

Please sign in to comment.