-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Function to check that
TypeNode
is ABI-encodable (#209)
* Introduce InferType.isABIEncodable() method and related unit test. Tweak InferType.toABIEncodedType() to check if type is encodable. Other small fixes. * Address review remark: invert logic of InferType.isABIEncodable() to explicitl list allowed types instead of listing disallowed ones. * Fix test due to contract constructor signature change
- Loading branch information
1 parent
e2439c7
commit 1e5c4a1
Showing
4 changed files
with
410 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.