Skip to content

Conversation

@swansontec
Copy link
Contributor

@swansontec swansontec commented Sep 10, 2025

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Description

none

expires: expireDate,
isGateway: (metadata as any)?.gateway // Undocumented feature
}
}
Copy link

Choose a reason for hiding this comment

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

Bug: Payment Links Fail for Non-Public Addresses

The parsedUriToLink function only creates payment links if publicAddress is present. This misses cases where a URI only provides legacyAddress or segwitAddress, even though the internal logic can handle these address types.

Fix in Cursor Fix in Web

Copy link
Contributor

Choose a reason for hiding this comment

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

agreed

displayName: currencyName,
networkLocation: {
contractAddress,
type: (token as any).type // Undocumented EVM token type
Copy link
Contributor

Choose a reason for hiding this comment

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

Where did this come from?

expires: expireDate,
isGateway: (metadata as any)?.gateway // Undocumented feature
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

agreed

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.

3 participants