Skip to content

fix(sdk-coin-sol): skip fee payer check for closeATA - #9608

Merged
MohammedRyaan786 merged 1 commit into
masterfrom
CHALO-1343-closeATA
Aug 31, 2026
Merged

MohammedRyaan786 merged 1 commit into
masterfrom
CHALO-1343-closeATA

Conversation

@MohammedRyaan786

@MohammedRyaan786 MohammedRyaan786 commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

TICKET: CHALO-1343

This pull request makes a targeted change to the Solana coin implementation to improve transaction validation. Specifically, it updates the logic that checks the transaction fee payer to allow for "close associated token account" transactions to have a fee payer different from the wallet's root address.

Transaction validation update:

  • Updated the fee payer validation in the Sol class (sol.ts) so that "close associated token account" transactions (isCloseAssociatedTokenAccountTx) are exempt from the requirement that the fee payer must be the wallet's root address.

@linear-code

linear-code Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

CHALO-1343

@MohammedRyaan786
MohammedRyaan786 marked this pull request as ready for review August 31, 2026 12:48
@MohammedRyaan786
MohammedRyaan786 requested a review from a team as a code owner August 31, 2026 12:48
@MohammedRyaan786
MohammedRyaan786 merged commit 3a9ac04 into master Aug 31, 2026
25 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