Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use getAddresses in Request scene #5363

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

peachbits
Copy link
Contributor

@peachbits peachbits commented Nov 16, 2024

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

EdgeApp/edge-core-js#626
EdgeApp/edge-currency-accountbased#855

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

@peachbits peachbits marked this pull request as draft November 16, 2024 00:04
Comment on lines +147 to +154
const addressTypeLabelMap: StringMap = {
segwitAddress: lstrings.request_qr_your_segwit_address,
legacyAddress: lstrings.request_qr_your_legacy_address,

// Handle segwitAddress
if (receiveAddress.segwitAddress != null) {
addresses.push({
addressString: receiveAddress.segwitAddress,
label: lstrings.request_qr_your_segwit_address
})
// Zcash
saplingAddress: lstrings.request_qr_your_sapling_address,
transparentAddress: lstrings.request_qr_your_transparent_address,
unifiedAddress: lstrings.request_qr_your_unified_address
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 This table is really nice.

@peachbits peachbits marked this pull request as ready for review December 3, 2024 00:28
@peachbits peachbits force-pushed the matthew/all-addresses branch from 7f3d1fe to 9532444 Compare December 3, 2024 00:29
@peachbits peachbits enabled auto-merge December 3, 2024 00:34
@peachbits peachbits merged commit 95aa2ef into develop Dec 3, 2024
2 checks passed
@peachbits peachbits deleted the matthew/all-addresses branch December 3, 2024 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants