test: Support chain_id in loading multi-transaction state tests#1023
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1023 +/- ##
=======================================
Coverage 94.19% 94.19%
=======================================
Files 149 149
Lines 15887 15888 +1
=======================================
+ Hits 14964 14965 +1
Misses 923 923
Flags with carried forward coverage won't be shown. Click here to find out more.
|
pdobacz
approved these changes
Sep 23, 2024
Also set default chain_id to 1.
7f2c594 to
f483c91
Compare
chfast
approved these changes
Sep 23, 2024
hanzo-dev
pushed a commit
to luxcpp/cevm
that referenced
this pull request
Apr 26, 2026
…lon#1023) Also set default `chain_id` to 1 - see confirmation that this is expected behavior https://discord.com/channels/595666850260713488/753271902520213625/1280839101687533619 Pulled out of ipsilon#961, required for 7702 tests.
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 free
to 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.
Also set default
chain_idto 1 - see confirmation that this is expected behavior https://discord.com/channels/595666850260713488/753271902520213625/1280839101687533619Pulled out of #961, required for 7702 tests.