v2.2: remove dependency on solana-feature-set-interface (backport of #5549)#5788
Merged
v2.2: remove dependency on solana-feature-set-interface (backport of #5549)#5788
Conversation
Author
|
Cherry-pick of 359d7eb has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
(cherry picked from commit 359d7eb) # Conflicts: # Cargo.toml
b57b288 to
8c371bb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v2.2 #5788 +/- ##
=======================================
Coverage 83.4% 83.4%
=======================================
Files 806 806
Lines 373256 373247 -9
=======================================
+ Hits 311314 311365 +51
+ Misses 61942 61882 -60 🚀 New features to boost your workflow:
|
joncinque
approved these changes
Apr 12, 2025
bw-solana
approved these changes
Apr 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
we thought it would be nice to have a common feature set interface between sdk and monorepo. we were wrong
Summary of Changes
removes all use of
solana-feature-set-interfaceThis is an automatic backport of pull request #5549 done by Mergify.