coral-xyz / anchor

⚓ Solana Sealevel Framework
https://anchor-lang.com
Apache License 2.0
3.59k stars 1.32k forks source link

spl: Remove `solana-program` dependency #2900

Closed acheroncrypto closed 5 months ago

acheroncrypto commented 5 months ago

Problem

solana-program dependency is exported from anchor-lang, but in anchor-spl, we sometimes use solana_program and sometimes anchor_lang::solana_program which makes it inconsistent.

Summary of changes

Replace all solana_program usage with anchor_lang::solana_program and remove the solana-program dependency.

vercel[bot] commented 5 months ago

@acheroncrypto is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.