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

Update revm #1003

Merged
merged 1 commit into from
May 3, 2024
Merged

Update revm #1003

merged 1 commit into from
May 3, 2024

Conversation

g-r-a-n-t
Copy link
Member

@g-r-a-n-t g-r-a-n-t commented May 3, 2024

What was wrong?

The test runner crate was using version 3 of revm, which caused CI issues.

How was it fixed?

Switched to the latest version of revm and made the test-runner compatible.

To-Do

  • OPTIONAL: Update Spec if applicable
  • Add entry to the release notes (may forgo for trivial changes)
  • Clean up commit history

@g-r-a-n-t g-r-a-n-t force-pushed the update-revm branch 2 times, most recently from 7109bed to 1f9edac Compare May 3, 2024 00:13
Copy link
Collaborator

@sbillig sbillig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

// #[cfg(not(target_arch = "wasm32"))]
// test_ingot! { dep_unavailable_rev }
// #[cfg(not(target_arch = "wasm32"))]
// test_ingot! { dep_unavailable_source }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks like the git2 crate we're using for dep resolution isn't returning errors for non-existent repositories

@g-r-a-n-t g-r-a-n-t merged commit 1a09079 into ethereum:master May 3, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants