staking/test
Ricardo Guilherme Schmidt fcb620743b refactor(StakeManager): Remove debug code and optimize epoch finalization
This is a work in progress. This commit will be split in many other PRs to address each one of the changes.

Remove debug code and optimize the epoch finalization process in the StakeManager contract. The debug code related to the `nextEpoch` variable has been removed. The `finalizeEpoch` modifier has been optimized to process epochs more efficiently . The `executeEpoch` function has been updated to execute epochs up to a specified limit. The `_processAccount` function has been modified to use a `while` loop instead of a `for` loop to fix a problem with the code.
2024-09-11 06:35:33 -03:00
..
mocks chore: fix warnings on BrokenERC20 mock 2024-03-15 13:21:59 +01:00
script fix(StakeVault): make unstaking actually work 2024-01-19 09:57:34 +01:00
StakeManager.t.sol refactor(StakeManager): Remove debug code and optimize epoch finalization 2024-09-11 06:35:33 -03:00
StakeVault.t.sol fix(StakeVault): make unstaking actually work 2024-01-19 09:57:34 +01:00
VaultFactory.t.sol cleanup(VaultFactoryTest): remove unused import 2024-01-23 15:11:10 +01:00