aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/order_utils/src/zero_ex/dev_utils/abi_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* feat(order_utils.py): sign_hash() (#1254)F. Eugene Aumson2018-11-141-1/+0
| | | | | | | Also moved is_valid_signature() into main package module, for simplicity. Also consolidated a handul of in-line pylint disable directives into the .pylintrc config file.
* feat(order_utils.py) generate_order_hash_hex() (#1234)F. Eugene Aumson2018-11-141-1/+1
|
* feat(order_utils.py): ERC20 asset data encoding and decodingF. Eugene Aumson2018-10-241-0/+102
In addition to the ERC20 codec, also: Stopped ignoring type errors on 3rd party imports, by including interface stubs for them; Removed the unimplemented signature-utils module, which was just a stand-in when the python project support was first put in place. https://github.com/0xProject/0x-monorepo/pull/1144