Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(order_utils.py): ERC721 asset data codec (#1186) | F. Eugene Aumson | 2018-10-27 | 5 | -6/+131 |
| | |||||
* | fix(order_utils.py): tweaks for first publish (#1185) | F. Eugene Aumson | 2018-10-27 | 9 | -17/+129 |
| | |||||
* | feat(order_utils.py): ERC20 asset data encoding and decoding | F. Eugene Aumson | 2018-10-24 | 21 | -37/+378 |
| | | | | | | | | | | 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 | ||||
* | fix: linter | F. Eugene Aumson | 2018-10-13 | 1 | -1/+1 |
| | |||||
* | fix: use python's extsplit, not manual splicing | F. Eugene Aumson | 2018-10-13 | 1 | -1/+2 |
| | |||||
* | feat: project stub for python order utilities | F. Eugene Aumson | 2018-10-13 | 12 | -0/+262 |
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 |