Skip to content

Refactor SequencerBlock::try_from_block_info_and_data #1357

@ethanoroshiba

Description

@ethanoroshiba

#1319 introduces new code which cause a clippy warning for too many lines in SequencerBlock::try_from_block_info_and_data. A clippy exception was added, but this should be refactored and the exception removed.

Relevant code snippet:

#[allow(clippy::too_many_lines)] // Temporary fix, should refactor: TODO(https://github.com/astriaorg/astria/issues/1357)
pub fn try_from_block_info_and_data(

┆Issue Number: ENG-701

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions