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

chore: bump ethabi version #1381

Merged
merged 1 commit into from Jun 15, 2022
Merged

Conversation

Genysys
Copy link
Collaborator

@Genysys Genysys commented Jun 15, 2022

Motivation

This PR bumps ethabi version required to close foundry-rs/foundry#1432 .

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@Genysys Genysys requested a review from gakonst June 15, 2022 11:07
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

ty!

undo line breaks for unrelated dependencies

Comment on lines 60 to 62
celo = [
"legacy",
] # celo support extends the transaction format with extra fields
Copy link
Collaborator

Choose a reason for hiding this comment

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

unrelated

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

Comment on lines 24 to 28
k256 = { version = "0.10.4", default-features = false, features = [
"keccak256",
"ecdsa",
"std",
] }
Copy link
Collaborator

Choose a reason for hiding this comment

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

unchanged?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@gakonst gakonst merged commit 8a59c17 into gakonst:master Jun 15, 2022
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.

Serialize Event data into the json output created by the -j flag
3 participants