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

Tidy up ssz types #36

Closed
ltitanb opened this issue Jul 24, 2024 · 1 comment · Fixed by #133
Closed

Tidy up ssz types #36

ltitanb opened this issue Jul 24, 2024 · 1 comment · Fixed by #133
Labels
good first issue Good for newcomers pbs Pbs module / Builder API

Comments

@ltitanb
Copy link
Collaborator

ltitanb commented Jul 24, 2024

We're currently using the tree_hash crate, and some hacky workaround since the crate doesn't support alloy yet, eg:

#[serde(with = "as_dec_str")]
base_fee_per_gas: EU256,

We should remove the workarounds once this PR is merged

@ltitanb ltitanb added good first issue Good for newcomers pbs Pbs module / Builder API labels Jul 24, 2024
@David-Petrov
Copy link
Collaborator

The referred PR was merged today, so this issue is ready to pick up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers pbs Pbs module / Builder API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants