Skip to content

feat: add strategy pause control#116

Merged
Schlagonia merged 1 commit into
constant_accualfrom
pausable
May 24, 2026
Merged

feat: add strategy pause control#116
Schlagonia merged 1 commit into
constant_accualfrom
pausable

Conversation

@Schlagonia

Copy link
Copy Markdown
Collaborator

Summary

  • add setPaused(bool) with emergency-authorized pause and management-only unpause
  • gate ERC4626 user flows while paused and allow emergencyWithdraw while paused or shutdown
  • add pause coverage for access control, ERC4626 blocking, ERC20 share behavior, and management operations

Tests

  • forge test --match-contract 'PauseTest|ShutdownTest|AccessControlTest|TokenizedStrategyLibViewsTest' -vv
  • forge test -vv

@Schlagonia Schlagonia changed the title Add strategy pause control feat: add strategy pause control May 24, 2026
@Schlagonia Schlagonia merged commit ce50b28 into constant_accual May 24, 2026
2 of 3 checks passed
@Schlagonia Schlagonia deleted the pausable branch May 24, 2026 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant