remove dependency on solana-feature-set-interface#5549
remove dependency on solana-feature-set-interface#5549t-nelson merged 1 commit intoanza-xyz:masterfrom
Conversation
|
if we're quick, we can just delete the crate like none of this ever happened https://crates.io/crates/solana-feature-set-interface/reverse_dependencies |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5549 +/- ##
=======================================
Coverage 83.3% 83.3%
=======================================
Files 827 827
Lines 373444 373435 -9
=======================================
+ Hits 311341 311422 +81
+ Misses 62103 62013 -90 🚀 New features to boost your workflow:
|
|
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
(cherry picked from commit 359d7eb) # Conflicts: # Cargo.toml
(cherry picked from commit 359d7eb) # Conflicts: # Cargo.toml
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-interface