Publish agave-xdp crate#6448
Conversation
steviez
left a comment
There was a problem hiding this comment.
We do have the crate reserved already, so this one LGTM
https://crates.io/crates/agave-xdp
|
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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6448 +/- ##
=========================================
- Coverage 82.8% 82.8% -0.1%
=========================================
Files 847 847
Lines 379486 379486
=========================================
- Hits 314509 314307 -202
- Misses 64977 65179 +202 🚀 New features to boost your workflow:
|
publish xdp crate (cherry picked from commit 6b322ca)
Problem
Publishing
solana-turbinecrate fails because theagave-xdpcrate is configured to not publishSummary of Changes
Configure
agave-xdpto publishRequired to fix CI for #6332