maidsafe-archive / crust

Reliable p2p network connections in Rust with NAT traversal. One of the most needed libraries for any server-less / decentralised projects
BSD 3-Clause "New" or "Revised" License
956 stars 126 forks source link

Avoid downcasting CacheValidator #1122

Closed ustulation closed 5 years ago

ustulation commented 5 years ago

Merging the PR for quickness (since it's not wrong the way it's done but i think could be better to avoid the downcast/dyn-cast) but want to revisit this and this comments as I didn't understand the last reply at the time of creating this issue.

ustulation commented 5 years ago

This code is entirely removed - so no longer relevant. There is no cache-validator anymore