Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

associated-token-account-client: Remove solana-program #7443

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

joncinque
Copy link
Contributor

Problem

The ATA client crate still uses solana-program, but it doesn't need it.

Summary of changes

Remove its usage, but it's still needed in dev-dependencies until the system program client has been extracted.

#### Problem

The ATA client crate still uses solana-program, but it doesn't need it.

#### Summary of changes

Remove its usage, but it's still needed in dev-dependencies until the
system program client has been extracted.
@joncinque joncinque requested a review from febo November 1, 2024 12:26
@@ -8,6 +8,10 @@ license = "Apache-2.0"
edition = "2021"

[dependencies]
solana-instruction = { version = "2.1.0", features = ["std"] }
solana-pubkey = { version = "2.1.0", features = ["curve25519"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

❤️

Copy link
Contributor

@febo febo left a comment

Choose a reason for hiding this comment

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

Great!

@joncinque joncinque merged commit 35750a3 into solana-labs:master Nov 1, 2024
17 checks passed
@joncinque joncinque deleted the nospataclient branch November 1, 2024 13:10
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