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

client/vm: small fixes #1541

Merged
merged 6 commits into from Oct 22, 2021
Merged

client/vm: small fixes #1541

merged 6 commits into from Oct 22, 2021

Conversation

ryanio
Copy link
Contributor

@ryanio ryanio commented Oct 22, 2021

This PR aims to fix items 1, 2 and 4 from #1539

@codecov
Copy link

codecov bot commented Oct 22, 2021

Codecov Report

Merging #1541 (3672065) into master (2dfa7ee) will increase coverage by 0.85%.
The diff coverage is 64.44%.

Impacted file tree graph

Flag Coverage Δ
block 86.14% <ø> (-0.14%) ⬇️
blockchain 82.46% <ø> (ø)
client 77.74% <63.63%> (+0.05%) ⬆️
common 94.27% <ø> (+0.18%) ⬆️
devp2p 82.72% <100.00%> (-0.13%) ⬇️
ethash 90.76% <ø> (ø)
tx 87.47% <ø> (ø)
vm ?

Flags with carried forward coverage won't be shown. Click here to find out more.

@@ -1,4 +1,4 @@
import multiaddr from 'multiaddr'
Copy link
Member

Choose a reason for hiding this comment

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

Doesn't the linter throw here? multiaddr does not seem to be used in this file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it is being used, as a default fall-back, on line 46

Copy link
Member

@holgerd77 holgerd77 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks! 🙂

@holgerd77 holgerd77 merged commit 125e210 into master Oct 22, 2021
@holgerd77 holgerd77 deleted the client-fixes branch October 22, 2021 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants