aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/order_factory.ts
Commit message (Collapse)AuthorAgeFilesLines
* Linter now passesfragosti2018-06-061-1/+0
|
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-021-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Set contract expiration time to a constant 10 minutes Remove unused promises array Make erc20_wrapper and erc721_wrapper serial Rename changelogs to changelog Add CHANGELOG entry Check that git branch is up to date before publishing Move prepublish checks before building packages for publishing Refactor changelog utils to a separate module
| * Set contract expiration time to a constant 10 minutesAlex Browne2018-06-021-1/+2
| |
* | Fix tslint issuesFabio Berger2018-06-021-2/+1
| |
* | Rename Ecrecover to EthSignFabio Berger2018-06-011-1/+1
| |
* | Initial refactor of order-utils. Move many utils from contracts into this ↵Fabio Berger2018-05-301-8/+7
|/ | | | package.
* Migrate migrations to v2Leonid Logvinov2018-05-251-1/+2
|
* Remove 0x.js dep from contractsFabio Berger2018-05-231-4/+5
|
* Update tests and utilsAmir Bandeali2018-04-271-0/+1
|
* Fix and cleanup testsAmir Bandeali2018-04-241-1/+1
|
* Address feedback and lintAmir Bandeali2018-04-211-4/+4
|
* Add utils for hashing and signing orders, update wrappersAmir Bandeali2018-04-211-19/+17
|
* Modify utils to work with new signature formatAmir Bandeali2018-04-211-7/+8
|
* Move utils dir into srcAmir Bandeali2018-04-211-0/+37