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

feat: ExExContext's dynamic config #11983

Merged
merged 11 commits into from
Oct 24, 2024

Conversation

0xurb
Copy link
Contributor

@0xurb 0xurb commented Oct 22, 2024

By

  • making EthChainSpec object-safe
  • making conversion between NodeConfig<T> -> NodeConfig<Box<dyn EthChainSpec + 'static>>

crates/chainspec/src/api.rs Outdated Show resolved Hide resolved
crates/node/core/src/node_config.rs Outdated Show resolved Hide resolved
crates/node/types/src/lib.rs Outdated Show resolved Hide resolved
crates/chainspec/src/api.rs Show resolved Hide resolved
crates/chainspec/src/api.rs Show resolved Hide resolved
crates/exex/exex/src/dyn_context.rs Show resolved Hide resolved
crates/exex/exex/src/dyn_context.rs Outdated Show resolved Hide resolved
crates/exex/exex/src/dyn_context.rs Outdated Show resolved Hide resolved
@0xurb 0xurb marked this pull request as ready for review October 24, 2024 11:54
Copy link
Collaborator

@shekhirin shekhirin 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 good enough for now and we have a couple TODOs in issues for improving this, LGTM. @mattsse can you please take a look?

@mattsse mattsse enabled auto-merge October 24, 2024 13:27
@mattsse mattsse added this pull request to the merge queue Oct 24, 2024
Merged via the queue into paradigmxyz:main with commit 2fba3c0 Oct 24, 2024
38 checks passed
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.

3 participants