-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed

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
.
pipermerriam, MatthiasLohr and fselmo
Metadata
Metadata
Assignees
Labels
No labels