Skip to content
Closed
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: 1 addition & 1 deletion packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

### Patch Changes

- 23e4ecf: fix: block token contract addresses in recipient field
- 23e4ecf: Relay Kit now prevents supported token contract addresses from being entered as transaction recipients, reducing transactions sent to addresses that cannot receive the selected token.

## 4.0.0

Expand Down
4 changes: 1 addition & 3 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@

### Patch Changes

- e9dbac1: Add XRP dead address and include the Tron, Zero and XRP dead addresses in isDeadAddress
- e9dbac1: Relay Kit now supports XRP as a destination for transactions. The SDK also recognizes the XRP, Tron, and Zero dead addresses through `isDeadAddress`.

## 7.0.1

### Patch Changes
Comment on lines 9 to 11

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Empty SDK release section

Removing the only 7.0.1 entry leaves the visible 7.0.1 and Patch Changes headings with no content before 7.0.0. Remove this empty section or add an appropriate customer-facing release note so the published SDK changelog does not contain a blank release.

Artifacts

SDK release-section parser and renderer source

  • Review-authored Node script parses the changelog with Prettier Markdown and renders the 7.0.1 release section to determine whether an empty section remains visible; it confirms the test method.

SDK 7.0.1 release section before the bullet removal

  • Executed parent-revision check shows one parsed patch entry and a rendered list under 7.0.1; the prior section was not blank.

SDK 7.0.1 release section after the bullet removal

  • Executed current-revision check shows zero parsed entries but rendered 7.0.1 and Patch Changes headings; the release section is visibly blank.

View artifacts

T-Rex Ran code and verified through T-Rex


- fb843c4: Sync SDK types

## 7.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Patch Changes

- e9dbac1: Add XRP vm support for destination transactions
- e9dbac1: Relay Kit now supports XRP as a destination for transactions. The SDK also recognizes the XRP, Tron, and Zero dead addresses through `isDeadAddress`.
- Updated dependencies [e9dbac1]
- @relayprotocol/relay-sdk@7.0.2
- @relayprotocol/relay-kit-hooks@4.0.3
Expand All @@ -13,7 +13,7 @@

### Patch Changes

- 78bf766: Add Robinhood Chain, Linea, Monad, Soneium, MegaETH, and Tempo to Uniswap Wallet's supported chains
- 78bf766: Uniswap Wallet can now be used with Robinhood Chain, Linea, Monad, Soneium, MegaETH, and Tempo in Relay Kit.
- Updated dependencies [fb843c4]
- @relayprotocol/relay-sdk@7.0.1
- @relayprotocol/relay-kit-hooks@4.0.2
Expand Down Expand Up @@ -52,9 +52,9 @@

### Patch Changes

- f1a9fd8: Complete the RefundReason error mapping. Every failReason code in the API schema now resolves to a specific user-facing explanation instead of falling back to the generic unknown-issue message, matching the copy used on relay.link and the developer dashboard.
- 628ad74: Gracefully handle broken token/chain logo images. ChainTokenIcon now falls back to the token symbol avatar and ChainIcon hides itself when the logo fails to load, instead of rendering a broken-image placeholder.
- 23e4ecf: fix: block token contract addresses in recipient field
- f1a9fd8: The UI now gives a specific explanation for each supported execution failure instead of falling back to an unknown-issue message.
- 628ad74: If a token or chain logo cannot load, Relay Kit displays a symbol fallback or hides the broken image rather than showing a browser placeholder.
- 23e4ecf: Relay Kit now prevents supported token contract addresses from being entered as transaction recipients, reducing transactions sent to addresses that cannot receive the selected token.
- Updated dependencies [23e4ecf]
- @relayprotocol/relay-kit-hooks@4.0.1

Expand Down
Loading