Skip to content

Do not request EVM bytecode outside test #320

Open
@xermicus

Description

@xermicus

I noticed we always request the EVM bytecode from solc. We need it during tests and benchmarks. But it is unnecessary when compiling to PVM. This should be changed because emitting the bytecode is extra work in solc. Instead, the test utils should just request it explicitly and then resolc adds the EVM runtime and deploy codes to the standard JSON settings supplied to solc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions