Skip to content

Investigate how to reduce feature flags #62

@poplexity

Description

@poplexity

Ideally all changes are contained in crates within the crates/telos directory, and not managed via feature flags. This issue is to track investigation into how we could reduce feature flags by moving changes into the telos directory.

If we look at how optimism has added their customizations, we can see there is intentional ways to customize reth which we are not yet using.

Also, where we have implementations in the telos directory which do not involve telos specific changes, we'd like to avoid any code duplication so we do not miss future updates/fixes.

Examples... note that there are likely many more cases we can improve on, which should be added to this issue so we can track their resolution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions