Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

service rm command to remove local (and published) services #9

Open
9 tasks
ryankurte opened this issue May 20, 2020 · 0 comments
Open
9 tasks

service rm command to remove local (and published) services #9

ryankurte opened this issue May 20, 2020 · 0 comments

Comments

@ryankurte
Copy link
Contributor

Services should be removable from local tracking (and, the network).
Local removal:

  • Add Remove command to rpc
  • Update client
  • Add rpc::service::Remove handler to daemon

Network object removal:

  • Add Delete message to core
  • Add Delete message handling to daemon network message handling
    • Validate remove message signed with service key
    • Forward remove message to nearby peers
    • Purge entries from database
  • Send Delete message on rpc::service::Remove command
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant