forked from raiden-network/raiden
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Depends-on: raiden-network/raiden-service-bundle#186 Related: raiden-network#6443, raiden-network#6212 This splits the known servers list into an 'active' and 'all' part. The 'active' part is read by the Raiden client and used to select a server to use. The 'all' part is used by the RSB as the federation whitelist. The purpose of this is to allow new servers to be added without making the Raiden client immediately try to use them while they are not yet ready. (cherry picked from commit 920f782)
- Loading branch information
Showing
3 changed files
with
42 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters