aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/order_utils/src
Commit message (Collapse)AuthorAgeFilesLines
* feat(order_utils.py): schema resolver cache (#1317)Daniel Pyrathon2018-12-011-34/+47
| | | | | * Implemented basic functionality for using cache layer of LocalRefResolver * Use `importlib` instead of `imp`, since it's been deprecated. Legacy `load_module()` reloads modules even if they are already imported, causing tests to fail when run in non-deterministic ordering, so we replace it with `import_module()`
* fix(order_utils.py): lazy load contract artifacts (#1262)F. Eugene Aumson2018-11-151-8/+21
|
* fix(order_utils.py): validate order w/json schema (#1260)F. Eugene Aumson2018-11-154-52/+121
|
* feat(order_utils.py): sign_hash() (#1254)F. Eugene Aumson2018-11-146-100/+274
| | | | | | | 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-143-19/+160
|
* [order_utils.py] is_signature_valid, via Exchange contract (#1216)F. Eugene Aumson2018-11-088-2/+116
| | | | First support for signature validation, done via Exchange contract's isValidSignature() method.
* feat(order_utils.py): ERC721 asset data codec (#1186)F. Eugene Aumson2018-10-273-4/+92
|
* fix(order_utils.py): tweaks for first publish (#1185)F. Eugene Aumson2018-10-275-4/+5
|
* feat(order_utils.py): ERC20 asset data encoding and decodingF. Eugene Aumson2018-10-247-15/+216
| | | | | | | | | | 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
* feat: project stub for python order utilitiesF. Eugene Aumson2018-10-136-0/+87
An empty project, with respect to functionality, but one configured with a test framework, linters, CI integration, etc. https://app.asana.com/0/836857747873847/839549782781239/f