-
Notifications
You must be signed in to change notification settings - Fork 57
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
chore(rln-relay): remove wss support from node config #2442
Conversation
This PR may contain changes to configuration options of one of the apps. If you are introducing a breaking change (i.e. the set of options in latest release would no longer be applicable) make sure the original option is preserved with a deprecation note for 2 following releases before it is actually removed. Please also make sure the label |
confutils, confutils/defs, confutils/std/net, | ||
eth/keys, | ||
libp2p/crypto/crypto, | ||
libp2p/crypto/secp, | ||
nimcrypto/utils, | ||
eth/keys | ||
std/strutils, | ||
regex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reordered in asc
chronos, | ||
std/strutils, | ||
stew/results, | ||
stew/shims/net | ||
stew/shims/net, | ||
regex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reordered in asc
You can find the image built from this PR at
Built from 2f0ecd3 |
16bb0b5
to
c7e1301
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
ensure existing deployments don't break before merging.
will leave this PR open until the appropriate pr has been merged in: status-im/infra-waku#11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I just added some minor comments :)
return @[] | ||
|
||
proc parseCmdArg*(T: type EthRpcUrl, s: string): T = | ||
var httpPattern = re2"^(https?:\/\/)(?:w{1,3}\.)?[^\s.]+(?:\.[a-z]+)*(?::\d+)?(?![^<]*(?:<\/\w+>|\/?>))" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we have examples of the regex, in a comment? The same applies elsewhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will do
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed in cd27d28
rln docs updated: 8e59705 |
Description
Removes wss as a valid configuration to wakunode2, networkmonitor, chat2
Changes
How to test
make -j16 wakunode2
Issue
closes #2434