-
Notifications
You must be signed in to change notification settings - Fork 30
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
fetchSortedMatrixServers$ has a hand rolled parser for YAML #1976
Comments
After the synapse update this information is now json encoded: https://raw.githubusercontent.com/raiden-network/raiden-service-bundle/master/known_servers/known_servers-production-v1.2.0.json {
"active_servers": [
"transport.mainnet.raiden.anyblock.tools"
],
"all_servers": [
"transport.mainnet.raiden.anyblock.tools",
"transport.raiden.dappnode.io",
"transport.raiden.badgateway.tech",
"transport.raiden.overdoze.se"
]
} @christianbrb Do we need to update some environment for those changes? |
palango
added a commit
that referenced
this issue
Oct 15, 2020
This lets us remove our hand-rolled yaml parser and fixes #1976.
3 tasks
palango
added a commit
that referenced
this issue
Oct 15, 2020
This lets us remove our hand-rolled yaml parser and fixes #1976.
palango
added a commit
that referenced
this issue
Oct 15, 2020
This lets us remove our hand-rolled yaml parser and fixes #1976.
palango
added a commit
that referenced
this issue
Oct 15, 2020
This lets us remove our hand-rolled yaml parser and fixes #1976.
palango
added a commit
that referenced
this issue
Oct 15, 2020
This lets us remove our hand-rolled yaml parser and fixes #1976.
palango
added a commit
that referenced
this issue
Oct 16, 2020
This lets us remove our hand-rolled yaml parser and fixes #1976.
palango
added a commit
that referenced
this issue
Oct 16, 2020
This lets us remove our hand-rolled yaml parser and fixes #1976.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just like the python client (raiden-network/raiden#6424) the light client has a hand rolled parser:
light-client/raiden-ts/src/transport/epics/init.ts
Lines 154 to 164 in 5b3bfb9
The fix should be synchronized among both implementations.
The text was updated successfully, but these errors were encountered: