Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

feat: integrate custom-evm example #2

Merged
merged 8 commits into from
Mar 6, 2024
Merged

Conversation

fgimenez
Copy link
Member

@fgimenez fgimenez commented Mar 5, 2024

Integrates https://github.com/paradigmxyz/reth/blob/main/examples/custom-evm/src/main.rs into the repo, I needed to make a few changes:

  • use jemallocator dep instead of tikv-jemallocator, otherwise there was an issue resolving the cc dep.
  • Use RollupArgs::default() when instantiating the components

@fgimenez fgimenez changed the title WIP: feat: integrate custom-evm example feat: integrate custom-evm example Mar 6, 2024
@fgimenez fgimenez marked this pull request as ready for review March 6, 2024 10:25
@fgimenez fgimenez requested review from Rjected and mattsse March 6, 2024 10:25
Copy link
Contributor

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

this is a great start!

taking shape already

pending @Rjected

@mattsse mattsse added the C-enhancement New feature or request label Mar 6, 2024
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.

awesome, looks good to me!

crates/node/src/lib.rs Outdated Show resolved Hide resolved
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
@fgimenez fgimenez merged commit 8439dbb into main Mar 6, 2024
11 checks passed
@fgimenez fgimenez deleted the fgimenez/node-custom-evm branch March 6, 2024 15:14
Rjected pushed a commit that referenced this pull request Apr 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants