Skip to content

Commit d8999d3

Browse files
committed
release v1.0.0
1 parent 53b9c32 commit d8999d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/ValidatorRegistry.sol

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {IValidatorRegistry} from "./IValidatorRegistry.sol";
77

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

0 commit comments

Comments
 (0)