thin-client: Remove deprecated module#7115
Conversation
d2ef37a to
17672e0
Compare
steviez
left a comment
There was a problem hiding this comment.
LGTM but let's wait for @gregcusack to take a look too; he did the deprecation work so want to give him a chance to chime in before we rip this out
gregcusack
left a comment
There was a problem hiding this comment.
thank you for doing this!! Looks mostly good. I would just remove all references to ThinClient, thin-client, thin_client, thin client, etc from the repo.
a few spots where there are still references:
- https://github.com/fkouteib/agave/blob/remove_thin_client/bench-tps/src/cli.rs
- https://github.com/fkouteib/agave/blob/remove_thin_client/docs/src/implemented-proposals/testing-programs.md
- https://github.com/fkouteib/agave/blob/remove_thin_client/docs/src/proposals/rust-clients.md
818e1ed to
bf9c550
Compare
bf9c550 to
6c555c9
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7115 +/- ##
========================================
Coverage 83.1% 83.2%
========================================
Files 849 847 -2
Lines 369954 369452 -502
========================================
- Hits 307735 307648 -87
+ Misses 62219 61804 -415 🚀 New features to boost your workflow:
|
6c555c9 to
1df7416
Compare
1df7416 to
83c4123
Compare
|
All requested changes have been addressed. |
I was kind of deferring to @gregcusack, but I think he may be unavailable this week. I guess the main comment from him was making sure we deleted all remaining references to |
Yes, sir. All instances across variations have been removed. And yes I'm fine waiting for Greg to do a second pass review. |
Problem
Thin-client has been deprecated since v2.0.0 (Solana Labs PR).
Summary of Changes
Remove deprecated module from the code base.