You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, every system working with records just drops the records directly in the datastore. However, we end up with a lot of races when doing this and we end up duplicating a bunch of validator/selector logic at the edges.
Currently, every system working with records just drops the records directly in the datastore. However, we end up with a lot of races when doing this and we end up duplicating a bunch of validator/selector logic at the edges.
See: libp2p/go-libp2p-pubsub-router#25
Instead, we should create a record store that manages all of this for us.
The text was updated successfully, but these errors were encountered: