Skip to content

feat(TW): deploy separate gate seals for WQ, VEBO and TWG #1193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: feat/triggerable-exits
Choose a base branch
from

Conversation

eddort
Copy link
Member

@eddort eddort commented Jun 18, 2025

No description provided.

@eddort eddort requested a review from a team as a code owner June 18, 2025 20:36
@eddort eddort added the valset Updates from the ValSet Tech team label Jun 18, 2025
Copy link

github-actions bot commented Jun 18, 2025

badge

Hardhat Unit Tests Coverage Summary

Filename                                                       Stmts    Miss  Cover    Missing
-----------------------------------------------------------  -------  ------  -------  ---------
contracts/0.4.24/Lido.sol                                        212       0  100.00%
contracts/0.4.24/StETH.sol                                        72       0  100.00%
contracts/0.4.24/StETHPermit.sol                                  15       0  100.00%
contracts/0.4.24/lib/Packed64x4.sol                                5       0  100.00%
contracts/0.4.24/lib/SigningKeys.sol                              36       0  100.00%
contracts/0.4.24/lib/StakeLimitUtils.sol                          37       0  100.00%
contracts/0.4.24/nos/NodeOperatorsRegistry.sol                   434       0  100.00%
contracts/0.4.24/oracle/LegacyOracle.sol                          72       0  100.00%
contracts/0.4.24/utils/Pausable.sol                                9       0  100.00%
contracts/0.4.24/utils/Versioned.sol                               5       0  100.00%
contracts/0.6.12/WstETH.sol                                       17       0  100.00%
contracts/0.8.25/ValidatorExitDelayVerifier.sol                   64       0  100.00%
contracts/0.8.25/interfaces/IStakingRouter.sol                     0       0  100.00%
contracts/0.8.25/interfaces/IValidatorsExitBus.sol                 0       0  100.00%
contracts/0.8.4/WithdrawalsManagerProxy.sol                       61       0  100.00%
contracts/0.8.9/BeaconChainDepositor.sol                          21       2  90.48%   48, 51
contracts/0.8.9/Burner.sol                                        71       0  100.00%
contracts/0.8.9/DepositSecurityModule.sol                        128       0  100.00%
contracts/0.8.9/EIP712StETH.sol                                   16       0  100.00%
contracts/0.8.9/LidoExecutionLayerRewardsVault.sol                16       0  100.00%
contracts/0.8.9/LidoLocator.sol                                   20       0  100.00%
contracts/0.8.9/OracleDaemonConfig.sol                            28       0  100.00%
contracts/0.8.9/StakingRouter.sol                                305       0  100.00%
contracts/0.8.9/TriggerableWithdrawalsGateway.sol                 54       1  98.15%   274
contracts/0.8.9/WithdrawalQueue.sol                               88       0  100.00%
contracts/0.8.9/WithdrawalQueueBase.sol                          146       0  100.00%
contracts/0.8.9/WithdrawalQueueERC721.sol                         89       0  100.00%
contracts/0.8.9/WithdrawalVault.sol                               32       0  100.00%
contracts/0.8.9/WithdrawalVaultEIP7002.sol                        21       0  100.00%
contracts/0.8.9/lib/ExitLimitUtils.sol                            31       0  100.00%
contracts/0.8.9/lib/Math.sol                                       4       0  100.00%
contracts/0.8.9/lib/PositiveTokenRebaseLimiter.sol                22       0  100.00%
contracts/0.8.9/lib/UnstructuredRefStorage.sol                     2       0  100.00%
contracts/0.8.9/oracle/AccountingOracle.sol                      190       0  100.00%
contracts/0.8.9/oracle/BaseOracle.sol                             89       1  98.88%   397
contracts/0.8.9/oracle/HashConsensus.sol                         263       1  99.62%   1005
contracts/0.8.9/oracle/ValidatorsExitBus.sol                     136       1  99.26%   516
contracts/0.8.9/oracle/ValidatorsExitBusOracle.sol                53       1  98.11%   232
contracts/0.8.9/proxy/OssifiableProxy.sol                         17       0  100.00%
contracts/0.8.9/sanity_checks/OracleReportSanityChecker.sol      232       0  100.00%
contracts/0.8.9/utils/DummyEmptyContract.sol                       0       0  100.00%
contracts/0.8.9/utils/PausableUntil.sol                           31       0  100.00%
contracts/0.8.9/utils/Versioned.sol                               11       0  100.00%
contracts/0.8.9/utils/access/AccessControl.sol                    23       0  100.00%
contracts/0.8.9/utils/access/AccessControlEnumerable.sol           9       0  100.00%
contracts/testnets/sepolia/SepoliaDepositAdapter.sol              21      21  0.00%    49-100
TOTAL                                                           3208      28  99.13%

Diff against master

Filename                                              Stmts    Miss  Cover
--------------------------------------------------  -------  ------  --------
contracts/0.4.24/nos/NodeOperatorsRegistry.sol          -78       0  +100.00%
contracts/0.8.25/ValidatorExitDelayVerifier.sol         +64       0  +100.00%
contracts/0.8.25/interfaces/IStakingRouter.sol            0       0  +100.00%
contracts/0.8.25/interfaces/IValidatorsExitBus.sol        0       0  +100.00%
contracts/0.8.9/LidoLocator.sol                          +2       0  +100.00%
contracts/0.8.9/StakingRouter.sol                       -11       0  +100.00%
contracts/0.8.9/TriggerableWithdrawalsGateway.sol       +54      +1  +98.15%
contracts/0.8.9/WithdrawalVault.sol                     +11       0  +100.00%
contracts/0.8.9/WithdrawalVaultEIP7002.sol              +21       0  +100.00%
contracts/0.8.9/lib/ExitLimitUtils.sol                  +31       0  +100.00%
contracts/0.8.9/oracle/AccountingOracle.sol               0      -2  +1.05%
contracts/0.8.9/oracle/ValidatorsExitBus.sol           +136      +1  +99.26%
contracts/0.8.9/oracle/ValidatorsExitBusOracle.sol      -38      -1  +0.31%
TOTAL                                                  +192      -1  +0.09%

Results for commit: d0583b7

Minimum allowed coverage is 95%

♻️ This comment has been updated with latest results

@eddort eddort changed the title feat(TW): deploy separate gate seals for VEBO and TWG feat(TW): deploy separate gate seals for WQ, VEBO and TWG Jun 20, 2025
@@ -65,6 +115,10 @@ async function main(): Promise<void> {
const TRIGGERABLE_WITHDRAWALS_LIMIT_PER_FRAME = 1;
const TRIGGERABLE_WITHDRAWALS_FRAME_DURATION = 48;

// GateSeal params
const GATE_SEAL_EXPIRY_TIMESTAMP = currentBlock.timestamp + 14 * 24 * 60 * 60; // 1 year
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be a year

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
valset Updates from the ValSet Tech team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants