wenjing / rust-tsp

Rust implementation of the Trust Spanning Protocol
2 stars 2 forks source link

Current VID database doesn't have single source of truth for 'owned' VID's #94

Closed squell closed 2 months ago

squell commented 3 months ago

An object of type Vid is stored in both the verified_vids as well as the private_vids store. This can quickly lead to confusion (also see the NOTE at forward_routed_message.

marlonbaeten commented 2 months ago

Fixed in #106