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

don't convert URL to lower ascii, fixes #3756 #3757

Merged
merged 2 commits into from
Jun 16, 2022
Merged

don't convert URL to lower ascii, fixes #3756 #3757

merged 2 commits into from
Jun 16, 2022

Conversation

narimiran
Copy link
Contributor

No description provided.

@@ -262,7 +262,7 @@ template finalizedDepositsMerkleizer(m: Eth1Monitor): auto =
m.depositsChain.finalizedDepositsMerkleizer

proc fixupWeb3Urls*(web3Url: var string) =
var normalizedUrl = toLowerAscii(web3Url)
var normalizedUrl = web3Url
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the startsWith comparisons below need to be case-insentive

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I've done it differently in the following commit.

@etan-status etan-status linked an issue Jun 15, 2022 that may be closed by this pull request
@arnetheduck arnetheduck enabled auto-merge (squash) June 15, 2022 20:30
@zah zah disabled auto-merge June 16, 2022 05:46
@zah zah merged commit 13f5248 into unstable Jun 16, 2022
@zah zah deleted the fix-3756 branch June 16, 2022 05:46
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

Successfully merging this pull request may close these issues.

Nimbus unexpectedly normalizes web3 RPC URLs
3 participants