Skip to content

fix(sdk-coin-sol): skip checking recipients in case of ATA tx#9026

Merged
MohammedRyaan786 merged 1 commit into
masterfrom
CHALO-624
Jun 15, 2026
Merged

fix(sdk-coin-sol): skip checking recipients in case of ATA tx#9026
MohammedRyaan786 merged 1 commit into
masterfrom
CHALO-624

Conversation

@MohammedRyaan786

@MohammedRyaan786 MohammedRyaan786 commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

TICKET: CHALO-624

This pull request makes a targeted update to the Solana (Sol) coin logic to properly handle "enabletoken" transactions. Specifically, it ensures that recipient-related logic is bypassed for token enablement transactions, similar to how close-associated-token-account transactions are already handled.

Key changes:

Token Enablement Transaction Handling:

  • Added a check for transaction type 'enabletoken' in recipient-related logic, ensuring that recipient processing is skipped for token enablement transactions in both recipient filtering and validation steps. [1] [2]

@linear-code

linear-code Bot commented Jun 15, 2026

Copy link
Copy Markdown

CHALO-624

@MohammedRyaan786 MohammedRyaan786 marked this pull request as ready for review June 15, 2026 15:19
@MohammedRyaan786 MohammedRyaan786 requested a review from a team as a code owner June 15, 2026 15:19
@MohammedRyaan786 MohammedRyaan786 merged commit faa763c into master Jun 15, 2026
22 checks passed
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