-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: natspec + interfaces docs: `RegistryCoordinator` natspec chore: forge fmt refactor: named mapping params docs: natspec `BLSApkRegistry` docs: natspec `BLSApkRegistry` docs: natspec `BLSApkRegistry` refactor: interface structure refactor: separate `BLSSignatureChecker` storage refactor: rename -> `IECDSAStakeRegistry` docs: natspec docs: natspec `ECDSAStakeRegistry` docs: natspec `EjectionManager` + separate storage docs: natspec docs: natspec `IndexRegistry` refactor: remove `IRegistry` chore: forge fmt chore: make storage-report docs: natspec refactor: remove `ISocketUpdater`
- Loading branch information
1 parent
d2bfd57
commit 7cb4449
Showing
64 changed files
with
2,789 additions
and
2,286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
|
||
╭----------------------+------------------------------------------------------+------+--------+-------+---------------------------------------╮ | ||
| Name | Type | Slot | Offset | Bytes | Contract | | ||
+=============================================================================================================================================+ | ||
| _initialized | uint8 | 0 | 0 | 1 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
|----------------------+------------------------------------------------------+------+--------+-------+---------------------------------------| | ||
| _initializing | bool | 0 | 1 | 1 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
|----------------------+------------------------------------------------------+------+--------+-------+---------------------------------------| | ||
| operatorToPubkeyHash | mapping(address => bytes32) | 1 | 0 | 32 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
|----------------------+------------------------------------------------------+------+--------+-------+---------------------------------------| | ||
| pubkeyHashToOperator | mapping(bytes32 => address) | 2 | 0 | 32 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
|----------------------+------------------------------------------------------+------+--------+-------+---------------------------------------| | ||
| operatorToPubkey | mapping(address => struct BN254.G1Point) | 3 | 0 | 32 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
|----------------------+------------------------------------------------------+------+--------+-------+---------------------------------------| | ||
| apkHistory | mapping(uint8 => struct IBLSApkRegistry.ApkUpdate[]) | 4 | 0 | 32 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
|----------------------+------------------------------------------------------+------+--------+-------+---------------------------------------| | ||
| currentApk | mapping(uint8 => struct BN254.G1Point) | 5 | 0 | 32 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
|----------------------+------------------------------------------------------+------+--------+-------+---------------------------------------| | ||
| __GAP | uint256[45] | 6 | 0 | 1440 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
╰----------------------+------------------------------------------------------+------+--------+-------+---------------------------------------╯ | ||
╭----------------------+-----------------------------------------------------------+------+--------+-------+---------------------------------------╮ | ||
| Name | Type | Slot | Offset | Bytes | Contract | | ||
+==================================================================================================================================================+ | ||
| _initialized | uint8 | 0 | 0 | 1 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
|----------------------+-----------------------------------------------------------+------+--------+-------+---------------------------------------| | ||
| _initializing | bool | 0 | 1 | 1 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
|----------------------+-----------------------------------------------------------+------+--------+-------+---------------------------------------| | ||
| operatorToPubkeyHash | mapping(address => bytes32) | 1 | 0 | 32 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
|----------------------+-----------------------------------------------------------+------+--------+-------+---------------------------------------| | ||
| pubkeyHashToOperator | mapping(bytes32 => address) | 2 | 0 | 32 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
|----------------------+-----------------------------------------------------------+------+--------+-------+---------------------------------------| | ||
| operatorToPubkey | mapping(address => struct BN254.G1Point) | 3 | 0 | 32 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
|----------------------+-----------------------------------------------------------+------+--------+-------+---------------------------------------| | ||
| apkHistory | mapping(uint8 => struct IBLSApkRegistryTypes.ApkUpdate[]) | 4 | 0 | 32 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
|----------------------+-----------------------------------------------------------+------+--------+-------+---------------------------------------| | ||
| currentApk | mapping(uint8 => struct BN254.G1Point) | 5 | 0 | 32 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
|----------------------+-----------------------------------------------------------+------+--------+-------+---------------------------------------| | ||
| __GAP | uint256[45] | 6 | 0 | 1440 | src/BLSApkRegistry.sol:BLSApkRegistry | | ||
╰----------------------+-----------------------------------------------------------+------+--------+-------+---------------------------------------╯ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
|
||
╭----------------------+------------------------------------------------------+------+--------+-------+-----------------------------------------------------╮ | ||
| Name | Type | Slot | Offset | Bytes | Contract | | ||
+===========================================================================================================================================================+ | ||
| _initialized | uint8 | 0 | 0 | 1 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
|----------------------+------------------------------------------------------+------+--------+-------+-----------------------------------------------------| | ||
| _initializing | bool | 0 | 1 | 1 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
|----------------------+------------------------------------------------------+------+--------+-------+-----------------------------------------------------| | ||
| operatorToPubkeyHash | mapping(address => bytes32) | 1 | 0 | 32 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
|----------------------+------------------------------------------------------+------+--------+-------+-----------------------------------------------------| | ||
| pubkeyHashToOperator | mapping(bytes32 => address) | 2 | 0 | 32 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
|----------------------+------------------------------------------------------+------+--------+-------+-----------------------------------------------------| | ||
| operatorToPubkey | mapping(address => struct BN254.G1Point) | 3 | 0 | 32 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
|----------------------+------------------------------------------------------+------+--------+-------+-----------------------------------------------------| | ||
| apkHistory | mapping(uint8 => struct IBLSApkRegistry.ApkUpdate[]) | 4 | 0 | 32 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
|----------------------+------------------------------------------------------+------+--------+-------+-----------------------------------------------------| | ||
| currentApk | mapping(uint8 => struct BN254.G1Point) | 5 | 0 | 32 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
|----------------------+------------------------------------------------------+------+--------+-------+-----------------------------------------------------| | ||
| __GAP | uint256[45] | 6 | 0 | 1440 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
╰----------------------+------------------------------------------------------+------+--------+-------+-----------------------------------------------------╯ | ||
╭----------------------+-----------------------------------------------------------+------+--------+-------+-----------------------------------------------------╮ | ||
| Name | Type | Slot | Offset | Bytes | Contract | | ||
+================================================================================================================================================================+ | ||
| _initialized | uint8 | 0 | 0 | 1 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
|----------------------+-----------------------------------------------------------+------+--------+-------+-----------------------------------------------------| | ||
| _initializing | bool | 0 | 1 | 1 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
|----------------------+-----------------------------------------------------------+------+--------+-------+-----------------------------------------------------| | ||
| operatorToPubkeyHash | mapping(address => bytes32) | 1 | 0 | 32 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
|----------------------+-----------------------------------------------------------+------+--------+-------+-----------------------------------------------------| | ||
| pubkeyHashToOperator | mapping(bytes32 => address) | 2 | 0 | 32 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
|----------------------+-----------------------------------------------------------+------+--------+-------+-----------------------------------------------------| | ||
| operatorToPubkey | mapping(address => struct BN254.G1Point) | 3 | 0 | 32 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
|----------------------+-----------------------------------------------------------+------+--------+-------+-----------------------------------------------------| | ||
| apkHistory | mapping(uint8 => struct IBLSApkRegistryTypes.ApkUpdate[]) | 4 | 0 | 32 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
|----------------------+-----------------------------------------------------------+------+--------+-------+-----------------------------------------------------| | ||
| currentApk | mapping(uint8 => struct BN254.G1Point) | 5 | 0 | 32 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
|----------------------+-----------------------------------------------------------+------+--------+-------+-----------------------------------------------------| | ||
| __GAP | uint256[45] | 6 | 0 | 1440 | src/BLSApkRegistryStorage.sol:BLSApkRegistryStorage | | ||
╰----------------------+-----------------------------------------------------------+------+--------+-------+-----------------------------------------------------╯ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
╭----------------------+-------------+------+--------+-------+---------------------------------------------------------------╮ | ||
| Name | Type | Slot | Offset | Bytes | Contract | | ||
+============================================================================================================================+ | ||
| staleStakesForbidden | bool | 0 | 0 | 1 | src/BLSSignatureCheckerStorage.sol:BLSSignatureCheckerStorage | | ||
|----------------------+-------------+------+--------+-------+---------------------------------------------------------------| | ||
| __GAP | uint256[49] | 1 | 0 | 1568 | src/BLSSignatureCheckerStorage.sol:BLSSignatureCheckerStorage | | ||
╰----------------------+-------------+------+--------+-------+---------------------------------------------------------------╯ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.