Skip to content

ink-to-evm: invalid EVM context #1

@zabuxx

Description

@zabuxx

The current encoding uses old weight format:

XVM_PRECOMPILE.xvm_call("\x1f\x00", contract_address, buffer);

while to work with WeightsV2 this should be:

XVM_PRECOMPILE.xvm_call("\x1f\x00\x00\x00\x00", contract_address, buffer);

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