Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 2 | -73/+2 |
* | Add config file specifically in prettier command and fix files | Fabio Berger | 2018-01-30 | 10 | -738/+738 |
* | Fix prettier | Fabio Berger | 2018-01-30 | 10 | -738/+738 |
* | Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of try... | Fabio Berger | 2018-01-30 | 1 | -6/+0 |
* | Fix linter errors | Leonid Logvinov | 2018-01-04 | 1 | -1/+1 |
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 7 | -7/+7 |
* | Fix formatting | Leonid Logvinov | 2018-01-03 | 1 | -1/+0 |
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 9 | -124/+236 |
* | Add some missed underscores, update changelog and comments | Brandon Millman | 2017-12-21 | 1 | -1/+1 |
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 4 | -66/+66 |
* | Don't throw in transformers | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
* | Throw a better error message when taker is null|undefined or anything but not... | Leonid Logvinov | 2017-12-19 | 2 | -17/+68 |
* | Rename SubscriptionOpts to BlockRange | Leonid Logvinov | 2017-12-19 | 1 | -4/+4 |
* | Fix 0x.js unused vars | Leonid Logvinov | 2017-12-15 | 3 | -14/+6 |
* | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 2 | -38/+0 |
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 2 | -25/+1 |
* | Address feedback | Leonid Logvinov | 2017-12-06 | 1 | -1/+1 |
* | Fix a comment | Leonid Logvinov | 2017-12-05 | 1 | -5/+5 |
* | Add a comment | Leonid Logvinov | 2017-12-05 | 1 | -0/+1 |
* | Make target optional | Leonid Logvinov | 2017-12-02 | 1 | -1/+1 |
* | Add async prefix | Leonid Logvinov | 2017-12-02 | 1 | -1/+1 |
* | Add promisify | Leonid Logvinov | 2017-12-02 | 1 | -0/+24 |
* | Add class utils | Leonid Logvinov | 2017-12-02 | 1 | -0/+17 |
* | Merge branch 'development' into feature/passNetworkId | Leonid | 2017-11-28 | 1 | -2/+2 |
|\ | |||||
| * | Pass 'latest' to ExchangeTransferSimulator when used for validating orders, a... | Fabio Berger | 2017-11-24 | 1 | -2/+2 |
* | | Remove outdated comment | Leonid Logvinov | 2017-11-24 | 1 | -2/+0 |
* | | Enable some new linter rules and fix the issues | Leonid Logvinov | 2017-11-24 | 4 | -128/+129 |
* | | Auto-fix linter errors | Leonid Logvinov | 2017-11-24 | 9 | -32/+43 |
* | | Fix linter issues | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
* | | Remove even more asyncs | Leonid Logvinov | 2017-11-24 | 1 | -4/+3 |
* | | Make getZRXTokenAddress non async | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'development' into feature/calculate-remaining-proportions | Jacob Evans | 2017-11-23 | 2 | -4/+7 |
|\ | |||||
| * | Fix async callbacks | Leonid Logvinov | 2017-11-21 | 1 | -2/+2 |
| * | Merge branch 'development' into feature/orderExpired | Leonid | 2017-11-21 | 3 | -4/+18 |
| |\ | |||||
| * | | Remove custom heap and use bintrees | Leonid Logvinov | 2017-11-21 | 1 | -92/+0 |
| * | | Add expirationMarginMs | Leonid Logvinov | 2017-11-21 | 1 | -2/+5 |
| * | | Remove new line | Leonid Logvinov | 2017-11-21 | 1 | -1/+0 |
| * | | Fix heap implementation | Leonid Logvinov | 2017-11-18 | 1 | -0/+3 |
| * | | Add initial implementation of expiration watcher | Leonid Logvinov | 2017-11-16 | 1 | -0/+90 |
* | | | Unit test edge case for ZRX and ZRX partial fill | Jacob Evans | 2017-11-21 | 1 | -1/+2 |
* | | | Refactor into a calculator class | Jacob Evans | 2017-11-21 | 1 | -93/+8 |
* | | | Fixes before refactor | Jacob Evans | 2017-11-21 | 1 | -35/+47 |
* | | | fix bug when fees and partial asymmetric | Jacob Evans | 2017-11-20 | 1 | -1/+1 |
* | | | remove import | Jacob Evans | 2017-11-20 | 1 | -1/+0 |
* | | | calculate remaining maker token amount | Jacob Evans | 2017-11-20 | 1 | -25/+35 |
* | | | Split into Pooled and non-pooled | Jacob Evans | 2017-11-20 | 1 | -12/+50 |
* | | | Incorrect amount when is zero or non-zrx fee | Jacob Evans | 2017-11-20 | 1 | -1/+1 |
* | | | Readability variable names | Jacob Evans | 2017-11-20 | 1 | -10/+10 |
* | | | refactor up | Jacob Evans | 2017-11-16 | 1 | -16/+16 |
* | | | Use 18 decimal place units | Jacob Evans | 2017-11-16 | 1 | -2/+2 |
* | | | Shortcut if everything satisfies in the non dependent use case | Jacob Evans | 2017-11-16 | 1 | -0/+6 |
* | | | Remove comments | Jacob Evans | 2017-11-16 | 1 | -3/+0 |
* | | | Initial tests | Jacob Evans | 2017-11-16 | 1 | -3/+31 |
| |/ |/| | |||||
* | | Change the way 0x.js assert extends the @0xproject/assert module | Brandon Millman | 2017-11-15 | 1 | -2/+3 |
* | | Merge pull request #219 from 0xProject/feature/rounding-validation | Brandon Millman | 2017-11-15 | 1 | -0/+13 |
|\ \ | |||||
| * | | Name a constant | Leonid Logvinov | 2017-11-15 | 1 | -2/+4 |
| * | | Fix namings | Leonid Logvinov | 2017-11-15 | 1 | -2/+2 |
| * | | Add validation for rounding error | Leonid Logvinov | 2017-11-14 | 1 | -0/+7 |
| * | | Return remainingFillableTakerAmount | Leonid Logvinov | 2017-11-14 | 1 | -0/+4 |
* | | | Merge branch 'development' into feature/addJsonSchemas | Brandon Millman | 2017-11-15 | 2 | -4/+4 |
|\ \ \ | |||||
| * \ \ | Merge pull request #220 from 0xProject/feature/addTsLintPackage | Fabio Berger | 2017-11-15 | 1 | -1/+1 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | Fix tslint issue | Fabio Berger | 2017-11-14 | 1 | -1/+1 |
| * | | | Merge pull request #217 from dekz/fixCancelledNaming2 | Fabio Berger | 2017-11-14 | 1 | -3/+3 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Renamed canceled to cancelled | Jacob Evans | 2017-11-14 | 1 | -3/+3 |
| | |/ | |||||
* | / | Add json-schemas package to mono repo | Brandon Millman | 2017-11-14 | 1 | -1/+1 |
|/ / | |||||
* | | fix orderings | Fabio Berger | 2017-11-14 | 1 | -1/+1 |
* | | Rename back | Fabio Berger | 2017-11-14 | 1 | -1/+1 |
* | | Rename assert sub-package and removed duplicate methods from 0x.js's assert m... | Fabio Berger | 2017-11-14 | 1 | -77/+5 |
|/ | |||||
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 11 | -0/+789 |