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 dependencies #23

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

andreisilviudragnea
Copy link

@andreisilviudragnea
Copy link
Author

Add .idea to .gitignore

Add .anchor to .gitignore

Fix ignore target in .gitignore
Replace bpf_loader::id() with bpf_loader_upgradeable::id()
@andreisilviudragnea andreisilviudragnea force-pushed the update-dependencies branch 4 times, most recently from 6b479c1 to 1e03926 Compare August 14, 2024 17:15
halbornteam pushed a commit that referenced this pull request Nov 4, 2024
- Cargo.lock removed from .gitignore (previous recommendation to not check in Cargo.lock for libraries has changed)
- Deploy non-upgradable program is no longer supported (solana-labs/solana#34424) - deploy_program function was kept for backwards compatibility but now uses upgradable loader)
- Fixed outdate processor macro. Also now it is possible to use this macro with new anchor entrypoint function.
- Updated structure of the new Pyth Oracle price account.
- Replaced various deprecated functions and structs with new equivalents.
- Fixed most of the compiler warnings.
- Bumped dependencies versions.
- Fixed create_associated_token_account to work with spl_token_2022::ID as suggested in [PR#23](#23).
- Fixed add_empty_account_with_anchor to work with future Anchor versions:
coral-xyz/anchor#3163  as suggested in [PR#23](#23).
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