You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Post-mainnet upgrade, look into refactoring the DM and DelayedWithdrawalRouter. We currently have a strategyWithdrawalDelayBlocks mapping in the DM and having the DelayedWithdrawalRouter is a bit redundant.
Action Items
Remove the DelayedWithdrawalRouter and read from DelegationManager.strategyWithdrawalDelayBlocks(beaconStrategy) instead
Open PR for review
Fix unit tests
Update docs
Blocking Issues
M2 upgrade!
The text was updated successfully, but these errors were encountered:
Description
Post-mainnet upgrade, look into refactoring the DM and DelayedWithdrawalRouter. We currently have a
strategyWithdrawalDelayBlocks
mapping in the DM and having the DelayedWithdrawalRouter is a bit redundant.Action Items
Blocking Issues
M2 upgrade!
The text was updated successfully, but these errors were encountered: