Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Jan 14, 2025
1 parent 53b9c32 commit d8999d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ValidatorRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {IValidatorRegistry} from "./IValidatorRegistry.sol";

/**
* @title ValidatorRegistry
* @custom:version 1.0.0
*
* @notice Single source of truth for all of Chronicle Protocol's validators
*
Expand All @@ -23,6 +24,9 @@ import {IValidatorRegistry} from "./IValidatorRegistry.sol";
*
* Note that a set of lifted validators can be encoded in a single uint.
* The code refers to it as `uint bloom`.
*
* @author Chronicle Labs, Inc
* @custom:security-contact [email protected]
*/
contract ValidatorRegistry is IValidatorRegistry, Auth {
/// @dev Statically allocated array for validators.
Expand Down

0 comments on commit d8999d3

Please sign in to comment.