Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update testrpc | Leonid Logvinov | 2017-11-28 | 2 | -1/+11 |
| | |||||
* | Add an initializer for txOpts in etherToken | Leonid Logvinov | 2017-11-28 | 1 | -2/+6 |
| | |||||
* | Add CHANGELOG entry | Leonid Logvinov | 2017-11-28 | 1 | -0/+1 |
| | |||||
* | Add option config for gasPrice and gasLimit for every transaction sending method | Leonid Logvinov | 2017-11-28 | 5 | -138/+95 |
| | |||||
* | Merge pull request #233 from 0xProject/feature/passNetworkId | Fabio Berger | 2017-11-28 | 78 | -2150/+997 |
|\ | | | | | Forces the users of 0x.js to pass the network id | ||||
| * | Fix tests | Leonid Logvinov | 2017-11-28 | 1 | -13/+18 |
| | | |||||
| * | Fix merge conflicts | Leonid Logvinov | 2017-11-28 | 4 | -17/+7 |
| | | |||||
| * | Merge branch 'development' into feature/passNetworkId | Leonid | 2017-11-28 | 316 | -144/+26300 |
| |\ | |||||
| * | | Update CHANGELOG.md | Leonid Logvinov | 2017-11-24 | 1 | -0/+1 |
| | | | |||||
| * | | Remove ContractDoesNotExist error and replace it with more specific errors | Leonid Logvinov | 2017-11-24 | 3 | -6/+21 |
| | | | |||||
| * | | Add a regression test | Leonid Logvinov | 2017-11-24 | 1 | -5/+23 |
| | | | |||||
| * | | Pass networkId on provider update | Leonid Logvinov | 2017-11-24 | 7 | -12/+12 |
| | | | |||||
| * | | Fix linter issue | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Update CHANGELOG.md | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
| | | | |||||
| * | | Fix rebasing issues | Leonid Logvinov | 2017-11-24 | 3 | -10/+13 |
| | | | |||||
| * | | Add CHANGELOG entry | Leonid Logvinov | 2017-11-24 | 1 | -0/+3 |
| | | | |||||
| * | | Revert "Remove redundant async" | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | This reverts commit 8d11ababd62d947e338757f57c41179510b11338. | ||||
| * | | 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 |
| | | | |||||
| * | | Remove unused asyncs | Leonid Logvinov | 2017-11-24 | 1 | -2/+2 |
| | | | |||||
| * | | Auto-fix linter errors in other mono-repo packages | Leonid Logvinov | 2017-11-24 | 12 | -40/+52 |
| | | | |||||
| * | | Add type information for the linter | Leonid Logvinov | 2017-11-24 | 2 | -2/+2 |
| | | | |||||
| * | | Autofix json-schemas linter errors | Leonid Logvinov | 2017-11-24 | 5 | -33/+35 |
| | | | |||||
| * | | Fix the imports order | Leonid Logvinov | 2017-11-24 | 25 | -1550/+201 |
| | | | |||||
| * | | Enforce comments on public methods | Leonid Logvinov | 2017-11-24 | 1 | -0/+7 |
| | | | |||||
| * | | Enable some new linter rules and fix the issues | Leonid Logvinov | 2017-11-24 | 12 | -167/+201 |
| | | | |||||
| * | | Auto-fix linter errors | Leonid Logvinov | 2017-11-24 | 28 | -148/+196 |
| | | | |||||
| * | | Don't reassign the parameter | Leonid Logvinov | 2017-11-24 | 1 | -3/+3 |
| | | | |||||
| * | | 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 | 8 | -29/+44 |
| | | | |||||
| * | | Add project config to tslint which enables some type-dependent rules | Leonid Logvinov | 2017-11-24 | 1 | -1/+1 |
| | | | |||||
| * | | Make zeroEx.tokenRegistry.getContractAddress non-async | Leonid Logvinov | 2017-11-24 | 1 | -5/+12 |
| | | | |||||
| * | | Make exchange subscriptions non-async | Leonid Logvinov | 2017-11-24 | 2 | -8/+8 |
| | | | |||||
| * | | Cleanup order watcher from redundant asyncs | Leonid Logvinov | 2017-11-24 | 5 | -30/+34 |
| | | | |||||
| * | | Make zeroEx.exchange.getContractAddress non-async | Leonid Logvinov | 2017-11-24 | 5 | -12/+18 |
| | | | |||||
| * | | Add ZRX artifacts | Leonid Logvinov | 2017-11-24 | 1 | -0/+17 |
| | | | |||||
| * | | Make getZRXTokenAddress non async | Leonid Logvinov | 2017-11-24 | 11 | -56/+40 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Adjust the tests | Leonid Logvinov | 2017-11-24 | 14 | -29/+73 |
| | | | |||||
| * | | Fix CI tests | Leonid Logvinov | 2017-11-24 | 1 | -1/+7 |
| | | | |||||
| * | | Add networkId to ZeroExConfig and make it required | Leonid Logvinov | 2017-11-24 | 2 | -17/+10 |
| | | | |||||
* | | | Merge pull request #241 from 0xProject/fix/moveConnectTypes | Brandon Millman | 2017-11-28 | 3 | -44/+49 |
|\ \ \ | |_|/ |/| | | Move all connect types into types.ts | ||||
| * | | Move all connect types into types.ts | Brandon Millman | 2017-11-28 | 3 | -44/+49 |
|/ / | |||||
* | | Merge pull request #240 from 0xProject/fix/websiteMdDirectory | Brandon Millman | 2017-11-28 | 14 | -5/+90 |
|\ \ | | | | | | | Add md directory to website package and change generated docs directory | ||||
| * | | Add md directory to website package and change generated docs directory | Brandon Millman | 2017-11-28 | 14 | -5/+90 |
| | | | |||||
* | | | Merge pull request #239 from 0xProject/fix/docs | Fabio Berger | 2017-11-28 | 5 | -8/+22 |
|\ \ \ | |/ / |/| | | Fix 0x.js Doc Issues | ||||
| * | | remove comment | Fabio Berger | 2017-11-28 | 1 | -1/+0 |
| | | | |||||
| * | | Add link to Provider explanation | Fabio Berger | 2017-11-28 | 1 | -1/+2 |
| | | | |||||
| * | | Add "Web3" prefix to web3 alias types and link to the correct line in the ↵ | Fabio Berger | 2017-11-28 | 2 | -2/+14 |
| | | | | | | | | | | | | web3 typings | ||||
| * | | Fix overlapping arg names | Fabio Berger | 2017-11-28 | 1 | -2/+1 |
| | | | |||||
| * | | Fix source links in 0x.js docs | Fabio Berger | 2017-11-28 | 1 | -3/+6 |
|/ / | |||||
* | | Merge pull request #237 from 0xProject/addWebsite | Fabio Berger | 2017-11-28 | 292 | -100/+26151 |
|\ \ | | | | | | | Add Website to Mono Repo | ||||
| * | | Fix subscriptions given latest changes to 0x.js | Fabio Berger | 2017-11-24 | 1 | -4/+5 |
| | | | |||||
| * | | Merge branch 'development' into addWebsite | Fabio Berger | 2017-11-24 | 21 | -78/+450 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (41 commits) Add validation fix to changelog Fix tests now that we no longer fire duplicate orderWatcher events Add comment about BlockParamLiteral explaining the omission of Earliest Add missing type Pass 'latest' to ExchangeTransferSimulator when used for validating orders, and pass 'pending' when used in the order watcher. Remove `Earliest` from blockParamLiterals since specifying block 0 is trivial and this type can be reused in situations where the options are pending or latest Rename removed to isRemoved Add CHANGELOG entry Make DecodedLogEvent contain web3 log under a log subkey Update to Async call Fix nits Add @0xproject/connect to the main README Fix connect CHANGELOG version Publish Fix npm auth issues Perform the division last to not compound any errors add a test constant for ZRX decimals Add a test for when the ratio is < 1 Remove only calculatedFillableAmountPlusFees ... | ||||
| * | | | Add exit code 0 because it is expected that uglifying the code throws an error | Fabio Berger | 2017-11-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | update tokenByAddress after tokenStateByAddress to avoid race-condition | Fabio Berger | 2017-11-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add error when unexpected condition hit | Fabio Berger | 2017-11-24 | 1 | -0/+3 |
| | | | | |||||
| * | | | Fix alignment | Fabio Berger | 2017-11-24 | 1 | -9/+9 |
| | | | | |||||
| * | | | Add missing keys | Fabio Berger | 2017-11-24 | 1 | -0/+2 |
| | | | | |||||
| * | | | Fix bug | Fabio Berger | 2017-11-24 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'development' into addWebsite | Fabio Berger | 2017-11-23 | 8 | -16/+50 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Revert "Publish" Publish Add actual version to CHANGELOG Add blockchainLifecycle management to the ExpirationWatcher test Update connect CHANGELOG.md in preperation for publishing Add TODO comment before BigNumber.config() call Prepare connect package for publishing | ||||
| * | | | | Force the clearance of tradeHistory | Fabio Berger | 2017-11-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'development' into addWebsite | Fabio Berger | 2017-11-23 | 12 | -20/+279 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (33 commits) Last renames Refactor while condition Fix tests Fix tests Fix a typo Fix test:circleci command Check if transactionReceipt exists before normalizing it Address nits Remove old comment Fix async callbacks Check if callback exists Rename Pass callback down Remove custom heap and use bintrees Add expirationMarginMs Add defaults Fix typos Rename orderLifetime to orderLifetimeS Reference types directly Add ifExists suffix ... | ||||
| * | | | | | Upgrade to latest 0x.js version and refactor subscriptions to use latest ↵ | Fabio Berger | 2017-11-23 | 4 | -30/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | interface | ||||
| * | | | | | add bundles to gitignore | Fabio Berger | 2017-11-23 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Fix build bug | Fabio Berger | 2017-11-23 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Merge branch 'development' into addWebsite | Fabio Berger | 2017-11-22 | 9 | -24/+56 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix a typo in postpublish utils tags -> tag Publish Revert "Publish" Publish Add instanceOf assertion Rename toDecimal to hexToDecimal Add PR numbers Add postFormatter for logs | ||||
| * | | | | | | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 292 | -100/+26118 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | sub-packages, use new subscribeAsync 0x.js method | ||||
* | | | | | | | Update CHANGELOG.md | Fabio Berger | 2017-11-24 | 1 | -0/+1 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Add validation fix to changelog | Fabio Berger | 2017-11-24 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #236 from 0xProject/fix/validateOrdersAgainstLatestBlock | Fabio Berger | 2017-11-24 | 10 | -36/+31 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Fix/validate orders against latest block | ||||
| * | | | | | Fix tests now that we no longer fire duplicate orderWatcher events | Fabio Berger | 2017-11-24 | 1 | -15/+3 |
| | | | | | | |||||
| * | | | | | Add comment about BlockParamLiteral explaining the omission of Earliest | Fabio Berger | 2017-11-24 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | Add missing type | Fabio Berger | 2017-11-24 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge branch 'development' into validateOrdersAgainstLatestBlock | Fabio Berger | 2017-11-24 | 5 | -16/+25 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Rename removed to isRemoved Add CHANGELOG entry Make DecodedLogEvent contain web3 log under a log subkey | ||||
* | | | | | | Merge pull request #234 from 0xProject/feature/eventTypes | Leonid | 2017-11-24 | 5 | -16/+25 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Make DecodedLogEvent contain web3 log under a log subkey | ||||
| * | | | | | | Rename removed to isRemoved | Leonid Logvinov | 2017-11-24 | 3 | -9/+9 |
| | | | | | | | |||||
| * | | | | | | Add CHANGELOG entry | Leonid Logvinov | 2017-11-24 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | Make DecodedLogEvent contain web3 log under a log subkey | Leonid Logvinov | 2017-11-24 | 4 | -10/+15 |
|/ / / / / / | |||||
| * | | | | | Pass 'latest' to ExchangeTransferSimulator when used for validating orders, ↵ | Fabio Berger | 2017-11-24 | 8 | -19/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | and pass 'pending' when used in the order watcher. | ||||
| * | | | | | Remove `Earliest` from blockParamLiterals since specifying block 0 is ↵ | Fabio Berger | 2017-11-24 | 1 | -1/+0 |
|/ / / / / | | | | | | | | | | | | | | | | trivial and this type can be reused in situations where the options are pending or latest | ||||
* | | | | | 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 | ||||
| * | | | | | Add an order state cache to filter out duplicate events | Leonid Logvinov | 2017-11-21 | 1 | -0/+12 |
| |/ / / / | |||||
* | | | | | Merge pull request #226 from dekz/feature/calculate-remaining-proportions | Fabio Berger | 2017-11-24 | 5 | -21/+375 |
|\ \ \ \ \ | | | | | | | | | | | | | Calculate remaining proportions from fee to ratio proportions | ||||
| * | | | | | Update to Async call | Jacob Evans | 2017-11-23 | 1 | -3/+4 |
| | | | | | | |||||
| * | | | | | Fix nits | Jacob Evans | 2017-11-23 | 2 | -6/+5 |
| | | | | | | |||||
| * | | | | | Merge branch 'development' into feature/calculate-remaining-proportions | Jacob Evans | 2017-11-23 | 0 | -0/+0 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Merge branch 'development' into feature/calculate-remaining-proportions | Jacob Evans | 2017-11-23 | 32 | -113/+626 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Add @0xproject/connect to the main README | Brandon Millman | 2017-11-23 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Fix connect CHANGELOG version | Brandon Millman | 2017-11-23 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Publish | Brandon Millman | 2017-11-23 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.26.1 - @0xproject/connect@0.1.0 | ||||
* | | | | | | Fix npm auth issues | Brandon Millman | 2017-11-23 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | Related lerna issue: https://github.com/lerna/lerna/issues/896 | ||||
* | | | | | Revert "Publish" | Fabio Berger | 2017-11-23 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 6a8717b29407b75cd03ca85b890fa8f34527accc. | ||||
* | | | | | Publish | Fabio Berger | 2017-11-23 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.26.1 - @0xproject/connect@0.1.0 | ||||
* | | | | | Add actual version to CHANGELOG | Fabio Berger | 2017-11-23 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Add blockchainLifecycle management to the ExpirationWatcher test | Brandon Millman | 2017-11-23 | 1 | -2/+6 |
| | | | | | |||||
* | | | | | Update connect CHANGELOG.md in preperation for publishing | Brandon Millman | 2017-11-23 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Merge pull request #232 from 0xProject/feature/prepareConnectForPublish | Brandon Millman | 2017-11-23 | 5 | -12/+41 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Prepare connect package for publishing | ||||
| * | | | | Add TODO comment before BigNumber.config() call | Brandon Millman | 2017-11-23 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Prepare connect package for publishing | Brandon Millman | 2017-11-23 | 5 | -12/+40 |
|/ / / / | |||||
* | | | | Merge pull request #227 from 0xProject/feature/orderExpired | Leonid | 2017-11-23 | 11 | -19/+278 |
|\ \ \ \ | | | | | | | | | | | Add expirationWatcher | ||||
| * | | | | 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 | 9 | -24/+56 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | Fix tests | Leonid Logvinov | 2017-11-22 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Fix a typo in postpublish utils tags -> tag | Leonid Logvinov | 2017-11-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Publish | Leonid Logvinov | 2017-11-22 | 5 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.26.0 - @0xproject/assert@0.0.5 - @0xproject/connect@0.0.1 - @0xproject/json-schemas@0.6.8 - @0xproject/tslint-config@0.1.1 | ||||
* | | | | Revert "Publish" | Leonid Logvinov | 2017-11-22 | 5 | -15/+15 |
| | | | | | | | | | | | | | | | | This reverts commit 41315827c145fec564152e2f0cb3e986cb06c696. | ||||
* | | | | Publish | Leonid Logvinov | 2017-11-22 | 5 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.26.0 - @0xproject/assert@0.0.5 - @0xproject/connect@0.0.1 - @0xproject/json-schemas@0.6.8 - @0xproject/tslint-config@0.1.1 | ||||
* | | | | Merge pull request #231 from 0xProject/fix/logsPostFormatting | Leonid | 2017-11-22 | 3 | -8/+40 |
|\ \ \ \ | |_|_|/ |/| | | | Add postFormatter for logs | ||||
| * | | | Add instanceOf assertion | Leonid Logvinov | 2017-11-22 | 1 | -0/+1 |
| | | | | |||||
| * | | | Rename toDecimal to hexToDecimal | Leonid Logvinov | 2017-11-22 | 1 | -4/+4 |
| | | | | |||||
| * | | | Add PR numbers | Leonid Logvinov | 2017-11-22 | 1 | -5/+6 |
| | | | | |||||
| * | | | Add postFormatter for logs | Leonid Logvinov | 2017-11-22 | 2 | -3/+33 |
|/ / / | |||||
| * | | Fix tests | Leonid Logvinov | 2017-11-22 | 2 | -6/+7 |
| | | | |||||
| * | | Fix a typo | Leonid Logvinov | 2017-11-22 | 1 | -1/+1 |
| | | | |||||
| * | | Fix test:circleci command | Leonid Logvinov | 2017-11-21 | 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 | 2 | -10/+9 |
| | | | |||||
| * | | Remove old comment | Leonid Logvinov | 2017-11-21 | 1 | -1/+0 |
| | | | |||||
| * | | Fix async callbacks | Leonid Logvinov | 2017-11-21 | 3 | -15/+14 |
| | | | |||||
| * | | 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 | 100 | -210/+3342 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #225 from dekz/feature/track-zrx-movements | Fabio Berger | 2017-11-21 | 3 | -23/+50 |
|\ \ \ | | | | | | | | | Track ZRX Approval and Balance events | ||||
| * \ \ | Merge branch 'development' into feature/track-zrx-movements | Jacob Evans | 2017-11-16 | 0 | -0/+0 |
| |\ \ \ | |||||
| * | | | | Merge branch 'development' into feature/track-zrx-movements | Jacob Evans | 2017-11-16 | 5 | -22/+14 |
| |\| | | | |||||
| * | | | | Fix nits | Jacob Evans | 2017-11-16 | 2 | -4/+2 |
| | | | | | |||||
| * | | | | Change to Async suffix convention | Jacob Evans | 2017-11-16 | 2 | -20/+20 |
| | | | | | |||||
| * | | | | Add return type | Jacob Evans | 2017-11-16 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | test wording | Jacob Evans | 2017-11-16 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add a pending changelog | Jacob Evans | 2017-11-16 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Add and Remove Fee Token with Maker Token | Jacob Evans | 2017-11-16 | 2 | -23/+50 |
| | | | | | |||||
* | | | | | Merge pull request #228 from 0xProject/feature/publishLifecycleScripts | Fabio Berger | 2017-11-18 | 9 | -19/+185 |
|\ \ \ \ \ | | | | | | | | | | | | | Add postpublish scripts for sub-packages | ||||
| * | | | | | Small fixes | Fabio Berger | 2017-11-18 | 2 | -1/+2 |
| | | | | | | |||||
| * | | | | | Merge branch 'development' into feature/publishLifecycleScripts | Fabio Berger | 2017-11-18 | 10 | -23/+38 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Remove clean step from test_umd.sh Update CHANGELOG.md vx.x.x Add CHANGELOG files to each sub-package Fix 0x.js CHANGELOG separate assignment and call Remove Async subscribe callbacks from OrderWatcher Update changelog Callback for subscribe no longer supports an Async Callback | ||||
* | | | | | | Remove clean step from test_umd.sh | Brandon Millman | 2017-11-18 | 1 | -1/+0 |
| | | | | | | |||||
* | | | | | | Update CHANGELOG.md | Fabio Berger | 2017-11-18 | 1 | -0/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge pull request #222 from dekz/syncSubscribe | Fabio Berger | 2017-11-16 | 5 | -21/+15 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Remove support for Async callback types when used in Subscribe functions | ||||
| * | | | | Merge branch 'development' into syncSubscribe | Jacob Evans | 2017-11-16 | 0 | -0/+0 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Merge branch 'development' into syncSubscribe | Jacob Evans | 2017-11-16 | 90 | -151/+3095 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | vx.x.x | Jacob Evans | 2017-11-16 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | 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 |
| | | | | | |||||
| * | | | | Update changelog | Jacob Evans | 2017-11-15 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | Callback for subscribe no longer supports an Async Callback | Jacob Evans | 2017-11-14 | 4 | -12/+4 |
| | | | | | |||||
| | * | | | Updated yarn.lock | Fabio Berger | 2017-11-18 | 1 | -104/+6 |
| | | | | | |||||
| | * | | | Put release name generation into postpublish_utils | Fabio Berger | 2017-11-18 | 6 | -6/+8 |
| | | | | | |||||
| | * | | | Add back promisify | Fabio Berger | 2017-11-18 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Set S3 bucket path to variable | Fabio Berger | 2017-11-18 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | reset all sub-package versions to latest actually published | Fabio Berger | 2017-11-18 | 4 | -9/+9 |
| | | | | | |||||
| | * | | | Get package name from package.json | Fabio Berger | 2017-11-18 | 5 | -5/+10 |
| | | | | | |||||
| | * | | | remove unused imports | Fabio Berger | 2017-11-18 | 1 | -2/+0 |
| | | | | | |||||
| | * | | | Add postpublish scripts for all the subpackages so that they each publish a ↵ | Fabio Berger | 2017-11-18 | 4 | -0/+52 |
| | | | | | | | | | | | | | | | | | | | | release to github | ||||
| | * | | | Move most of code for getting latest tag/version and calling publish_release ↵ | Fabio Berger | 2017-11-18 | 4 | -48/+60 |
| | | | | | | | | | | | | | | | | | | | | to postpublish_utils script in top-level dir | ||||
| | * | | | Set prerelease to true so that non of the releases are marked as "latest" | Fabio Berger | 2017-11-18 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Move upload_docs_json back to npm script and pass in vars properly. | Fabio Berger | 2017-11-18 | 2 | -4/+8 |
| | | | | | |||||
| | * | | | Use `yarn docs:json` command | Fabio Berger | 2017-11-18 | 2 | -3/+3 |
| | | | | | |||||
| | * | | | update yarn.lock | Fabio Berger | 2017-11-18 | 1 | -5/+9 |
| | | | | | |||||
| | * | | | specify the current working directory in which to run the `yarn` command | Fabio Berger | 2017-11-18 | 1 | -1/+6 |
| | | | | | |||||
| | * | | | print out file name in console | Fabio Berger | 2017-11-18 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | small fixes | Fabio Berger | 2017-11-18 | 1 | -16/+3 |
| | | | | | |||||
| | * | | | experiment with calling typedoc programatically | Brandon Millman | 2017-11-16 | 2 | -6/+22 |
| | | | | | |||||
| | * | | | improve script | Fabio Berger | 2017-11-16 | 2 | -9/+4 |
| | | | | | |||||
| | * | | | postpublish script fixes | Fabio Berger | 2017-11-16 | 1 | -13/+9 |
| | | | | | |||||
| | * | | | WIP | Brandon Millman | 2017-11-16 | 3 | -40/+159 |
| | | | | | |||||
| | * | | | WIP | Brandon Millman | 2017-11-16 | 7 | -16/+81 |
| | | | | | |||||
| | | * | | Remove custom heap and use bintrees | Leonid Logvinov | 2017-11-21 | 5 | -103/+25 |
| | | | | | |||||
| | | * | | Add expirationMarginMs | Leonid Logvinov | 2017-11-21 | 4 | -10/+30 |
| | | | | | |||||
| | | * | | Add defaults | Leonid Logvinov | 2017-11-21 | 3 | -9/+9 |
| | | | | | |||||
| | | * | | Fix typos | Leonid Logvinov | 2017-11-21 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Rename orderLifetime to orderLifetimeS | Leonid Logvinov | 2017-11-21 | 1 | -6/+6 |
| | | | | | |||||
| | | * | | Reference types directly | Leonid Logvinov | 2017-11-21 | 1 | -4/+2 |
| | | | | | |||||
| | | * | | 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 |
| | | | | | |||||
| | | * | | Add tests for expirationWatcher | Leonid Logvinov | 2017-11-18 | 1 | -0/+137 |
| | | | | | |||||
| | | * | | 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 constant for ZRX decimals | Jacob Evans | 2017-11-22 | 2 | -25/+29 |
| | | | | |||||
| | | * | Add a test for when the ratio is < 1 | Jacob Evans | 2017-11-22 | 2 | -52/+104 |
| | | | | |||||
| | | * | Remove only | Jacob Evans | 2017-11-22 | 1 | -1/+1 |
| | | | | |||||
| | | * | calculatedFillableAmountPlusFees | Jacob Evans | 2017-11-21 | 1 | -7/+7 |
| | | | | |||||
| | | * | 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 | 3 | -44/+59 |
| | | | | |||||
| | | * | setting a failed test | Jacob Evans | 2017-11-21 | 1 | -11/+46 |
| | | | | |||||
| | | * | Move to base units | Jacob Evans | 2017-11-21 | 1 | -9/+10 |
| | | | | |||||
| | | * | Added unit test for calculator | Jacob Evans | 2017-11-21 | 1 | -0/+89 |
| | | | | |||||
| | | * | 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 | 2 | -1/+27 |
| | | | | |||||
| | | * | remove import | Jacob Evans | 2017-11-20 | 1 | -1/+0 |
| | | | | |||||
| | | * | calculate remaining maker token amount | Jacob Evans | 2017-11-20 | 1 | -25/+35 |
| | | | | |||||
| | | * | Remove only | Jacob Evans | 2017-11-20 | 1 | -1/+1 |
| | | | | |||||
| | | * | 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 | 2 | -17/+17 |
| | | | | |||||
| | | * | Use 18 decimal place units | Jacob Evans | 2017-11-16 | 2 | -3/+3 |
| | | | | |||||
| | | * | Shortcut if everything satisfies in the non dependent use case | Jacob Evans | 2017-11-16 | 2 | -2/+32 |
| | | | | |||||
| | | * | Fix test | Jacob Evans | 2017-11-16 | 1 | -7/+5 |
| | | | | |||||
| | | * | Remove comments | Jacob Evans | 2017-11-16 | 1 | -3/+0 |
| | | | | |||||
| | | * | Initial tests | Jacob Evans | 2017-11-16 | 2 | -4/+65 |
| |_|/ |/| | | |||||
* | | | Add CHANGELOG files to each sub-package | Fabio Berger | 2017-11-15 | 4 | -0/+21 |
| | | | |||||
* | | | Fix 0x.js CHANGELOG | Fabio Berger | 2017-11-15 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2017-11-15 | 33 | -5/+1231 |
|\ \ | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Add lodash noop to emptyOrderbookChannelHandler Fix lint error Add connect to monorepo | ||||
| * \ | Merge pull request #224 from 0xProject/feature/addConnect | Brandon Millman | 2017-11-15 | 33 | -5/+1231 |
| |\ \ | | | | | | | | | Add connect to monorepo | ||||
| | * | | Add lodash noop to emptyOrderbookChannelHandler | Brandon Millman | 2017-11-15 | 1 | -4/+5 |
| | | | | |||||
| | * | | Fix lint error | Brandon Millman | 2017-11-15 | 1 | -2/+1 |
| | | | | |||||
| | * | | Add connect to monorepo | Brandon Millman | 2017-11-15 | 33 | -5/+1231 |
| | | | | |||||
* | | | | Add title and install instructions to all sub-package READMEs | Fabio Berger | 2017-11-15 | 4 | -1/+28 |
|/ / / | |||||
* | | | Add rocket.chat badge and remove 0x.js npm badge | Fabio Berger | 2017-11-15 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2017-11-15 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Change the way 0x.js assert extends the @0xproject/assert module | ||||
| * | | | Change the way 0x.js assert extends the @0xproject/assert module | Brandon Millman | 2017-11-15 | 1 | -2/+3 |
| |/ / | |||||
* / / | Add core packes to README | Fabio Berger | 2017-11-15 | 1 | -22/+8 |
|/ / | |||||
* | | Merge pull request #223 from dekz/bug/fix-readme-links | Fabio Berger | 2017-11-15 | 1 | -1/+4 |
|\ \ | | | | | | | Fix README links | ||||
| * | | Doubled up | Jacob Evans | 2017-11-15 | 1 | -2/+0 |
| | | | |||||
| * | | Change Slack to Rocket | Jacob Evans | 2017-11-15 | 1 | -1/+3 |
| | | | |||||
| * | | Fix README links | Jacob Evans | 2017-11-15 | 1 | -0/+3 |
|/ / | |||||
* | | Merge pull request #219 from 0xProject/feature/rounding-validation | Brandon Millman | 2017-11-15 | 3 | -73/+119 |
|\ \ | | | | | | | Rounding validation | ||||
| * | | Name a constant | Leonid Logvinov | 2017-11-15 | 1 | -2/+4 |
| | | | |||||
| * | | Fix namings | Leonid Logvinov | 2017-11-15 | 1 | -2/+2 |
| | | | |||||
| * | | Fix tests | Leonid Logvinov | 2017-11-14 | 1 | -12/+11 |
| | | | |||||
| * | | Add a test for rounding error | Leonid Logvinov | 2017-11-14 | 1 | -0/+23 |
| | | | |||||
| * | | Add assertions for fillableTakerAmount | Leonid Logvinov | 2017-11-14 | 1 | -72/+82 |
| | | | |||||
| * | | 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 |
| | | | |||||
* | | | re-add commonjs build | Fabio Berger | 2017-11-15 | 1 | -1/+1 |
| | | | |||||
* | | | Publish | Fabio Berger | 2017-11-15 | 1 | -2/+2 |
| | | | | | | | | | | | | - 0x.js@0.25.1 | ||||
* | | | Publish | Fabio Berger | 2017-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | - 0x.js@0.25.0 | ||||
* | | | Publish | Fabio Berger | 2017-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | - 0x.js@0.24.0 |