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(sdk): Define NodePrimitives::Block #11399

Merged
merged 85 commits into from
Oct 18, 2024
Merged

chore(sdk): Define NodePrimitives::Block #11399

merged 85 commits into from
Oct 18, 2024

Conversation

emhane
Copy link
Member

@emhane emhane commented Oct 2, 2024

Closes #11240

@emhane emhane requested a review from mattsse October 7, 2024 16:38
crates/primitives/src/transaction/mod.rs Outdated Show resolved Hide resolved
@emhane emhane requested a review from DaniPopes as a code owner October 8, 2024 12:02
@emhane emhane changed the base branch from emhane/sealed-block to main October 8, 2024 12:02
@emhane emhane requested a review from mattsse October 8, 2024 12:22
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.

makes sense,
could we extract the transaction trait impl and do that separately?
imo we can also hold off on introducing the associated block type here

crates/primitives/src/traits/block/mod.rs Outdated Show resolved Hide resolved
crates/ethereum/node/src/node.rs Show resolved Hide resolved
crates/primitives/src/transaction/mod.rs Outdated Show resolved Hide resolved
@emhane emhane changed the base branch from main to emhane/add-primitives-traits-mod-block October 17, 2024 12:51
Base automatically changed from emhane/add-primitives-traits-mod-block to main October 17, 2024 13:30
crates/rpc/rpc/src/eth/helpers/types.rs Outdated Show resolved Hide resolved
Copy link
Member Author

Choose a reason for hiding this comment

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

also req by lint

@emhane emhane requested a review from mattsse October 17, 2024 14:07
Copy link
Member

@Rjected Rjected left a comment

Choose a reason for hiding this comment

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

lgtm

@emhane emhane enabled auto-merge October 18, 2024 09:22
@emhane emhane added this pull request to the merge queue Oct 18, 2024
Merged via the queue into main with commit cb60482 Oct 18, 2024
40 checks passed
@emhane emhane deleted the emhane/block-trait branch October 18, 2024 09:40
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.

introduce Block trait abstraction
3 participants