Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add initial implementation for public order validation functions | Leonid Logvinov | 2017-08-24 | 1 | -48/+77 |
| | |||||
* | Merge pull request #131 from 0xProject/addTokenRegistryMethod | Fabio Berger | 2017-08-24 | 1 | -12/+26 |
|\ | | | | | Add public method to TokenRegistry | ||||
| * | rename method for clarity since we return a Token and not tokenMetadata | Fabio Berger | 2017-08-24 | 1 | -2/+2 |
| | | |||||
| * | Add assertion to public method | Fabio Berger | 2017-08-24 | 1 | -0/+3 |
| | | |||||
| * | Add public method `getTokenMetadataIfExistsAsync` to TokenRegistry wrapper, ↵ | Fabio Berger | 2017-08-23 | 1 | -12/+23 |
| | | | | | | | | refactor `getTokensAsync` to use `getTokenMetadataIfExistsAsync` under the hood and added unit tests | ||||
* | | Return variable instead of expression | Fabio Berger | 2017-08-23 | 2 | -2/+4 |
| | | |||||
* | | Add getContractAddressAsync public method to proxy instance | Fabio Berger | 2017-08-23 | 1 | -0/+9 |
|/ | |||||
* | Fix the docs for shouldThrowOnInsufficientBalanceOrAllowance | Leonid Logvinov | 2017-08-22 | 1 | -4/+6 |
| | |||||
* | Rename internally Proxy to TokenTransferProxy | Leonid Logvinov | 2017-08-22 | 4 | -47/+47 |
| | |||||
* | Include variableName in error message for checksummed address | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | Reject checksummed addresses | Leonid Logvinov | 2017-08-22 | 2 | -1/+5 |
| | |||||
* | Update testrpc snapshot and testrpc artifacts | Fabio Berger | 2017-08-21 | 5 | -38/+38 |
| | |||||
* | Update artifacts and rename proxy to tokenTransferProxy | Fabio Berger | 2017-08-21 | 6 | -216/+247 |
| | |||||
* | Merge pull request #118 from 0xProject/artifacts-update | Fabio Berger | 2017-08-21 | 9 | -515/+399 |
|\ | | | | | Update artifacts with the latest mainnet version | ||||
| * | Remove url from token registry | Leonid Logvinov | 2017-08-15 | 3 | -17/+4 |
| | | |||||
| * | Update testrpc artifacts | Leonid Logvinov | 2017-08-15 | 3 | -3/+3 |
| | | |||||
| * | --no-edit | Leonid Logvinov | 2017-08-15 | 1 | -1/+1 |
| | | |||||
| * | Update Exchange artifacts and adjust ExchangeWrapper | Leonid Logvinov | 2017-08-15 | 3 | -94/+89 |
| | | |||||
| * | Update TokenRegistry artifacts | Leonid Logvinov | 2017-08-15 | 1 | -205/+245 |
| | | |||||
| * | Update EtherToken artifacts | Leonid Logvinov | 2017-08-15 | 1 | -8/+59 |
| | | |||||
| * | Update Token artifacts | Leonid Logvinov | 2017-08-15 | 1 | -2/+2 |
| | | |||||
| * | Remove Mintable artifacts | Leonid Logvinov | 2017-08-15 | 1 | -189/+0 |
| | | |||||
* | | Add JSONRPCPayload type and remove unused import | Leonid Logvinov | 2017-08-17 | 2 | -3/+8 |
| | | |||||
* | | remove unnecessary assertion and add regression test | Fabio Berger | 2017-08-17 | 1 | -1/+0 |
| | | |||||
* | | remove unneeded assertion from _isRoundingErrorAsync since one can make ↵ | Fabio Berger | 2017-08-17 | 1 | -1/+0 |
| | | | | | | | | static calls without an available address | ||||
* | | Remove isUserAddressAvailable assertion from getBalanceAsync and add ↵ | Fabio Berger | 2017-08-17 | 2 | -1/+25 |
|/ | | | | regression test | ||||
* | Simplify order checks | Leonid Logvinov | 2017-07-26 | 1 | -30/+18 |
| | |||||
* | Store tokenWrapper inside of OrdervalidationUtils | Leonid Logvinov | 2017-07-26 | 2 | -23/+29 |
| | |||||
* | Remove and from names | Leonid Logvinov | 2017-07-26 | 2 | -6/+6 |
| | |||||
* | Remove unused imports | Leonid Logvinov | 2017-07-26 | 6 | -11/+0 |
| | |||||
* | Cover all possible branches of order validation errors with tests | Leonid Logvinov | 2017-07-26 | 1 | -11/+8 |
| | |||||
* | Refactor OrderValidationUtils to check for the case when ZRX is one of the ↵ | Leonid Logvinov | 2017-07-26 | 2 | -55/+81 |
| | | | | tokens traded | ||||
* | Pass tokenWrapper to ↵ | Leonid Logvinov | 2017-07-26 | 2 | -12/+12 |
| | | | | validateFillOrderBalancesAndAllowancesAndThrowIfInvalidAsync | ||||
* | Move _validateFillOrderBalancesAndAllowancesAndThrowIfInvalidAsync to ↵ | Leonid Logvinov | 2017-07-26 | 2 | -63/+70 |
| | | | | orderValidationUtils | ||||
* | Add ethereumjs-utils types | Leonid Logvinov | 2017-07-22 | 1 | -11/+0 |
| | |||||
* | Add bn.js types | Leonid Logvinov | 2017-07-22 | 2 | -2/+1 |
| | |||||
* | Add a comment explaining any | Leonid Logvinov | 2017-07-12 | 1 | -1/+2 |
| | |||||
* | Add forgotten meger conflict resolution | Leonid Logvinov | 2017-07-12 | 1 | -19/+0 |
| | |||||
* | Use PascalCase names as string enum keys | Leonid Logvinov | 2017-07-12 | 9 | -87/+114 |
| | |||||
* | Migrate to using native string enums | Leonid Logvinov | 2017-07-12 | 1 | -67/+50 |
| | |||||
* | Make getOrderHashHex static | Leonid Logvinov | 2017-07-12 | 1 | -10/+10 |
| | |||||
* | Fix the comment | Leonid Logvinov | 2017-07-12 | 1 | -1/+3 |
| | |||||
* | Migrate to using a single Exchange contract | Leonid Logvinov | 2017-07-12 | 3 | -110/+40 |
| | |||||
* | Remove exchange artifacts by name | Leonid Logvinov | 2017-07-12 | 1 | -6/+0 |
| | |||||
* | Flatten artifacts | Leonid Logvinov | 2017-07-12 | 1 | -0/+0 |
| | |||||
* | Add the source for the schema | Leonid | 2017-07-12 | 1 | -0/+1 |
| | |||||
* | Use custom Schema types | Leonid Logvinov | 2017-07-12 | 2 | -14/+13 |
| | |||||
* | Add jsonschema Schema declaration | Leonid Logvinov | 2017-07-12 | 1 | -0/+48 |
| | |||||
* | Fix a typo | Leonid Logvinov | 2017-07-11 | 1 | -4/+4 |
| | |||||
* | Fix a typo in comment | Leonid Logvinov | 2017-07-11 | 1 | -2/+2 |
| | |||||
* | Rename shouldCheckTransfer to shouldThrowOnInsufficientBalanceOrAllowance | Leonid Logvinov | 2017-07-11 | 1 | -10/+11 |
| | |||||
* | Simplify BigNumber hack | Leonid Logvinov | 2017-07-11 | 1 | -5/+2 |
| | |||||
* | Migrate the rest of the artifacts | Leonid Logvinov | 2017-07-11 | 1 | -184/+40 |
| | |||||
* | Change arguments order at isRoundingError | Leonid Logvinov | 2017-07-11 | 1 | -3/+3 |
| | |||||
* | Migrate events | Leonid Logvinov | 2017-07-11 | 3 | -23/+24 |
| | |||||
* | Migrate constructor arguments | Leonid Logvinov | 2017-07-11 | 1 | -2/+2 |
| | |||||
* | Migrate fillOrKillOrder | Leonid Logvinov | 2017-07-11 | 3 | -14/+15 |
| | |||||
* | Migrate ZRX_TOKEN_AMOUNT | Leonid Logvinov | 2017-07-11 | 3 | -3/+3 |
| | |||||
* | Migrate getUnavailableTakerTokenAmount | Leonid Logvinov | 2017-07-11 | 3 | -6/+6 |
| | |||||
* | Migrate PROXY_CONTRACT | Leonid Logvinov | 2017-07-11 | 1 | -1/+1 |
| | |||||
* | Migrate batchFillOrKillOrders | Leonid Logvinov | 2017-07-11 | 3 | -10/+11 |
| | |||||
* | Migrate batchFillOrders | Leonid Logvinov | 2017-07-11 | 3 | -24/+31 |
| | |||||
* | Migrate fillOrder | Leonid Logvinov | 2017-07-11 | 3 | -29/+35 |
| | |||||
* | Migrate fillOrdersUpTo and remove min | Leonid Logvinov | 2017-07-11 | 3 | -44/+26 |
| | |||||
* | Migrate batchCancelOrders | Leonid Logvinov | 2017-07-11 | 3 | -10/+11 |
| | |||||
* | Migrate getPartialAmount | Leonid Logvinov | 2017-07-11 | 1 | -3/+3 |
| | |||||
* | Migrate cencelOrder | Leonid Logvinov | 2017-07-11 | 3 | -15/+16 |
| | |||||
* | Revert "Migrate isRoundingError parameter changes" | Leonid Logvinov | 2017-07-11 | 3 | -9/+9 |
| | | | | This reverts commit 9a200c67210599faf5eb735893abae99f72a4d1f. | ||||
* | Revert "Rename ZRX to ZRX_TOKEN_CONTRACT" | Leonid Logvinov | 2017-07-11 | 3 | -28/+2 |
| | | | | This reverts commit 6f0b8a185b6fcf58b7427fb907599dbc82c10eaf. | ||||
* | Update binaries and timestamps | Leonid Logvinov | 2017-07-11 | 1 | -4/+4 |
| | |||||
* | Migrate isRoundingError parameter changes | Leonid Logvinov | 2017-07-11 | 3 | -9/+9 |
| | |||||
* | Rename ZRX to ZRX_TOKEN_CONTRACT | Leonid Logvinov | 2017-07-11 | 3 | -2/+28 |
| | |||||
* | Add contracts artifacts for contracts that didn't change | Leonid Logvinov | 2017-07-11 | 5 | -13/+17 |
| | |||||
* | Merge pull request #100 from 0xProject/improveSignOrder | Fabio Berger | 2017-07-08 | 2 | -29/+48 |
|\ | | | | | Improve signOrderHashAsync | ||||
| * | Move private helper methods into signatureUtils so that they don't show up ↵ | Fabio Berger | 2017-07-08 | 2 | -24/+30 |
| | | | | | | | | in the ZeroEx classes auto-complete list | ||||
| * | Remove duplication of 27, 28 v values | Fabio Berger | 2017-07-08 | 1 | -4/+5 |
| | | |||||
| * | Modify signOrderHashAsync to parse the signatureHex string as V + R + S AND ↵ | Fabio Berger | 2017-07-08 | 1 | -29/+41 |
| | | | | | | | | R + S + V and check both for a valid signature in order to fix the issue of different nodes returning it differently | ||||
* | | Refactor net_version caching logic | Leonid Logvinov | 2017-07-08 | 1 | -10/+10 |
| | | |||||
* | | Merge branch 'master' into cache_net_version | Leonid | 2017-07-08 | 1 | -3/+3 |
|\ \ | |||||
| * | | Rename batchCancelOrderAsync to batchCancelOrdersAsync | Leonid Logvinov | 2017-07-08 | 1 | -1/+1 |
| | | | |||||
| * | | Rename batchFillOrderAsync to batchFillOrdersAsync | Leonid Logvinov | 2017-07-08 | 1 | -2/+2 |
| |/ | |||||
* / | Cache networkId in web3Wrapper | Leonid Logvinov | 2017-07-07 | 1 | -5/+12 |
|/ | |||||
* | Inline _isExchangeContractAddressProxyAuthorizedAsync | Leonid Logvinov | 2017-07-07 | 1 | -5/+1 |
| | |||||
* | Fix comments to use web3 provider instead of web3 instance | Leonid Logvinov | 2017-07-07 | 2 | -7/+8 |
| | |||||
* | Move zeroEx.exchange.getAvailableContractAddressesAsync to ↵ | Leonid Logvinov | 2017-07-06 | 2 | -46/+45 |
| | | | | zeroEx.getAvailableExchangeContractAddressesAsync and zeroEx.exchange.getProxyAuthorizedContractAddressesAsync to zeroEx.getProxyAuthorizedExchangeContractAddressesAsync | ||||
* | Add order hash schema | Leonid Logvinov | 2017-07-05 | 1 | -0/+5 |
| | |||||
* | Rearrange methods in event utils | Leonid Logvinov | 2017-07-05 | 1 | -13/+13 |
| | |||||
* | Add underscore in front of _getBigNumberWrappingEventCallback | Leonid Logvinov | 2017-07-05 | 1 | -2/+2 |
| | |||||
* | Use string template | Leonid Logvinov | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Make all fields of subscriptionOpts schema optional | Leonid Logvinov | 2017-07-05 | 1 | -1/+0 |
| | |||||
* | move order hash schema to a separate file | Leonid Logvinov | 2017-07-05 | 4 | -9/+6 |
| | |||||
* | Fix order schema (add exchangeContractAddress) | Leonid Logvinov | 2017-07-05 | 1 | -1/+2 |
| | |||||
* | Fix the bug when didn't invalidate etherToken contract instance | Leonid Logvinov | 2017-07-05 | 2 | -0/+4 |
| | |||||
* | Make this.proxy.invalidateContractInstance and ↵ | Leonid Logvinov | 2017-07-05 | 3 | -8/+8 |
| | | | | this.tokenRegistry.invalidateContractInstance private | ||||
* | Make invalidateContractInstancesAsync private on exchange and token | Leonid Logvinov | 2017-07-05 | 3 | -10/+10 |
| | |||||
* | Add parameter validation for subscribeAsync | Leonid Logvinov | 2017-07-05 | 2 | -0/+10 |
| | |||||
* | Add assert.doesBelongToStringEnum | Leonid Logvinov | 2017-07-05 | 1 | -0/+11 |
| | |||||
* | Add StringEnum type | Leonid Logvinov | 2017-07-05 | 1 | -1/+4 |
| | |||||
* | Use orderHashSchema to validate order hash | Leonid Logvinov | 2017-07-05 | 4 | -14/+9 |
| | |||||
* | Refactor event tests | Leonid Logvinov | 2017-07-05 | 1 | -4/+0 |
| | |||||
* | Add tests for order hash Schema | Leonid Logvinov | 2017-07-05 | 1 | -0/+6 |
| | |||||
* | Add orderHashSchema | Leonid Logvinov | 2017-07-04 | 2 | -1/+8 |
| | |||||
* | Register new schemas within schema validator | Leonid Logvinov | 2017-07-04 | 1 | -0/+5 |
| | |||||
* | Add index_filter_values_schema.ts and subscription_opts_schema.ts | Leonid Logvinov | 2017-07-04 | 2 | -0/+32 |
| | |||||
* | Make IndexedFilterValues type scricter | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
| | |||||
* | Fix comments | Leonid Logvinov | 2017-07-04 | 2 | -7/+6 |
| | |||||
* | Merge branch 'master' into subscribe-token | Leonid | 2017-07-04 | 4 | -9/+26 |
|\ | |||||
| * | Merge pull request #89 from 0xProject/proxy | Leonid | 2017-07-04 | 4 | -9/+26 |
| |\ | | | | | | | Add zeroEx.proxy | ||||
| | * | Use call instead of use in the comments | Leonid Logvinov | 2017-07-04 | 2 | -6/+6 |
| | | | |||||
| | * | Fix the comment | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
| | | | |||||
| | * | Add zeroEx.proxy.getAuthorizedAddressesAsync and tests | Leonid Logvinov | 2017-07-04 | 2 | -0/+13 |
| | | | |||||
| | * | Make proxy wrapper public on zeroEx instance | Leonid Logvinov | 2017-07-04 | 1 | -4/+8 |
| | | | |||||
* | | | Add initial implementation and tests for zeroEx.token.subscribeAsync | Leonid Logvinov | 2017-07-04 | 6 | -36/+128 |
|/ / | |||||
* | | Rename _wrapEventCallback to _getBigNumberWrappingEventCallback | Leonid Logvinov | 2017-07-04 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into wrap-log-bignumber | Leonid | 2017-07-04 | 15 | -104/+348 |
|\| | |||||
| * | Merge branch 'master' into add-exchange-address-to-order-struct | Leonid | 2017-07-04 | 2 | -2/+6 |
| |\ | |||||
| | * | Fix test failures caused by testrpc new eth_sign behaviour | Leonid Logvinov | 2017-07-01 | 2 | -2/+6 |
| | | | |||||
| * | | Stop passing exchangeContractAddress to utils.getOrderHashHex | Leonid Logvinov | 2017-07-04 | 3 | -10/+5 |
| | | | |||||
| * | | Await ZRX call | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
| | | | |||||
| * | | Fix the comment | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
| | | | |||||
| * | | Rename invalidateContractInstanceAsync to invalidateContractInstancesAsync | Leonid Logvinov | 2017-07-04 | 2 | -2/+2 |
| | | | |||||
| * | | Fix _getProxyContractAsync function name | Leonid Logvinov | 2017-07-04 | 1 | -2/+2 |
| | | | |||||
| * | | Fix comment | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
| | | | |||||
| * | | Fix comment | Leonid Logvinov | 2017-07-01 | 1 | -1/+1 |
| | | | |||||
| * | | Remove constructor | Leonid Logvinov | 2017-07-01 | 1 | -3/+0 |
| | | | |||||
| * | | Fix proxy comment | Leonid Logvinov | 2017-07-01 | 1 | -1/+1 |
| | | | |||||
| * | | Fix naming | Leonid Logvinov | 2017-07-01 | 1 | -2/+3 |
| | | | |||||
| * | | Fix a typo in authorized | Leonid Logvinov | 2017-07-01 | 1 | -3/+3 |
| | | | |||||
| * | | Fix a bug in getProxyAuthorizedContractAddressesAsync | Leonid Logvinov | 2017-07-01 | 1 | -2/+7 |
| | | | |||||
| * | | Move schema assertion up to prevent the _.map failure | Leonid Logvinov | 2017-07-01 | 1 | -1/+1 |
| | | | |||||
| * | | Fix a typo in authorized | Leonid Logvinov | 2017-06-30 | 2 | -2/+2 |
| | | | |||||
| * | | Rename _proxy to _proxyWrapper | Leonid Logvinov | 2017-06-30 | 1 | -4/+4 |
| | | | |||||
| * | | Implement getProxyAuthorizedContractAddressesAsync | Leonid Logvinov | 2017-06-30 | 1 | -0/+16 |
| | | | |||||
| * | | Store ProxyWrapper instance in ExchangeWrapper | Leonid Logvinov | 2017-06-30 | 1 | -1/+4 |
| | | | |||||
| * | | Add ProxyWrapper instance to zeroEx | Leonid Logvinov | 2017-06-30 | 1 | -1/+5 |
| | | | |||||
| * | | Add Proxy wrapper | Leonid Logvinov | 2017-06-30 | 1 | -0/+36 |
| | | | |||||
| * | | Add type for a ProxyContract | Leonid Logvinov | 2017-06-30 | 1 | -0/+6 |
| | | | |||||
| * | | Rename Exchange.json to Exchange_v1.json | Leonid Logvinov | 2017-06-30 | 2 | -1/+1 |
| | | | |||||
| * | | Factor out ZRXtokenAddress variable | Leonid Logvinov | 2017-06-30 | 1 | -1/+2 |
| | | | |||||
| * | | Rename ZeroExError.CONTRACT_DOES_NOT_EXIST to ↵ | Leonid Logvinov | 2017-06-30 | 2 | -1/+2 |
| | | | | | | | | | | | | ZeroExError.EXCHANGE_CONTRACT_DOES_NOT_EXIST | ||||
| * | | Fix a typo in a name | Leonid Logvinov | 2017-06-30 | 1 | -2/+2 |
| | | | |||||
| * | | Factor out exchangeArtifacts variable | Leonid Logvinov | 2017-06-30 | 1 | -1/+2 |
| | | | |||||
| * | | Check that artefacts by networkId are not undefined before getting the address | Leonid Logvinov | 2017-06-30 | 1 | -2/+5 |
| | | | |||||
| * | | Fix a typo in a name | Leonid Logvinov | 2017-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Fix a typo in a name | Leonid Logvinov | 2017-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Move schema assertion up to prevent the _.map failure | Leonid Logvinov | 2017-06-30 | 1 | -2/+2 |
| | | | |||||
| * | | Move schema assertion up to prevent the _.map failure | Leonid Logvinov | 2017-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Mve schema assertion up to prevent the _.map failure | Leonid Logvinov | 2017-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Make getOrderHashHex a non-async function | Leonid Logvinov | 2017-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Update contract artefacts | Leonid Logvinov | 2017-06-28 | 6 | -16/+125 |
| | | | |||||
| * | | Remove custom Schema type and use one from jsonschema | Leonid Logvinov | 2017-06-28 | 3 | -5/+2 |
| | | | |||||
| * | | Remove _getExchangeAddressAsync | Leonid Logvinov | 2017-06-27 | 2 | -11/+1 |
| | | | |||||
| * | | Allow multiple exchange versions t be functional at the same time | Leonid Logvinov | 2017-06-27 | 4 | -52/+127 |
| | | | |||||
| * | | Move exchange artifacts to an exchange subfolder | Leonid Logvinov | 2017-06-27 | 2 | -1/+1 |
| |/ | |||||
* | | Check for a BigNumber instance | Leonid Logvinov | 2017-07-04 | 1 | -1/+8 |
| | | |||||
* | | Use _.isString instead of instanceof | Leonid Logvinov | 2017-07-04 | 1 | -1/+1 |
| | | |||||
* | | Wrap all event args in a newer version of BigNumber and test it | Leonid Logvinov | 2017-07-02 | 2 | -1/+20 |
|/ | |||||
* | Additional EtherToken comment changes | Fabio Berger | 2017-06-27 | 1 | -10/+10 |
| | |||||
* | Improve EtherToken comments | Fabio Berger | 2017-06-27 | 1 | -10/+10 |
| | |||||
* | Merge pull request #81 from 0xProject/addWrappedETHSupport | Leonid | 2017-06-27 | 5 | -4/+99 |
|\ | | | | | Add Wrapped ETH Support | ||||
| * | refactor getBalanceInEthAsync to getBalanceInWeiAsync and change the test ↵ | Fabio Berger | 2017-06-27 | 2 | -7/+5 |
| | | | | | | | | assertions to check if the discrepancy between the existing ETH balance and expected balance is small enough to simply be the gas cost used by the transaction. | ||||
| * | Fix typo | Fabio Berger | 2017-06-27 | 2 | -2/+2 |
| | | |||||
| * | Implement EtherTokenWrapper and tests, with deposit and withdraw methods | Fabio Berger | 2017-06-26 | 4 | -0/+95 |
| | | |||||
| * | Add missing return comment | Fabio Berger | 2017-06-26 | 1 | -0/+1 |
| | | |||||
| * | Re-wrap BigNumber returned from web3 in `getBalanceInEthAsync` | Fabio Berger | 2017-06-26 | 1 | -1/+2 |
| | | |||||
* | | Add comment before declarations | Leonid Logvinov | 2017-06-23 | 1 | -1/+1 |
| | | |||||
* | | Add kovan integration tests | Leonid Logvinov | 2017-06-23 | 1 | -0/+8 |
|/ | |||||
* | Fix incorrect merge consequences | Leonid Logvinov | 2017-06-23 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into fill-order-amuont | Leonid | 2017-06-23 | 16 | -91/+682 |
|\ | |||||
| * | Update contracts | Leonid Logvinov | 2017-06-22 | 6 | -17/+622 |
| | | |||||
| * | Revert "Use different lodash import syntax which allows to include only used ↵ | Leonid | 2017-06-22 | 10 | -73/+60 |
| | | | | | | | | functions" | ||||
* | | Return filledTakerTokenAmount from fillOrdersUpToAsync | Leonid Logvinov | 2017-06-22 | 1 | -3/+10 |
| | | |||||
* | | Return cancelledAmount from cancelOrderAsync | Leonid Logvinov | 2017-06-22 | 1 | -1/+6 |
| | | |||||
* | | Fix return comment | Leonid Logvinov | 2017-06-22 | 1 | -1/+1 |
| | | |||||
* | | Return filledAmount from fillOrderAsync | Leonid Logvinov | 2017-06-21 | 1 | -1/+6 |
|/ | |||||
* | Rename Log*Args to Log*ContractEventArgs | Leonid Logvinov | 2017-06-21 | 2 | -5/+5 |
| | |||||
* | Fall back to import x = require() syntax | Leonid Logvinov | 2017-06-21 | 10 | -23/+23 |
| | |||||
* | Use different lodash import syntax which allows to include only used functions | Leonid Logvinov | 2017-06-21 | 10 | -60/+73 |
| | |||||
* | Add missing semi-colon | Fabio Berger | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | Add newline between type defs | Fabio Berger | 2017-06-20 | 1 | -0/+1 |
| | |||||
* | Improve comment | Fabio Berger | 2017-06-20 | 1 | -3/+3 |
| | |||||
* | Fix tslint issue | Fabio Berger | 2017-06-19 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of github.com:0xProject/0x.js | Fabio Berger | 2017-06-19 | 5 | -14/+53 |
|\ | |||||
| * | Rename LogErrorArgs to LogErrorEventArgs and EventArgs to ContractEventArgs | Leonid Logvinov | 2017-06-19 | 3 | -7/+7 |
| | | |||||
| * | Merge branch 'master' into event-types | Leonid | 2017-06-15 | 4 | -11/+17 |
| |\ | |||||
| | * | Switch back to using Web3.Provider, not Web3Provider in internal classes | Leonid Logvinov | 2017-06-15 | 1 | -4/+3 |
| | | | |||||
| | * | Add explaining comment for the web3Provider type | Leonid Logvinov | 2017-06-15 | 1 | -1/+5 |
| | | | |||||
| | * | Make ZeroEx constructor accept Web3Provider instead of Web3 instance | Leonid Logvinov | 2017-06-15 | 4 | -13/+16 |
| | | | |||||
| * | | Add actual type for contract event arguments | Leonid Logvinov | 2017-06-15 | 3 | -2/+36 |
| |/ | |||||
| * | Remove unused import | Leonid Logvinov | 2017-06-15 | 1 | -1/+0 |
| | | |||||
* | | Add and improve comments | Fabio Berger | 2017-06-16 | 4 | -17/+43 |
|/ | |||||
* | Remove types that are not used in public interface from export and rename ↵ | Leonid Logvinov | 2017-06-14 | 3 | -16/+12 |
| | | | | EventEmitter to ContractEventEmitter and IndexFilterValues to IndexedFilterValues | ||||
* | Rename ZeroExEvent to EventEmitter | Leonid Logvinov | 2017-06-13 | 3 | -14/+14 |
| | |||||
* | Bind watch function on an event | Leonid Logvinov | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | Refactor subscription to return zeroExSignature object | Leonid Logvinov | 2017-06-13 | 4 | -18/+35 |
| | |||||
* | Add getContractAddressAsync and tests | Leonid Logvinov | 2017-06-13 | 1 | -0/+9 |
| | |||||
* | Export DoneCallback | Leonid Logvinov | 2017-06-13 | 1 | -0/+1 |
| | |||||
* | Introduce index.ts file which defines public interface | Leonid Logvinov | 2017-06-13 | 1 | -0/+24 |
| | |||||
* | Change main file name from 0x.js.ts to 0x.ts | Leonid Logvinov | 2017-06-12 | 1 | -0/+0 |
| | |||||
* | Duplicate truffle contracts types | Leonid Logvinov | 2017-06-11 | 2 | -1/+9 |
| | |||||
* | Add type references | Leonid Logvinov | 2017-06-11 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into private | Leonid | 2017-06-11 | 5 | -36/+85 |
|\ | |||||
| * | Merge pull request #60 from 0xProject/error-decorator | Fabio Berger | 2017-06-11 | 4 | -0/+49 |
| |\ | | | | | | | Add initial error handling decorator implementation | ||||
| | * | Merge branch 'master' into error-decorator | Leonid | 2017-06-10 | 4 | -24/+139 |
| | |\ | |||||
| | * | | Add initial error handling decorator implementation | Leonid Logvinov | 2017-06-10 | 4 | -0/+49 |
| | | | | |||||
| * | | | Remove Hex suffix from public functions parameters names | Leonid Logvinov | 2017-06-10 | 2 | -36/+36 |
| | |/ | |/| | |||||
* | | | Fix last tests | Leonid Logvinov | 2017-06-11 | 3 | -20/+20 |
| | | | |||||
* | | | Prefix private vars with _ | Leonid Logvinov | 2017-06-10 | 5 | -129/+130 |
|/ / | |||||
* | | Align all param comments so that they are more readable | Fabio Berger | 2017-06-10 | 4 | -87/+99 |
| | | |||||
* | | Add param & return comments to all public methods and add comments to some ↵ | Fabio Berger | 2017-06-10 | 4 | -24/+127 |
|/ | | | | public methods that were missing them | ||||
* | Merge branch 'master' into json-schema | Leonid | 2017-06-10 | 6 | -8/+18 |
|\ | |||||
| * | Merge branch 'master' into schema-tests | Leonid | 2017-06-10 | 2 | -4/+3 |
| |\ | |||||
| * | | Fix bugs in schemas | Leonid Logvinov | 2017-06-10 | 3 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' into schema-tests | Leonid | 2017-06-10 | 1 | -5/+4 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into schema-tests | Leonid | 2017-06-09 | 4 | -5/+87 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into schema-tests | Leonid | 2017-06-09 | 3 | -16/+36 |
| |\ \ \ \ | |||||
| * | | | | | Fix tests | Leonid Logvinov | 2017-06-09 | 1 | -2/+9 |
| | | | | | | |||||
| * | | | | | Add tests for TokenSchema | Leonid Logvinov | 2017-06-09 | 2 | -4/+7 |
| | | | | | | |||||
| * | | | | | Add ecSignatureSchema tests | Leonid Logvinov | 2017-06-09 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'master' into json-schema | Leonid | 2017-06-10 | 2 | -4/+3 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Move MAX_DIGITS_IN_UNSIGNED_256_INT to constants | Fabio Berger | 2017-06-10 | 2 | -4/+3 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Fix tests | Leonid Logvinov | 2017-06-10 | 1 | -2/+1 |
| | | | | | |||||
* | | | | | Address feedback | Leonid Logvinov | 2017-06-10 | 2 | -9/+6 |
| | | | | | |||||
* | | | | | Fix test | Leonid Logvinov | 2017-06-10 | 1 | -8/+5 |
| | | | | | |||||
* | | | | | Merge branch 'master' into json-schema | Leonid | 2017-06-10 | 1 | -5/+4 |
|\| | | | | |||||
| * | | | | Merge branch 'master' into async-bug | Leonid | 2017-06-09 | 6 | -21/+123 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Use for of | Leonid Logvinov | 2017-06-09 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Fix the bug of not awaiting an async function | Leonid Logvinov | 2017-06-09 | 1 | -4/+3 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'master' into json-schema | Leonid | 2017-06-09 | 4 | -5/+87 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'master' into fillOrderUpToAsync | Leonid | 2017-06-09 | 3 | -16/+36 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Address feedback | Leonid Logvinov | 2017-06-09 | 2 | -6/+3 |
| | | | | |||||
| * | | | Merge branch 'master' into fillOrderUpToAsync | Leonid | 2017-06-09 | 1 | -4/+0 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Add signedOrdersScxhema | Leonid Logvinov | 2017-06-09 | 2 | -0/+9 |
| | | | | |||||
| * | | | Address feedback | Leonid Logvinov | 2017-06-09 | 2 | -2/+2 |
| | | | | |||||
| * | | | Add assert.hashAtMostOneUniqueValue | Leonid Logvinov | 2017-06-09 | 3 | -7/+10 |
| | | | | |||||
| * | | | Merge branch 'master' into fillOrderUpToAsync | Leonid | 2017-06-09 | 6 | -38/+128 |
| |\ \ \ | |||||
| * | | | | Add tests for fillOrdersUpTo | Leonid Logvinov | 2017-06-09 | 1 | -7/+7 |
| | | | | | |||||
| * | | | | Implement fillOrderUpToAsync | Leonid Logvinov | 2017-06-08 | 2 | -0/+73 |
| | | | | | |||||
* | | | | | Fix tests one more | Leonid Logvinov | 2017-06-09 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fix tests | Leonid Logvinov | 2017-06-09 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'master' into json-schema | Leonid | 2017-06-09 | 3 | -12/+31 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Fix the other schema bug | Leonid Logvinov | 2017-06-09 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge branch 'master' into schemas | Leonid | 2017-06-09 | 1 | -4/+0 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Fix schema error | Leonid Logvinov | 2017-06-09 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Add orderCancelrequestsSchema and orderFillRequestsSchema | Leonid Logvinov | 2017-06-09 | 3 | -16/+36 |
| | |_|/ | |/| | | |||||
* | | | | Make static function public | Leonid Logvinov | 2017-06-09 | 2 | -2/+1 |
| | | | | |||||
* | | | | Convert to JSON schema compatible object by default | Leonid Logvinov | 2017-06-09 | 2 | -22/+11 |
| |/ / |/| | | |||||
* | | | Remove isSenderAddressAvailableAsync | Leonid Logvinov | 2017-06-09 | 1 | -4/+0 |
|/ / | |||||
* | | fix indentation | Fabio Berger | 2017-06-09 | 1 | -13/+13 |
| | | |||||
* | | add comment explaining the use of any | Fabio Berger | 2017-06-09 | 1 | -0/+1 |
| | |