Skip to content

fix: refactor kit airdrop to avoid deprecated transaction confirmer (#1784)#1850

Open
mansiverma897993 wants to merge 1 commit into
anza-xyz:mainfrom
mansiverma897993:fix/airdrop-deprecated-confirmer
Open

fix: refactor kit airdrop to avoid deprecated transaction confirmer (#1784)#1850
mansiverma897993 wants to merge 1 commit into
anza-xyz:mainfrom
mansiverma897993:fix/airdrop-deprecated-confirmer

Conversation

@mansiverma897993

Copy link
Copy Markdown

This PR addresses issue #1784 by refactoring the internal airdrop confirmation code in @solana/kit to not rely on the deprecated waitForRecentTransactionConfirmationUntilTimeout function.

Instead, signature-only confirmation is achieved by racing getRecentSignatureConfirmationPromise and getTimeoutPromise directly using safeRace from @solana/promises. The dependency @solana/promises has also been explicitly added to @solana/kit workspace dependencies, and the typescript interfaces have been updated to represent the signature-only config configuration explicitly.

@changeset-bot

changeset-bot Bot commented Jul 17, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3406676

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

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.

1 participant