Skip to content

Encoding of mixed dynamic/fixed arguments fails #45

@markspanbroek

Description

@markspanbroek

Using both FixedBytes and DynamicBytes arguments in a function call doesn't work due to an incorrect encoding.

For example, calling this solidity function will trigger an incorrect encoding:

function mixedArguments(uint integer, bytes32 fixedbytes, address addr, bytes memory dynamicbytes)

For more details, a failing test scenario, and inspiration on how to fix, please see #44.

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