Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comments | Leonid Logvinov | 2017-12-19 | 2 | -2/+2 |
| | |||||
* | Fix linter issues | Leonid Logvinov | 2017-12-19 | 3 | -4/+4 |
| | |||||
* | Rename SubscriptionOpts to BlockRange | Leonid Logvinov | 2017-12-19 | 9 | -33/+34 |
| | |||||
* | Merge pull request #267 from 0xProject/refactor/passInEtherTokenAddress | Fabio Berger | 2017-12-19 | 10 | -50/+40 |
|\ | | | | | Refactor EtherToken wrapper to accept address in method args | ||||
| * | Add additional public changes introduced to changelog | Fabio Berger | 2017-12-19 | 1 | -1/+3 |
| | | |||||
| * | Add entry to CHANGELOG | Fabio Berger | 2017-12-17 | 1 | -0/+4 |
| | | |||||
| * | Modify the etherToken wrapper methods to accept an etherTokenAddress as the ↵ | Fabio Berger | 2017-12-17 | 6 | -46/+21 |
| | | | | | | | | first arg. Since it is becoming apparent we will be updating the canonical WETH contract, we want users of 0x.js to be able to interact with n number of etherTokens without re-instantiating for each one. | ||||
| * | Fix documentation issue where `unsubscribeAll` shown as method on every ↵ | Fabio Berger | 2017-12-17 | 3 | -4/+13 |
| | | | | | | | | contractWrapper instance even though it's only used by Exchange and Token wrappers. | ||||
* | | Move web3 import after subprovider imports in test web3_factory | Brandon Millman | 2017-12-18 | 2 | -4/+10 |
|/ | |||||
* | Fix redundant spaces | Leonid Logvinov | 2017-12-16 | 2 | -6/+6 |
| | |||||
* | Fix tests | Leonid Logvinov | 2017-12-15 | 1 | -0/+1 |
| | |||||
* | Fix 0x.js unused vars | Leonid Logvinov | 2017-12-15 | 25 | -94/+13 |
| | |||||
* | Add a newline | Leonid Logvinov | 2017-12-15 | 1 | -1/+2 |
| | |||||
* | Name a variable | Leonid Logvinov | 2017-12-15 | 1 | -1/+2 |
| | |||||
* | Fix a conditional | Leonid Logvinov | 2017-12-15 | 1 | -5/+1 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2017-12-14 | 3 | -3/+3 |
| | |||||
* | Add a function to init token balances | Leonid Logvinov | 2017-12-14 | 2 | -4/+30 |
| | |||||
* | Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens | Leonid Logvinov | 2017-12-14 | 4 | -11/+14 |
| | |||||
* | Add DummyToken to gitignore | Leonid Logvinov | 2017-12-14 | 1 | -0/+1 |
| | |||||
* | Add DummyToken to artifacts list | Leonid Logvinov | 2017-12-14 | 1 | -0/+2 |
| | |||||
* | Increase mocha timeout | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Add DummyToken to artifacts list | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Update addresses and add DummyToken artifact | Leonid Logvinov | 2017-12-14 | 5 | -4/+27 |
| | |||||
* | Fix CI build | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Move shared types to types package | Leonid Logvinov | 2017-12-14 | 3 | -29/+7 |
| | |||||
* | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 22 | -163/+28 |
| | |||||
* | Move 0x.js temnplates to 0x.js instead of having them as a separate package | Leonid Logvinov | 2017-12-14 | 6 | -0/+103 |
| | |||||
* | Remove generated contracts and ignore them. Add a prebuild command to ↵ | Leonid Logvinov | 2017-12-14 | 7 | -2165/+8 |
| | | | | regenerate them | ||||
* | Rename blockAndLogStreamer to blockAndLogStreamerIfExists | Leonid Logvinov | 2017-12-12 | 1 | -14/+18 |
| | |||||
* | Publishwebsite@0.0.2contracts@2.0.0abi-gen-templates@0.0.2@0xproject/web3-wrapper@0.1.0@0xproject/utils@0.1.0@0xproject/types@0.1.0@0xproject/tslint-config@0.2.1@0xproject/subproviders@0.1.0@0xproject/monorepo-scripts@0.1.0@0xproject/json-schemas@0.6.10@0xproject/connect@0.3.0@0xproject/assert@0.0.7@0xproject/abi-gen@0.0.20x.js@0.27.2 | Brandon Millman | 2017-12-09 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | - 0x.js@0.27.2 - abi-gen-templates@0.0.2 - @0xproject/abi-gen@0.0.2 - @0xproject/assert@0.0.7 - @0xproject/connect@0.3.0 - contracts@2.0.0 - @0xproject/json-schemas@0.6.10 - @0xproject/monorepo-scripts@0.1.0 - @0xproject/subproviders@0.1.0 - @0xproject/tslint-config@0.2.1 - @0xproject/types@0.1.0 - @0xproject/utils@0.1.0 - @0xproject/web3-wrapper@0.1.0 - website@0.0.2 | ||||
* | Add scope to abi-gen dependency in 0x.js | Brandon Millman | 2017-12-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-09 | 22 | -269/+77 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update README.md Inline network module Stop supporting different file extensions in abi-gen Refactor networkId out of web3Wrapper Update connect types in preperation for publishing Fix CI command Address feedback Refactor web3Wrapper to a separate package # Conflicts: # package.json # packages/website/ts/blockchain.ts | ||||
| * | Refactor networkId out of web3Wrapper | Leonid Logvinov | 2017-12-08 | 9 | -21/+29 |
| | | |||||
| * | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 22 | -251/+51 |
| | | |||||
* | | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-07 | 1 | -7/+7 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Inline function Introduce a const Make private Add version matcher script Use same versions of dependencies everywhere Add missing await Move declaration into proper conditional block Fix Party element so that an identicon's height is that which was passed in # Conflicts: # packages/website/package.json # yarn.lock | ||||
| * | Use same versions of dependencies everywhere | Leonid Logvinov | 2017-12-06 | 1 | -8/+8 |
| | | |||||
* | | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-06 | 21 | -301/+2316 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (50 commits) Add PR number to changelog Address feedback Add requestId to subscription messages and update json-schemas Remove isomorphic-fetch types from contracts package Update README Regenerate files Make it private Change package name Update README Make fileExtension configurable Rename abi-gen to typed-contracts Add docs for typed-contracts Remove TODOs Introduce separate ContextData type and rework it Check ABI is defined Introduce a const for 'contract.mustache' Improve error message Reuse util Fix a typo Introduce a const for 'function' ... # Conflicts: # yarn.lock | ||||
| * | Address feedback | Leonid Logvinov | 2017-12-06 | 1 | -1/+1 |
| | | |||||
| * | Regenerate files | Leonid Logvinov | 2017-12-06 | 5 | -5/+5 |
| | | |||||
| * | Make fileExtension configurable | Leonid Logvinov | 2017-12-06 | 1 | -1/+1 |
| | | |||||
| * | Rename abi-gen to typed-contracts | Leonid Logvinov | 2017-12-06 | 6 | -13/+13 |
| | | |||||
| * | Remove TODOs | Leonid Logvinov | 2017-12-05 | 1 | -2/+0 |
| | | |||||
| * | Fix a comment | Leonid Logvinov | 2017-12-05 | 1 | -5/+5 |
| | | |||||
| * | Add a comment | Leonid Logvinov | 2017-12-05 | 1 | -0/+1 |
| | | |||||
| * | Fix a typo | Leonid Logvinov | 2017-12-05 | 1 | -1/+1 |
| | | |||||
| * | Update comment | Leonid Logvinov | 2017-12-02 | 5 | -5/+5 |
| | | |||||
| * | Add comments before generated contracts | Leonid Logvinov | 2017-12-02 | 5 | -0/+20 |
| | | |||||
| * | Use our promisify | Leonid Logvinov | 2017-12-02 | 3 | -18/+23 |
| | | |||||
| * | Make target optional | Leonid Logvinov | 2017-12-02 | 1 | -1/+1 |
| | | |||||
| * | Remove es6-promisify | Leonid Logvinov | 2017-12-02 | 2 | -7/+0 |
| | | |||||
| * | Remove all contract wrapper | Leonid Logvinov | 2017-12-02 | 1 | -98/+0 |
| | | |||||
| * | Add async prefix | Leonid Logvinov | 2017-12-02 | 1 | -1/+1 |
| | | |||||
| * | Adjust 0x.js to use generated wrappers | Leonid Logvinov | 2017-12-02 | 7 | -24/+43 |
| | | |||||
| * | Remove old contract typings | Leonid Logvinov | 2017-12-02 | 1 | -154/+11 |
| | | |||||
| * | Add depencies and a command to generate contract wrappers | Leonid Logvinov | 2017-12-02 | 1 | -0/+3 |
| | | |||||
| * | Add promisify | Leonid Logvinov | 2017-12-02 | 1 | -0/+24 |
| | | |||||
| * | Add class utils | Leonid Logvinov | 2017-12-02 | 1 | -0/+17 |
| | | |||||
| * | Add generated contract wrappers | Leonid Logvinov | 2017-12-02 | 6 | -0/+2176 |
| | | |||||
* | | Move testrpc to top-level package.json and standardize some versions | Fabio Berger | 2017-12-05 | 1 | -2/+1 |
|/ | |||||
* | Publish | Leonid Logvinov | 2017-11-29 | 1 | -1/+1 |
| | | | | | | - 0x.js@0.27.1 - @0xproject/connect@0.1.2 - website@0.0.0 | ||||
* | Export TransactionOpts type | Leonid Logvinov | 2017-11-29 | 2 | -0/+5 |
| | |||||
* | Publish | Leonid Logvinov | 2017-11-29 | 1 | -4/+4 |
| | | | | | | | | | - 0x.js@0.27.0 - @0xproject/assert@0.0.6 - @0xproject/connect@0.1.1 - @0xproject/json-schemas@0.6.9 - @0xproject/tslint-config@0.2.0 - website@0.0.0 | ||||
* | Update CHANGELOG | Leonid Logvinov | 2017-11-29 | 1 | -2/+2 |
| | |||||
* | Merge pull request #235 from 0xProject/feature/gasPriceGasLimit | Leonid | 2017-11-29 | 12 | -152/+170 |
|\ | | | | | Add optional config for gasPrice and gasLimit for every transaction sending method | ||||
| * | Improve the comment | Leonid Logvinov | 2017-11-29 | 1 | -1/+3 |
| | | |||||
| * | Add CHANGELOG comment | Leonid Logvinov | 2017-11-29 | 1 | -0/+1 |
| | | |||||
| * | Add a HACK comment | Leonid Logvinov | 2017-11-29 | 1 | -0/+3 |
| | | |||||
| * | Normalise subprovider names | Leonid Logvinov | 2017-11-29 | 3 | -6/+6 |
| | | |||||
| * | Remove a comment | Leonid Logvinov | 2017-11-29 | 1 | -1/+0 |
| | | |||||
| * | Fix a typo | Leonid Logvinov | 2017-11-29 | 1 | -1/+1 |
| | | |||||
| * | Pin testrpc version | Leonid Logvinov | 2017-11-29 | 1 | -1/+1 |
| | | |||||
| * | Remove gas params from tests | Leonid Logvinov | 2017-11-29 | 1 | -6/+0 |
| | | |||||
| * | Add fake gas estimate suprovider for tests | Leonid Logvinov | 2017-11-29 | 5 | -3/+37 |
| | | |||||
| * | Fix tests | Leonid Logvinov | 2017-11-28 | 1 | -0/+5 |
| | | |||||
| * | Fix a comment | Leonid Logvinov | 2017-11-28 | 1 | -4/+4 |
| | | |||||
| * | Fix tests | Leonid Logvinov | 2017-11-28 | 1 | -0/+1 |
| | | |||||
| * | Increase gas margin | Leonid Logvinov | 2017-11-28 | 1 | -2/+1 |
| | | |||||
| * | Fix defaults for shouldValidate | Leonid Logvinov | 2017-11-28 | 1 | -7/+21 |
| | | |||||
| * | Update MAX_REASONABLE_GAS_COST_IN_WEI | Leonid Logvinov | 2017-11-28 | 1 | -1/+1 |
| | | |||||
| * | Add gas margin and remove undefined values | Leonid Logvinov | 2017-11-28 | 1 | -10/+14 |
| | | |||||
| * | Update testrpc | Leonid Logvinov | 2017-11-28 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
* | | Change interval to 1h | Leonid Logvinov | 2017-11-29 | 1 | -1/+1 |
| | | |||||
* | | Rename | Leonid Logvinov | 2017-11-29 | 1 | -2/+2 |
| | | |||||
* | | Add ifExists to cleanupJobInterval | Leonid Logvinov | 2017-11-29 | 1 | -4/+4 |
| | | |||||
* | | Add a cleanup job to an order watcher | Leonid Logvinov | 2017-11-29 | 2 | -2/+46 |
| | | |||||
* | | Last remaining website fixes | Fabio Berger | 2017-11-28 | 2 | -2/+2 |
|/ | |||||
* | 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 | 13 | -41/+49 |
|\ | |||||
| * | Merge pull request #240 from 0xProject/fix/websiteMdDirectory | Brandon Millman | 2017-11-28 | 2 | -2/+3 |
| |\ | | | | | | | 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 | 2 | -2/+3 |
| | | | |||||
| * | | Add link to Provider explanation | Fabio Berger | 2017-11-28 | 1 | -1/+2 |
| |/ | |||||
| * | Update CHANGELOG.md | Fabio Berger | 2017-11-24 | 1 | -0/+1 |
| | | |||||
| * | Add validation fix to changelog | Fabio Berger | 2017-11-24 | 1 | -0/+1 |
| | | |||||
| * | 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 | ||||
| * | | 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 | ||||
* | | | 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 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | Fix the imports order | Leonid Logvinov | 2017-11-24 | 25 | -1550/+201 |
| | | | |||||
* | | | Enable some new linter rules and fix the issues | Leonid Logvinov | 2017-11-24 | 11 | -159/+162 |
| | | | |||||
* | | | Auto-fix linter errors | Leonid Logvinov | 2017-11-24 | 27 | -147/+184 |
| | | | |||||
* | | | 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 | 7 | -29/+41 |
| | | | |||||
* | | | 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 |
| |/ |/| | |||||
* | | 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 |
|/ | |||||
* | 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 |
| | | |||||
* | | 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 | 16 | -82/+427 |
|\ \ | |||||
| * | | Publish | Brandon Millman | 2017-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | - 0x.js@0.26.1 - @0xproject/connect@0.1.0 | ||||
| * | | Revert "Publish" | Fabio Berger | 2017-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | This reverts commit 6a8717b29407b75cd03ca85b890fa8f34527accc. | ||||
| * | | Publish | Fabio Berger | 2017-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | - 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 |
| | | | |||||
| * | | 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 | 4 | -12/+44 |
| |\ \ | |||||
| | * | | Fix tests | Leonid Logvinov | 2017-11-22 | 1 | -1/+1 |
| | | | | |||||
| | * | | Publish | Leonid Logvinov | 2017-11-22 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | This reverts commit 41315827c145fec564152e2f0cb3e986cb06c696. | ||||
| | * | | Publish | Leonid Logvinov | 2017-11-22 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| | * | | 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 | 19 | -140/+256 |
| |\| | |||||
| | * | 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 | 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 |
| | | | | | |||||
| | * | | | Small fixes | Fabio Berger | 2017-11-18 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merge branch 'development' into feature/publishLifecycleScripts | Fabio Berger | 2017-11-18 | 6 | -23/+17 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 branch 'development' into syncSubscribe | Jacob Evans | 2017-11-16 | 15 | -92/+149 |
| | | |\| | |||||
| | | * | | 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 |
| | | | | | |||||
| | * | | | Put release name generation into postpublish_utils | Fabio Berger | 2017-11-18 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | 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 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Get package name from package.json | Fabio Berger | 2017-11-18 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | remove unused imports | Fabio Berger | 2017-11-18 | 1 | -2/+0 |
| | | | | | |||||
| | * | | | Move most of code for getting latest tag/version and calling publish_release ↵ | Fabio Berger | 2017-11-18 | 2 | -47/+8 |
| | | | | | | | | | | | | | | | | | | | | 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 |
| | | | | | |||||
| | * | | | 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 | 1 | -4/+20 |
| | | | | | |||||
| | * | | | 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 | 2 | -19/+59 |
| | | | | | |||||
| | * | | | WIP | Brandon Millman | 2017-11-16 | 2 | -7/+39 |
| | | | | | |||||
| * | | | | Remove custom heap and use bintrees | Leonid Logvinov | 2017-11-21 | 4 | -103/+17 |
| | | | | | |||||
| * | | | | 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 |
| | | | |