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

test(eth): fix execution/inclusion off-by-one #12642

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

Stebalien
Copy link
Member

Related Issues

#12618

Proposed Changes

Fix execution/inclusion off-by-one in the eth conformance tests.

StateSearchMsg returns the tipset in which the message was executed to make it easier to get receipts, the state root, etc. But the ETH API cares about the inclusion tipset.

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

StateSearchMsg returns the tipset in which the message was executed to
make it easier to get receipts, the state root, etc. But the ETH API
cares about the inclusion tipset.
@Stebalien Stebalien added the skip/changelog This change does not require CHANGELOG.md update label Oct 25, 2024
@Stebalien
Copy link
Member Author

All aboard the flake train: #12643. That is, ignore the test failure, it's unrelated.

@Stebalien Stebalien merged commit cc718fb into master Oct 26, 2024
83 of 85 checks passed
@Stebalien Stebalien deleted the steb/fix-conformance-test-off-by-one branch October 26, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip/changelog This change does not require CHANGELOG.md update
Projects
Status: ☑️ Done (Archive)
Development

Successfully merging this pull request may close these issues.

2 participants