Files
Ricardo Guilherme Schmidt 8bebfbc9d2 refactor(StakeManager, StakeVault): decouple StakeManager <-> StakeVault
- BREAKING CHANGE: Updated stake and lock functions in StakeManager to accept an additional parameter for current lock until timestamp.
- BREAKING CHANGE: Modified StakeVault to handle the new locking mechanism and removed the old updateLockUntil function.
- Adjusted related tests to reflect changes in function signatures and expected behaviors.
- Ensured that funds locked checks are properly referenced in tests and contracts.
2025-08-13 10:37:40 -03:00
..