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

feat: derive Hash for TypedTransaction #284

Merged
merged 3 commits into from
Mar 13, 2024
Merged

Conversation

onbjerg
Copy link
Member

@onbjerg onbjerg commented Mar 12, 2024

Motivation

This is needed for some caches in Foundry

Solution

This was previously blocked by KZG types not being Hash

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

This is needed for some caches in Foundry
@onbjerg onbjerg added the enhancement New feature or request label Mar 12, 2024
Copy link
Member

@prestwich prestwich left a comment

Choose a reason for hiding this comment

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

For consistency, on TxEnvelope as well?

@onbjerg
Copy link
Member Author

onbjerg commented Mar 12, 2024

Blocked on c-kzg release on crates

@gakonst
Copy link
Member

gakonst commented Mar 12, 2024

@onbjerg
Copy link
Member Author

onbjerg commented Mar 13, 2024

@gakonst we have not released c-kzg 1.0 on crates yet: https://crates.io/crates/c-kzg

@onbjerg
Copy link
Member Author

onbjerg commented Mar 13, 2024

Published now

@onbjerg onbjerg requested a review from prestwich March 13, 2024 14:11
Copy link
Member

@DaniPopes DaniPopes left a comment

Choose a reason for hiding this comment

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

l g m t

@DaniPopes DaniPopes merged commit fb3ddab into main Mar 13, 2024
15 checks passed
@DaniPopes DaniPopes deleted the onbjerg/typed-tx-hash branch March 13, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants