Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove outdated comment | Leonid Logvinov | 2017-11-24 | 1 | -2/+0 |
* | Improve a comment | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
* | Add a comment | Leonid Logvinov | 2017-11-24 | 1 | -0/+1 |
* | Reuse the protected function to get contract address | Leonid Logvinov | 2017-11-24 | 1 | -10/+2 |
* | Move variable declaration inside the if | Leonid Logvinov | 2017-11-24 | 1 | -0/+12 |
* | Fix rebasing issues | Leonid Logvinov | 2017-11-24 | 1 | -1/+2 |
* | Revert "Remove redundant async" | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
* | Refactor getContractAddress to contractWrapper | Leonid Logvinov | 2017-11-24 | 5 | -41/+17 |
* | Remove redundant async | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
* | Fix the artifacts | Leonid Logvinov | 2017-11-24 | 2 | -2/+2 |
* | Fix the imports order | Leonid Logvinov | 2017-11-24 | 11 | -1445/+70 |
* | Enable some new linter rules and fix the issues | Leonid Logvinov | 2017-11-24 | 10 | -154/+157 |
* | Auto-fix linter errors | Leonid Logvinov | 2017-11-24 | 20 | -123/+151 |
* | Fix linter issues | Leonid Logvinov | 2017-11-24 | 2 | -2/+2 |
* | Await block reconcilation | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
* | Remove even more asyncs | Leonid Logvinov | 2017-11-24 | 4 | -21/+34 |
* | Make zeroEx.tokenRegistry.getContractAddress non-async | Leonid Logvinov | 2017-11-24 | 1 | -5/+12 |
* | Make exchange subscriptions non-async | Leonid Logvinov | 2017-11-24 | 1 | -2/+2 |
* | Cleanup order watcher from redundant asyncs | Leonid Logvinov | 2017-11-24 | 2 | -11/+11 |
* | Make zeroEx.exchange.getContractAddress non-async | Leonid Logvinov | 2017-11-24 | 1 | -6/+13 |
* | Add ZRX artifacts | Leonid Logvinov | 2017-11-24 | 1 | -0/+17 |
* | Make getZRXTokenAddress non async | Leonid Logvinov | 2017-11-24 | 6 | -18/+29 |
* | Store networkId in web3Wrapper | Leonid Logvinov | 2017-11-24 | 2 | -20/+9 |
* | Add networkId to zeroExConfig schema | Leonid Logvinov | 2017-11-24 | 1 | -0/+5 |
* | Add networkId to ZeroExConfig and make it required | Leonid Logvinov | 2017-11-24 | 2 | -17/+10 |
* | Rename removed to isRemoved | Leonid Logvinov | 2017-11-24 | 2 | -7/+7 |
* | Make DecodedLogEvent contain web3 log under a log subkey | Leonid Logvinov | 2017-11-24 | 2 | -2/+5 |
* | Merge pull request #230 from 0xProject/feature/removeDuplicateEvents | Fabio Berger | 2017-11-24 | 1 | -0/+12 |
|\ | |||||
| * | Add an order state cache to filter out duplicate events | Leonid Logvinov | 2017-11-21 | 1 | -0/+12 |
* | | Fix nits | Jacob Evans | 2017-11-23 | 1 | -5/+4 |
* | | Merge branch 'development' into feature/calculate-remaining-proportions | Jacob Evans | 2017-11-23 | 8 | -46/+189 |
|\ \ | |||||
| * | | Last renames | Leonid Logvinov | 2017-11-23 | 1 | -5/+5 |
| * | | Refactor while condition | Leonid Logvinov | 2017-11-23 | 1 | -6/+12 |
| * | | Merge branch 'development' into feature/orderExpired | Leonid | 2017-11-23 | 1 | -3/+31 |
| |\ \ | |||||
| | * | | Rename toDecimal to hexToDecimal | Leonid Logvinov | 2017-11-22 | 1 | -4/+4 |
| | * | | Add postFormatter for logs | Leonid Logvinov | 2017-11-22 | 1 | -3/+31 |
| | |/ | |||||
| * | | Fix tests | Leonid Logvinov | 2017-11-22 | 1 | -1/+2 |
| * | | Fix a typo | Leonid Logvinov | 2017-11-22 | 1 | -1/+1 |
| * | | Check if transactionReceipt exists before normalizing it | Leonid Logvinov | 2017-11-21 | 1 | -1/+3 |
| * | | Address nits | Leonid Logvinov | 2017-11-21 | 1 | -3/+2 |
| * | | Remove old comment | Leonid Logvinov | 2017-11-21 | 1 | -1/+0 |
| * | | Fix async callbacks | Leonid Logvinov | 2017-11-21 | 1 | -2/+2 |
| * | | Check if callback exists | Leonid Logvinov | 2017-11-21 | 2 | -8/+10 |
| * | | Rename | Leonid Logvinov | 2017-11-21 | 1 | -8/+8 |
| * | | Pass callback down | Leonid Logvinov | 2017-11-21 | 1 | -9/+5 |
| * | | Merge branch 'development' into feature/orderExpired | Leonid | 2017-11-21 | 11 | -37/+52 |
| |\| | |||||
| | * | Merge branch 'development' into feature/track-zrx-movements | Jacob Evans | 2017-11-16 | 4 | -20/+11 |
| | |\ | |||||
| | | * | Merge branch 'development' into syncSubscribe | Jacob Evans | 2017-11-16 | 9 | -9/+24 |
| | | |\ | |||||
| | | * | | separate assignment and call | Jacob Evans | 2017-11-15 | 1 | -1/+2 |
| | | * | | Remove Async subscribe callbacks from OrderWatcher | Jacob Evans | 2017-11-15 | 2 | -10/+8 |
| | | * | | Callback for subscribe no longer supports an Async Callback | Jacob Evans | 2017-11-14 | 4 | -12/+4 |
| | * | | | Fix nits | Jacob Evans | 2017-11-16 | 1 | -1/+1 |
| | * | | | Change to Async suffix convention | Jacob Evans | 2017-11-16 | 1 | -4/+4 |
| | * | | | Add return type | Jacob Evans | 2017-11-16 | 1 | -1/+1 |
| | * | | | Add and Remove Fee Token with Maker Token | Jacob Evans | 2017-11-16 | 1 | -8/+17 |
| | | |/ | | |/| | |||||
| * | | | Remove custom heap and use bintrees | Leonid Logvinov | 2017-11-21 | 3 | -102/+14 |
| * | | | Add expirationMarginMs | Leonid Logvinov | 2017-11-21 | 4 | -10/+30 |
| * | | | Add defaults | Leonid Logvinov | 2017-11-21 | 3 | -9/+9 |
| * | | | Add ifExists suffix | Leonid Logvinov | 2017-11-21 | 2 | -6/+6 |
| * | | | Improve the comment | Leonid Logvinov | 2017-11-21 | 1 | -1/+1 |
| * | | | Remove comment | Leonid Logvinov | 2017-11-21 | 1 | -1/+0 |
| * | | | Remove new line | Leonid Logvinov | 2017-11-21 | 1 | -1/+0 |
| * | | | Delete orderExpirationCheckingIntervalIdIfExists | Leonid Logvinov | 2017-11-21 | 1 | -0/+1 |
| * | | | Throw when subscription is already removed | Leonid Logvinov | 2017-11-21 | 1 | -1/+4 |
| * | | | Throw when subscription is already present | Leonid Logvinov | 2017-11-21 | 1 | -1/+4 |
| * | | | Remove redundant bind | Leonid Logvinov | 2017-11-21 | 1 | -3/+1 |
| * | | | Do simple inits inline | Leonid Logvinov | 2017-11-21 | 1 | -2/+1 |
| * | | | Remove order on expiration | Leonid Logvinov | 2017-11-18 | 1 | -0/+1 |
| * | | | Improve the comment | Leonid Logvinov | 2017-11-18 | 1 | -1/+2 |
| * | | | Fix heap implementation | Leonid Logvinov | 2017-11-18 | 1 | -0/+3 |
| * | | | Add initial implementation of expiration watcher | Leonid Logvinov | 2017-11-16 | 4 | -2/+173 |
| | |/ | |/| | |||||
* | | | Perform the division last to not compound any errors | Jacob Evans | 2017-11-22 | 1 | -2/+6 |
* | | | Add a test for when the ratio is < 1 | Jacob Evans | 2017-11-22 | 1 | -43/+55 |
* | | | totalZRXTransferAmount -> totalZRXTransferAmountRequired | Jacob Evans | 2017-11-21 | 1 | -2/+2 |
* | | | Unit test edge case for ZRX and ZRX partial fill | Jacob Evans | 2017-11-21 | 2 | -11/+15 |
* | | | Refactor into a calculator class | Jacob Evans | 2017-11-21 | 2 | -93/+76 |
* | | | 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 | 2 | -0/+14 |
|\ \ | |||||
| * | | 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 |
| * | | Add remainingFillableMakerAmount to types | Leonid Logvinov | 2017-11-14 | 1 | -0/+1 |
* | | | Merge branch 'development' into feature/addJsonSchemas | Brandon Millman | 2017-11-15 | 5 | -8/+8 |
|\ \ \ | |||||
| * \ \ | 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 | 4 | -7/+7 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Renamed canceled to cancelled | Jacob Evans | 2017-11-14 | 4 | -7/+7 |
| | |/ | |||||
* | / | Add json-schemas package to mono repo | Brandon Millman | 2017-11-14 | 6 | -6/+6 |
|/ / | |||||
* | | 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 |
|/ | |||||
* | Remove unused var | Fabio Berger | 2017-11-14 | 1 | -1/+0 |
* | Add interface type | Fabio Berger | 2017-11-14 | 1 | -2/+6 |
* | Replace _.get for type safety | Fabio Berger | 2017-11-14 | 1 | -6/+6 |
* | Declare as string | Fabio Berger | 2017-11-14 | 1 | -1/+1 |
* | Fix lint and ts issues | Fabio Berger | 2017-11-14 | 1 | -1/+1 |
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 37 | -0/+7318 |