Uh oh!
There was an error while loading. Please reload this page.
Update EIP-1559 compatibility during network lookup - #1236
Merged
Gudahtt merged 2 commits intoApr 21, 2023
Conversation
Gudahttforce-pushed
the
update-eip-1559-compatibility-during-network-lookup
branch
2 times, most recently
from
April 21, 2023 00:20
2e7594c to
7d1d9a6Compare
This comment was marked as resolved.
This comment was marked as resolved.
Gudahttforce-pushed
the
refresh-network-when-connection-is-reset
branch
from
April 21, 2023 00:57
c88d819 to
b319771CompareGudahttforce-pushed
the
update-eip-1559-compatibility-during-network-lookup
branch
from
April 21, 2023 00:57
7d1d9a6 to
9ad143cCompare3 tasks
Base automatically changed from
refresh-network-when-connection-is-reset to
mainApril 21, 2023 01:38
Gudahttforce-pushed
the
update-eip-1559-compatibility-during-network-lookup
branch
from
April 21, 2023 01:38
9ad143c to
92d373aCompareGudahtt
marked this pull request as ready for review
April 21, 2023 01:38
Gudahtt
commented
Apr 21, 2023
MemberAuthor
There was a problem hiding this comment.
It seems that the network ID we're checking for here was always the second state change. But the second state change was made synchronously after the first one, so the test still passed.
The EIP-1559 compatibility state is now updated during the network lookup, rather than during the provider configuration step. Closes#1203
Gudahttforce-pushed
the
update-eip-1559-compatibility-during-network-lookup
branch
from
April 21, 2023 12:51
eb4fae4 to
4e1f13cCompare Merged
3 tasks
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
The EIP-1559 compatibility state is now updated during the network lookup, rather than during the provider configuration step. This matches the extension more closely. This check made more sense during the network lookup anyway; it's part of checking the status of the network, not of configuring the provider.
Changes
lookupNetworkwill now check the latest block and update the network details state.References
Closes#1203
Checklist