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 usePendingSafeOperations hook is not working as expected because the txService endpoint does not allow filtering by pending operations.
Proposed Solution
After implementing the retrieval and pagination of pending safe operations, we need to develop and utilize the endpoint. Several affected kits require updates and testing:
api-kit: Implement the endpoint with a new method.
sdk-starter-kit: Use the new method in getPendingSafeOperations.
safe-react-hooks: Test compatibility with the changes in the other kits.
Context / Issue
The
usePendingSafeOperations
hook is not working as expected because thetxService
endpoint does not allow filtering by pending operations.Proposed Solution
After implementing the retrieval and pagination of pending safe operations, we need to develop and utilize the endpoint. Several affected kits require updates and testing:
api-kit
: Implement the endpoint with a new method.sdk-starter-kit
: Use the new method ingetPendingSafeOperations
.safe-react-hooks
: Test compatibility with the changes in the other kits.Additional Context
safe-global/safe-transaction-service#2314
The text was updated successfully, but these errors were encountered: