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

Pin scanf dependency #3060

Merged
merged 2 commits into from
Sep 25, 2023
Merged

Pin scanf dependency #3060

merged 2 commits into from
Sep 25, 2023

Conversation

acolytec3
Copy link
Contributor

The vm nightly tests started failing recently and the issue is because the scanf dependency recently released a point update (1.1.20 - notably the first one in 3 years) and it has some broken types in it. Given that this dep is only used for parsing the ENR string and the underlying functionality should be static, makes sense to just pin to the previous version and leave it there for now.

@acolytec3 acolytec3 added dependencies Pull requests that update a dependency file package: devp2p labels Sep 25, 2023
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Merging #3060 (dd30f1f) into master (1a6adcd) will increase coverage by 0.04%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

Flag Coverage Δ
block 88.78% <ø> (ø)
blockchain 92.61% <ø> (ø)
client 87.52% <ø> (+0.10%) ⬆️
common 98.19% <ø> (ø)
ethash ∅ <ø> (∅)
evm 71.87% <ø> (ø)
rlp ∅ <ø> (∅)
statemanager 90.13% <ø> (ø)
trie 90.34% <ø> (ø)
tx 96.36% <ø> (ø)
util 86.97% <ø> (ø)
vm 78.12% <ø> (ø)

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

@jochem-brouwer jochem-brouwer merged commit a53772b into master Sep 25, 2023
@jochem-brouwer jochem-brouwer deleted the pin-dep branch September 25, 2023 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file package: devp2p
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants