-
Notifications
You must be signed in to change notification settings - Fork 7
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
base: main
Are you sure you want to change the base?
migrate EIP 4844 #27
Conversation
There was a problem hiding this 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/common/src/lib.rs
Outdated
@@ -0,0 +1,48 @@ | |||
|
There was a problem hiding this comment.
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/src/lib.rs
Outdated
@@ -0,0 +1,48 @@ | |||
|
There was a problem hiding this comment.
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
eips/crates/eip2930/src/lib.rs
Line 4 in 8794306
#![cfg_attr(not(feature = "std"), no_std)] |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
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]>
c30adb9
to
73e4084
Compare
Motivation
PR Checklist