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
* Pausable: implement Pausable abstract contract
* WormholeEndpointStandalone: add pausing functionality
* Pausable: use custom errors instead of require
* feat: add pausing to WormholeEndpoint, WormholeEndpointAndManager, and WormholeEndpointStandalone
* Pausable: remove superfluous comments
* Pausable: rmv leading underscore on [`isPaused`]
* WormholeEndpointStandalone: rmv outdated doctag
* Pausable: move to libraries
* Endpoint: abstract Pausing functionality out to all endpoints
* EndpointStandalone: expose pausing through the Endpoint Standalone API
* Pausable: add configurable pauser role
* Feat: allow owner or pauser role to pause
* Pausable: fix typo in comment
* fix: modify structure to inherit PausableOwnable to linearize access controls
* fix: make renounce and transfer public
* fix: override transferOwnership in ManagerStandalone
loop through all the endpoints and update the owner of all the endpoints to be the owner of the manager
* fix: define new transferOwnership method instead of initializing
* fix: rmv pass through upgrade from Manager
* fix: use interface for manager instead of manager directly
* Fix: Don't allow a threshold of 0
---------
Co-authored-by: Rahul Maganti <rahulmaganti@rahuls-mbp.mynetworksettings.com>
0 commit comments