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
The TimelockController contract from the base repository currently does not provide any view methods for inspecting scheduled operations.
This means that all visibility into pending or scheduled operations must come from an external indexer, introducing a centralization point for interfaces that want to minimize off-chain dependencies.
It would be useful if the contract exposed simple view functions (e.g., returning currently scheduled operations or details about a given operation) so that clients and dapps can directly query the contract without depending on an indexer.
While this functionality can be added by extending TimelockController, having it available by default in a vetted contract would improve transparency and usability.