diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-11-08 00:20:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 00:20:46 +0800 |
commit | 95b2898b9c0898c7e2d98ee603bff0604bf2a829 (patch) | |
tree | 6ac589bc869b0e177b48e4a2ae545fc986b08cba /.prettierignore | |
parent | 094f71066294d14bc1920e4d3ddf4e7705201d61 (diff) | |
download | dexon-sol-tools-95b2898b9c0898c7e2d98ee603bff0604bf2a829.tar dexon-sol-tools-95b2898b9c0898c7e2d98ee603bff0604bf2a829.tar.gz dexon-sol-tools-95b2898b9c0898c7e2d98ee603bff0604bf2a829.tar.bz2 dexon-sol-tools-95b2898b9c0898c7e2d98ee603bff0604bf2a829.tar.lz dexon-sol-tools-95b2898b9c0898c7e2d98ee603bff0604bf2a829.tar.xz dexon-sol-tools-95b2898b9c0898c7e2d98ee603bff0604bf2a829.tar.zst dexon-sol-tools-95b2898b9c0898c7e2d98ee603bff0604bf2a829.zip |
[order_utils.py] is_signature_valid, via Exchange contract (#1216)
First support for signature validation, done via Exchange contract's
isValidSignature() method.
Diffstat (limited to '.prettierignore')
-rw-r--r-- | .prettierignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore index 79dec3d1f..7ef0f6735 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,6 +4,7 @@ lib /packages/contracts/generated-artifacts /packages/abi-gen-wrappers/src/generated-wrappers /packages/contract-artifacts/artifacts +/python-packages/order_utils/src/zero_ex/contract_artifacts/artifacts /packages/json-schemas/schemas /packages/metacoin/src/contract_wrappers /packages/metacoin/artifacts |