There are several encoding + decoding types that are not yet working.
Enabling signing will be dangerous until most or all encoding/decoding types are working with essential-eth.
To start, we should find production smart-contracts which have unique and difficult types then add support via jest tests like was done with the CRV smart-contract tests. The readme outlines types that are already covered properly. Assume all others will error and this issue is to track adding support.
There are several encoding + decoding types that are not yet working.
Enabling signing will be dangerous until most or all encoding/decoding types are working with
essential-eth.To start, we should find production smart-contracts which have unique and difficult types then add support via jest tests like was done with the CRV smart-contract tests. The readme outlines types that are already covered properly. Assume all others will error and this issue is to track adding support.