This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 681
fix: work around a Node v20.0.0-20.2.0 bug #4427
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying with Cloudflare Pages
|
davidmurdoch
force-pushed
the
fix/node-v20-workaround
branch
from
June 28, 2023 19:05
34de6f4
to
e35a62a
Compare
davidmurdoch
force-pushed
the
drop14add20
branch
2 times, most recently
from
June 29, 2023 21:49
e8b462b
to
c69ab88
Compare
davidmurdoch
force-pushed
the
fix/node-v20-workaround
branch
2 times, most recently
from
June 29, 2023 21:53
667d36f
to
39cf789
Compare
davidmurdoch
force-pushed
the
drop14add20
branch
from
June 29, 2023 22:01
c69ab88
to
7f88388
Compare
davidmurdoch
force-pushed
the
fix/node-v20-workaround
branch
2 times, most recently
from
June 29, 2023 22:07
b1fd2ed
to
d82f4a2
Compare
davidmurdoch
force-pushed
the
drop14add20
branch
from
June 29, 2023 22:23
7f88388
to
b23244e
Compare
davidmurdoch
force-pushed
the
fix/node-v20-workaround
branch
from
June 29, 2023 22:24
d82f4a2
to
31015cb
Compare
davidmurdoch
force-pushed
the
drop14add20
branch
from
June 30, 2023 19:55
b23244e
to
f07717e
Compare
davidmurdoch
force-pushed
the
fix/node-v20-workaround
branch
from
June 30, 2023 19:55
31015cb
to
a3a0aa5
Compare
davidmurdoch
changed the title
fix: work around a Node v20 bug
fix: work around a Node v20.0.0-20.2.0 bug
Jun 30, 2023
davidmurdoch
force-pushed
the
drop14add20
branch
from
June 30, 2023 22:05
276cc57
to
619b41f
Compare
davidmurdoch
force-pushed
the
fix/node-v20-workaround
branch
3 times, most recently
from
July 6, 2023 17:28
399575f
to
2702f4f
Compare
davidmurdoch
force-pushed
the
drop14add20
branch
from
August 5, 2023 16:48
c9ada63
to
2f9762c
Compare
davidmurdoch
force-pushed
the
fix/node-v20-workaround
branch
from
August 5, 2023 20:23
2702f4f
to
6c0d4a9
Compare
davidmurdoch
commented
Aug 5, 2023
packages/ethereum/ethereum/src/forking/handlers/http-handler.ts
Outdated
Show resolved
Hide resolved
This was referenced Apr 16, 2024
This was referenced Apr 17, 2024
This was referenced May 6, 2024
This was referenced May 7, 2024
This was referenced May 7, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Node v20's
AutoSelectFamily
default is broken (in Node v20.0.0 - 20.2.0). Disabling the setting on start-up fixes it.See nodejs/node#47822 (comment)