Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify UserAddressManager #976

Open
fredo opened this issue Apr 23, 2021 · 0 comments
Open

Simplify UserAddressManager #976

fredo opened this issue Apr 23, 2021 · 0 comments

Comments

@fredo
Copy link
Contributor

fredo commented Apr 23, 2021

Problem Definition

The class UserAddressManager was moved from Raiden to Raiden-services. We can simplify the UserAddressManager in the following ways:

  • no need to store presences from different user_ids for the same address as the PFS only should receive presences from local users anyway.
  • no need to search_user_directory
  • no need to track presence or whitelist as all users are of interest (or maybe at least all users in the raiden network)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant