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

fixes issue with ipc path checking #5577

Merged
merged 1 commit into from
Apr 22, 2020
Merged

Conversation

farazdagi
Copy link
Contributor

Resolves #5433

  • IPC path normally has .ipc extension, so suffix should be checked, but we check prefix (which is ok when it comes to web-sockets, which start with ws://)

@farazdagi farazdagi requested a review from a team as a code owner April 22, 2020 11:26
@farazdagi farazdagi self-assigned this Apr 22, 2020
@farazdagi farazdagi requested a review from rauljordan April 22, 2020 11:26
Copy link
Member

@nisdas nisdas left a comment

Choose a reason for hiding this comment

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

Nice catch !

@codecov
Copy link

codecov bot commented Apr 22, 2020

Codecov Report

Merging #5577 into master will increase coverage by 2.83%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #5577      +/-   ##
==========================================
+ Coverage   22.44%   25.28%   +2.83%     
==========================================
  Files         268      236      -32     
  Lines       22711    20548    -2163     
==========================================
+ Hits         5098     5195      +97     
+ Misses      16646    14377    -2269     
- Partials      967      976       +9     

@prylabs-bulldozer prylabs-bulldozer bot merged commit 9e6b6bc into master Apr 22, 2020
@delete-merged-branch delete-merged-branch bot deleted the web3provider-fix branch April 22, 2020 11:42
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.

Cannot use --web3provider with ipc path
2 participants