Daniel Dimitrov

Results 50 issues of Daniel Dimitrov
trafficstars

While working on this PR: https://github.com/safe-global/safe-wallet-web/pull/4020 I refactored the code in TxDetails to "always" do a network request and fetch the txDetails. In the old code we were sometimes using...

tech debt

### What's happening? I'm trying to work with passkeys. I'm generating a passkey with "react-native-passkeys" https://github.com/peterferguson/react-native-passkeys, then trying to extract the coordinates and rawId with the @safe-global/protocol-kit library: https://github.com/safe-global/safe-core-sdk/blob/main/packages/protocol-kit/src/utils/passkeys/extractPasskeyData.ts#L12 Then...

Handles # Changes proposed in this pull request: Ads rudimentary decoding for native staking (just outputing the type, no other info as amounts etc is displayed).

Sometimes we need to enable a feature flag at a particular time. Other times we need to disable a feature flag at a particular time. I think that it would...

## What it solves This is an attempt to refactor the code to use the new @safe-global/store package instead of @safe-global/safe-gateway-typescript-sdk. The codemod is at the moment not complete. I'm...

## What it solves Some users were getting a „code 633: Notification (un-)registration faield“ when trying to register for push notifications. This seems to be caused by an error coming...

## What must be done When importing an account in the mobile app there is no place where the user can set a name. Because of this we only display...

Mobile

The e2e test is failing to run as we've specified yarn v4 as the default package, but without doing corepack enable on the CI machine you can't install it.

## What it solves The notification badge was only cleared when the user would click on the push notification. If the user would open the app, by pressing the icon...

## What it solves Ads a stake deposit e2e test Resolves https://linear.app/safe-global/issue/COR-711/test-003-transaction-history-navigation --- ## CLA signature With the submission of this Pull Request, I confirm that I have read and...