Skip to content

ABIv2 tuple encoding is not supported #1065

@ghost

Description

  • Version: 4.7.1
  • Python: 3.6
  • OS: osx/linux/win

What was wrong?

ABIv2 tuple encoding is not supported, even though the currently used version of eth_abi does support these sort of encodings if invoked correctly. For this reason it is impossible to call the getOrderInfo() method (https://github.com/0xProject/0x-monorepo/blob/development/packages/migrations/artifacts/2.0.0/Exchange.json#L1370) from the 0x V2 Exchange contract. And many other methods as well.

The exception thrown is ValueError: No matching entries for 'tuple' in encoder registry.

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