chore: update solana deps to 4.x compatible - #189
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
📝 WalkthroughWalkthroughUpdated crate features and dependencies to replace Suggested reviewers: ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| # Offchain encryption/decryption helpers (libsodium + solana-sdk) | ||
| encryption = ["dep:libsodium-rs", "dep:solana-sdk"] | ||
| diff = [] | ||
| unit_test_config = [] | ||
| # Offchain encryption/decryption helpers. | ||
| backward-compat = ["dep:borsh-compat", "dep:solana-pubkey-compat"] | ||
| cpi = [] | ||
| diff = [] | ||
| encryption = ["dep:libsodium-rs", "dep:solana-keypair", "dep:solana-signer"] | ||
| instruction = [] | ||
| backward-compat = [] | ||
| unit_test_config = [] | ||
| # Default to offchain-friendly build | ||
| default = ["encryption", "diff", "cpi", "instruction"] | ||
| default = ["cpi", "diff", "encryption", "instruction"] |
There was a problem hiding this comment.
Looks like there is one-single-line change here. Other changes are caused by reordering.
the update is required to resolve the validator dependency conflicts.
Summary by CodeRabbit