Skip to content

Update dependencies#23

Open
andreisilviudragnea wants to merge 9 commits into
halbornteam:mainfrom
andreisilviudragnea:update-dependencies
Open

Update dependencies#23
andreisilviudragnea wants to merge 9 commits into
halbornteam:mainfrom
andreisilviudragnea:update-dependencies

Conversation

@andreisilviudragnea
Copy link
Copy Markdown

@andreisilviudragnea
Copy link
Copy Markdown
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:
otter-sec/anchor#3163  as suggested in [PR#23](#23).
Ikrk added a commit that referenced this pull request May 6, 2025
- 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:
otter-sec/anchor#3163  as suggested in [PR#23](#23).
Draviener added a commit to Draviener/framework-solana-test that referenced this pull request Oct 22, 2025
- 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](halbornteam/solana-test-framework#23).
- Fixed add_empty_account_with_anchor to work with future Anchor versions:
otter-sec/anchor#3163  as suggested in [PR#23](halbornteam/solana-test-framework#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