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

Update anchor-lang and anchor-spl to the latest version (starter branch) #1

Open
wants to merge 6 commits into
base: starter
Choose a base branch
from

Conversation

wuuer
Copy link

@wuuer wuuer commented Sep 4, 2024

Update anchor-lang and anchor-spl to the latest version.
Replace "solana_program::pubkey" with "anchor_lang::prelude::pubkey".
Move the invoking of the deploy function to the beginning of the test function.
Use InitSpace to calculate space needed for accounts.
Replace "@project-serum/anchor" with "@coral-xyz/anchor"
Use the latest "connection.confirmTransaction()"
Delete Unnecessary parameters found in the test typescript.

Replace "solana_program::pubkey" with "anchor_lang::prelude::pubkey".
Move the invoking of the deploy function to the beginning of the test function.
Use InitSpace to calculate space needed for accounts.
Replace "@project-serum/anchor" with "@coral-xyz/anchor"
Use the latest "connection.confirmTransaction()"
Delete Unnecessary parameters found in the test typescript.
@wuuer wuuer changed the title Update anchor-lang and anchor-spl to the latest version. Update anchor-lang and anchor-spl to the latest version (starter branch) Sep 4, 2024
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