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

Commits on Sep 4, 2024

  1. 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.
    Jeff Wood committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a93adaa View commit details
    Browse the repository at this point in the history
  2. Delete test cases in the solution branch

    Jeff Wood committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0ab1008 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bd6de4 View commit details
    Browse the repository at this point in the history
  4. Delete unnecessary parameters

    Jeff Wood committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    aeeb072 View commit details
    Browse the repository at this point in the history
  5. passing programData

    Jeff Wood committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    66d3856 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    1463538 View commit details
    Browse the repository at this point in the history