Skip to content

core/std library cleanup #1189

@sbillig

Description

@sbillig

core shouldn't contain anything evm-specific. It should only contain things that are truly "core" to the language and the compiler, along with some common abstractions.

std can contain evm stuff. It should be laid out in a reasonable way, eg evm ops live in std::evm::ops, and we shouldn't expose everything at the top level (no pub use evm::ops::* at the top level).

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