Skip to content

chore: remove outdated todo#608

Merged
estensen merged 3 commits into
feat/rollup-compatfrom
havard/todos
Aug 26, 2025
Merged

chore: remove outdated todo#608
estensen merged 3 commits into
feat/rollup-compatfrom
havard/todos

Conversation

@estensen

@estensen estensen commented Aug 25, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

/// chosen command.
#[inline]
pub fn run() -> eyre::Result<()> {
// TODO: This should also contain rollup args.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

CombinedArgs contains rollup args

pub struct CombinedArgs {
#[command(flatten)]
pub rollup: RollupArgs,
#[command(flatten)]
pub angstrom: AngstromConfig
}

Comment thread docs/adr/rollup.md
- This trait is a template for the most important chain-related primitives used in Angstrom: `Block`, `BlockHeader`, `BlockBody`, `SignedTx`, `Receipt`
- The default implementation is always [`EthPrimitives`](https://reth.rs/docs/reth/primitives/struct.EthPrimitives.html)
- If needed, can be overridden to use [`OpPrimitives`](https://reth.rs/docs/op_reth/primitives/struct.OpPrimitives.html)
TODO: Add which crates are affected by this

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I don't think adding it here provides much value. IMO the PR #569 will provide sufficient context.

@estensen estensen requested a review from mempirate August 25, 2025 15:57
@estensen estensen marked this pull request as ready for review August 25, 2025 15:57
@estensen estensen merged commit 9f75bfb into feat/rollup-compat Aug 26, 2025
4 of 5 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.

2 participants