Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased (develop)

- added: Reverse-resolve recipient addresses to ENS / Unstoppable Domains / ZNS names in the send flow, address modal, and transaction history.

## 4.49.0 (staging)

- added: Honor `af` affiliate parameter on `deep.edge.app` deep links, activating the promotion alongside any inner payload (e.g. private-key import).
Expand Down
200 changes: 110 additions & 90 deletions src/__tests__/scenes/__snapshots__/SendScene2.ui.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1520,16 +1520,18 @@ exports[`SendScene2 1 spendTarget 1`] = `
</View>
</RCTScrollView>
<View
hasNotifications={false}
insetBottom={0}
style={
{
"alignItems": "center",
"bottom": 45,
"justifyContent": "center",
"position": "absolute",
"width": "100%",
}
[
{
"alignItems": "center",
"justifyContent": "center",
"position": "absolute",
"width": "100%",
},
{
"bottom": 45,
},
]
}
>
<View
Expand Down Expand Up @@ -3527,16 +3529,18 @@ exports[`SendScene2 1 spendTarget with info tiles 1`] = `
</View>
</RCTScrollView>
<View
hasNotifications={false}
insetBottom={0}
style={
{
"alignItems": "center",
"bottom": 45,
"justifyContent": "center",
"position": "absolute",
"width": "100%",
}
[
{
"alignItems": "center",
"justifyContent": "center",
"position": "absolute",
"width": "100%",
},
{
"bottom": 45,
},
]
}
>
<View
Expand Down Expand Up @@ -5534,16 +5538,18 @@ exports[`SendScene2 2 spendTargets 1`] = `
</View>
</RCTScrollView>
<View
hasNotifications={false}
insetBottom={0}
style={
{
"alignItems": "center",
"bottom": 45,
"justifyContent": "center",
"position": "absolute",
"width": "100%",
}
[
{
"alignItems": "center",
"justifyContent": "center",
"position": "absolute",
"width": "100%",
},
{
"bottom": 45,
},
]
}
>
<View
Expand Down Expand Up @@ -7122,16 +7128,18 @@ exports[`SendScene2 2 spendTargets hide tiles 1`] = `
</View>
</RCTScrollView>
<View
hasNotifications={false}
insetBottom={0}
style={
{
"alignItems": "center",
"bottom": 45,
"justifyContent": "center",
"position": "absolute",
"width": "100%",
}
[
{
"alignItems": "center",
"justifyContent": "center",
"position": "absolute",
"width": "100%",
},
{
"bottom": 45,
},
]
}
>
<View
Expand Down Expand Up @@ -8690,16 +8698,18 @@ exports[`SendScene2 2 spendTargets hide tiles 2`] = `
</View>
</RCTScrollView>
<View
hasNotifications={false}
insetBottom={0}
style={
{
"alignItems": "center",
"bottom": 45,
"justifyContent": "center",
"position": "absolute",
"width": "100%",
}
[
{
"alignItems": "center",
"justifyContent": "center",
"position": "absolute",
"width": "100%",
},
{
"bottom": 45,
},
]
}
>
<View
Expand Down Expand Up @@ -10025,16 +10035,18 @@ exports[`SendScene2 2 spendTargets hide tiles 3`] = `
</View>
</RCTScrollView>
<View
hasNotifications={false}
insetBottom={0}
style={
{
"alignItems": "center",
"bottom": 45,
"justifyContent": "center",
"position": "absolute",
"width": "100%",
}
[
{
"alignItems": "center",
"justifyContent": "center",
"position": "absolute",
"width": "100%",
},
{
"bottom": 45,
},
]
}
>
<View
Expand Down Expand Up @@ -11773,16 +11785,18 @@ exports[`SendScene2 2 spendTargets lock tiles 1`] = `
</View>
</RCTScrollView>
<View
hasNotifications={false}
insetBottom={0}
style={
{
"alignItems": "center",
"bottom": 45,
"justifyContent": "center",
"position": "absolute",
"width": "100%",
}
[
{
"alignItems": "center",
"justifyContent": "center",
"position": "absolute",
"width": "100%",
},
{
"bottom": 45,
},
]
}
>
<View
Expand Down Expand Up @@ -13472,16 +13486,18 @@ exports[`SendScene2 2 spendTargets lock tiles 2`] = `
</View>
</RCTScrollView>
<View
hasNotifications={false}
insetBottom={0}
style={
{
"alignItems": "center",
"bottom": 45,
"justifyContent": "center",
"position": "absolute",
"width": "100%",
}
[
{
"alignItems": "center",
"justifyContent": "center",
"position": "absolute",
"width": "100%",
},
{
"bottom": 45,
},
]
}
>
<View
Expand Down Expand Up @@ -15098,16 +15114,18 @@ exports[`SendScene2 2 spendTargets lock tiles 3`] = `
</View>
</RCTScrollView>
<View
hasNotifications={false}
insetBottom={0}
style={
{
"alignItems": "center",
"bottom": 45,
"justifyContent": "center",
"position": "absolute",
"width": "100%",
}
[
{
"alignItems": "center",
"justifyContent": "center",
"position": "absolute",
"width": "100%",
},
{
"bottom": 45,
},
]
}
>
<View
Expand Down Expand Up @@ -16740,16 +16758,18 @@ exports[`SendScene2 Render SendScene 1`] = `
</View>
</RCTScrollView>
<View
hasNotifications={false}
insetBottom={0}
style={
{
"alignItems": "center",
"bottom": 45,
"justifyContent": "center",
"position": "absolute",
"width": "100%",
}
[
{
"alignItems": "center",
"justifyContent": "center",
"position": "absolute",
"width": "100%",
},
{
"bottom": 45,
},
]
}
/>
</View>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,26 +402,35 @@ exports[`TransactionDetailsScene should render 1`] = `
>
Sender Name
</Text>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
minimumFontScale={0.65}
numberOfLines={1}
<View
style={
[
{
"color": "#FFFFFF",
"fontFamily": "Quicksand-Regular",
"fontSize": 22,
"includeFontPadding": false,
},
undefined,
null,
]
{
"alignItems": "center",
"flexDirection": "row",
}
}
>
timmy
</Text>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
minimumFontScale={0.65}
numberOfLines={1}
style={
[
{
"color": "#FFFFFF",
"fontFamily": "Quicksand-Regular",
"fontSize": 22,
"includeFontPadding": false,
},
undefined,
null,
]
}
>
timmy
</Text>
</View>
</View>
<View
accessibilityState={
Expand Down Expand Up @@ -3378,26 +3387,35 @@ exports[`TransactionDetailsScene should render with negative nativeAmount and fi
>
Recipient Name
</Text>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
minimumFontScale={0.65}
numberOfLines={1}
<View
style={
[
{
"color": "#FFFFFF",
"fontFamily": "Quicksand-Regular",
"fontSize": 22,
"includeFontPadding": false,
},
undefined,
null,
]
{
"alignItems": "center",
"flexDirection": "row",
}
}
>
timmy
</Text>
<Text
adjustsFontSizeToFit={true}
allowFontScaling={false}
minimumFontScale={0.65}
numberOfLines={1}
style={
[
{
"color": "#FFFFFF",
"fontFamily": "Quicksand-Regular",
"fontSize": 22,
"includeFontPadding": false,
},
undefined,
null,
]
}
>
timmy
</Text>
</View>
</View>
<View
accessibilityState={
Expand Down
Loading
Loading