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

migrate EIP 4844 #27

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

nadtech-hub
Copy link

@nadtech-hub nadtech-hub commented Jan 5, 2025

Motivation

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@nadtech-hub nadtech-hub changed the title Nadtech/migrate eip4844 migrate EIP 4844 Jan 5, 2025
Copy link
Member

@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.

good start and I'm supportive

there are a few smol things we still need to do like no-std

crates/eip7840/Cargo.toml Outdated Show resolved Hide resolved
@@ -0,0 +1,48 @@

Copy link
Member

Choose a reason for hiding this comment

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

we need the regular header that's also used in other crates lib.rs file

crates/common/Cargo.toml Outdated Show resolved Hide resolved
@@ -0,0 +1,48 @@

Copy link
Member

Choose a reason for hiding this comment

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

this crate can disable std, see

#![cfg_attr(not(feature = "std"), no_std)]

Copy link
Author

@nadtech-hub nadtech-hub Jan 8, 2025

Choose a reason for hiding this comment

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

i wonder, in what cases it could be disabled

@@ -0,0 +1,266 @@
//! [EIP-4844] constants and helpers.
Copy link
Member

Choose a reason for hiding this comment

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

same here

@nadtech-hub
Copy link
Author

overall, It needs improvements

Signed-off-by: nadtech-hub <[email protected]>
Signed-off-by: nadtech-hub <[email protected]>
Signed-off-by: nadtech-hub <[email protected]>
Signed-off-by: nadtech-hub <[email protected]>
Signed-off-by: nadtech-hub <[email protected]>
Signed-off-by: nadtech-hub <[email protected]>
Signed-off-by: nadtech-hub <[email protected]>
Signed-off-by: nadtech-hub <[email protected]>
Signed-off-by: nadtech-hub <[email protected]>
Signed-off-by: nadtech-hub <[email protected]>
Signed-off-by: nadtech-hub <[email protected]>
Signed-off-by: nadtech-hub <[email protected]>
Signed-off-by: nadtech-hub <[email protected]>
Signed-off-by: nadtech-hub <[email protected]>
Signed-off-by: nadtech-hub <[email protected]>
@nadtech-hub nadtech-hub force-pushed the nadtech/migrate-eip4844 branch from c30adb9 to 73e4084 Compare January 8, 2025 23:29
@nadtech-hub nadtech-hub requested a review from mattsse January 8, 2025 23:29
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