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
{{ message }}
This repository was archived by the owner on Jun 2, 2021. It is now read-only.
Implement a peers service that is backed by kv-storage.
Service will need to handle:
Serialisation account into value form for datastore
Deserialisation into object from for service usage
Implementation for rest of logic of peers service interface
May be worth having the balances of an account be under different keys so they can be updated without having to serialise/deserialise the whole accounts object on every balance update.
Implement a peers service that is backed by kv-storage.
Service will need to handle:
May be worth having the balances of an account be under different keys so they can be updated without having to serialise/deserialise the whole accounts object on every balance update.