Aaron Cook

Results 49 issues of Aaron Cook

## What is the feature about `useLoadSpendingLimits` breaks the rules of hooks, as well as makes a large number of requests. We should look into refactoring this to not require...

tech debt

## Bug description If the name of the recipient/action is too wide in the list of pending transactions, the threshold indicator and arrow move to a newline that is not...

bug
good first issue

**Is your feature request related to a problem? Please describe.** There is no notification of newly added fields, only of updates. Having added and expecting [`contractAddresses`](https://github.com/safe-global/safe-config-service/pull/1175), we encountered the issue...

⚠️ This is in progress ## Summary This generates a TypeScript SDK for all routes of the project from the staging Swagger deployment. ## Changes tbd

## Summary It should be possible to register for "public" notifications, e.g. incoming/outgoing assets, without a signing key. This adapts the `POST` `/v2/register/notifications` endpoint to make the `accessToken` optional and,...

### Description The Web would like to show the indexing status of the Transaction Service in the UI. ![image](https://github.com/user-attachments/assets/149e8ec8-75db-4def-a81e-7dbdfc8d30fd) Semantically, the information-to-be-shown is: 1. Is the latest block synced? 2....

### Description We have some query parameters with default values, e.g. `exclude_spam`. These are theoretically optional. On Swagger, however, they are marked as required and also do not show the...

bug

### Description We currently fetch data and explicitly type the response, validating only on the domain layer. Whilst the layer separation makes sense, we can't be 100% sure that the...

### Description We only allow relaying of Safe transactions. This means that they need to originate from a Safe. A recovery transaction is executed via a module (a Delay Modifier)....

### Description When fetching `all-transactions`, every transaction type has a `transfers` array that currently [doesn't exist in all types](https://github.com/safe-global/safe-client-gateway/blob/main/src/routes/transactions/transactions-history.imitation-transactions.controller.spec.ts#L170). We are therefore not mapping all transfers of transactions, [only the...