Aaron Cook

Results 49 issues of Aaron Cook

## Description 1. The line separating gas estimation section is not getting from edge to edge on the first view. 2. If I go to review the actions I still...

Bug 🐛
Minor
effort-low

## Overview We should render each individual transaction in an error boundary, so as to not crash the Safe if one has a render issue. Although it appears as though...

Tech-debt 🚧
effort-low

## Overview When there is a connection error with a wallet, `CONNECT_WALLET_ERROR_MSG` should be shown. It appears that it was prepared to be implemented but the `loaded` flag, set inside...

Tech-debt 🚧
effort-low

## Description Successful simulations can still revert. Not all `error`s from the `call_trace` are taken into account. The [changes included in `web-core`](https://github.com/safe-global/web-core/pull/1861) need to be added to the Transaction Builder...

## Context / issue L2 Safe contract versions are returned with `+L2` metadata from the gateway. (Circles also contains `+Circles` metadata). `1.3.0+L2` is currently an invalid version. It won't allow...

enhancement

## Bug description The bottom items of the sidebar are offscreen and a scrollbar is present on mobile Chrome. ## Steps to reproduce 1. Open a Safe on mobile Chrome....

bug

## Bug description It's not possible to create a Safe when connected to a Safe in both the old and new creation flow. ## Steps to reproduce 1. Connect to...

bug
minor
safe-creation

## Bug description Safe creation transaction titles repeat when human readable transactions are shown: "Safe account created Safe account created" ## Steps to reproduce 1. Ensuring human readable transactions are...

bug

## What is the feature about We are indefinitely persisting added Safes, the address book, pinned Safe apps and likely others, regardless of currently supported chains. If chain support is...

tech debt

## Summary Prior to this, adding/deleting a recovery module address required signing a message with each request. This migrates the suboptiomal authentication/authorisation to the new JWT/SIWE-based approach. The user needs...