Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 1 | -101/+0 |
| | |||||
* | Create assert.isValidSignature method and use it in `addOrder` | Fabio Berger | 2017-11-10 | 1 | -2/+8 |
| | |||||
* | Remove redundant assertions | Leonid Logvinov | 2017-11-10 | 1 | -0/+1 |
| | |||||
* | Add assert.isValidBaseUnitAmount that checks for decimals in amounts that ↵ | Fabio Berger | 2017-11-09 | 1 | -0/+6 |
| | | | | should be in baseUnits. This can sometimes alert developers whenever they accidentally pass in unitAmounts. | ||||
* | Upgrade bignumber to the version with native typings and remove typings | Leonid Logvinov | 2017-10-26 | 1 | -3/+3 |
| | |||||
* | Revert "Reduce final bundle size by 11% (82kB)" | Leonid | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | Include only used lodash functions | Leonid Logvinov | 2017-10-18 | 1 | -1/+1 |
| | |||||
* | Implement transfer Emulator and rewrite tests | Leonid Logvinov | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | Add type assertions for callback parameters | Leonid Logvinov | 2017-10-05 | 1 | -0/+3 |
| | |||||
* | Add assert.isWeb3Provider | Leonid Logvinov | 2017-08-30 | 1 | -0/+4 |
| | |||||
* | Use 0x-json-schemas | Leonid Logvinov | 2017-08-28 | 1 | -1/+1 |
| | |||||
* | Include variableName in error message for checksummed address | Leonid Logvinov | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | Reject checksummed addresses | Leonid Logvinov | 2017-08-22 | 1 | -0/+4 |
| | |||||
* | Remove unused imports | Leonid Logvinov | 2017-07-26 | 1 | -1/+0 |
| | |||||
* | Add a comment explaining any | Leonid Logvinov | 2017-07-12 | 1 | -1/+2 |
| | |||||
* | Use PascalCase names as string enum keys | Leonid Logvinov | 2017-07-12 | 1 | -2/+1 |
| | |||||
* | Use custom Schema types | Leonid Logvinov | 2017-07-12 | 1 | -1/+0 |
| | |||||
* | Fix comments to use web3 provider instead of web3 instance | Leonid Logvinov | 2017-07-07 | 1 | -2/+2 |
| | |||||
* | Use string template | Leonid Logvinov | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Add assert.doesBelongToStringEnum | Leonid Logvinov | 2017-07-05 | 1 | -0/+11 |
| | |||||
* | Use orderHashSchema to validate order hash | Leonid Logvinov | 2017-07-05 | 1 | -4/+1 |
| | |||||
* | Remove custom Schema type and use one from jsonschema | Leonid Logvinov | 2017-06-28 | 1 | -0/+1 |
| | |||||
* | Revert "Use different lodash import syntax which allows to include only used ↵ | Leonid | 2017-06-22 | 1 | -15/+9 |
| | | | | functions" | ||||
* | Fall back to import x = require() syntax | Leonid Logvinov | 2017-06-21 | 1 | -7/+7 |
| | |||||
* | Use different lodash import syntax which allows to include only used functions | Leonid Logvinov | 2017-06-21 | 1 | -9/+15 |
| | |||||
* | Address feedback | Leonid Logvinov | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into fillOrderUpToAsync | Leonid | 2017-06-09 | 1 | -4/+0 |
|\ | |||||
| * | Remove isSenderAddressAvailableAsync | Leonid Logvinov | 2017-06-09 | 1 | -4/+0 |
| | | |||||
* | | Add assert.hashAtMostOneUniqueValue | Leonid Logvinov | 2017-06-09 | 1 | -0/+3 |
|/ | |||||
* | avoid newline issues by putting the assertion message on a single line | Fabio Berger | 2017-06-06 | 1 | -2/+3 |
| | |||||
* | Address feedback | Leonid Logvinov | 2017-06-06 | 1 | -2/+2 |
| | |||||
* | Add isAnyAddressAvailableAsync | Leonid Logvinov | 2017-06-06 | 1 | -0/+4 |
| | |||||
* | Rename isSenderAddressHexAsync to isSenderAddressAsync | Leonid Logvinov | 2017-06-06 | 1 | -8/+8 |
| | |||||
* | Use variable name in assertin message | Leonid Logvinov | 2017-06-06 | 1 | -3/+4 |
| | |||||
* | Rename accounts to addreses | Leonid Logvinov | 2017-06-06 | 1 | -2/+2 |
| | |||||
* | Rename senderAccount to senderAddress | Leonid Logvinov | 2017-06-06 | 1 | -6/+6 |
| | |||||
* | Rename assert.isSenderAccountHexAsync to assert.isSenderAddressHexAsync | Leonid Logvinov | 2017-06-06 | 1 | -1/+1 |
| | |||||
* | Add variableName to isSenderAddcountHexAsync | Leonid Logvinov | 2017-06-06 | 1 | -3/+4 |
| | |||||
* | Make methods accept senderAccount | Leonid Logvinov | 2017-06-05 | 1 | -4/+8 |
| | |||||
* | Merge branch 'master' into remainingTokenMethods | Fabio Berger | 2017-06-03 | 1 | -0/+4 |
|\ | | | | | | | | | # Conflicts: # src/contract_wrappers/token_wrapper.ts | ||||
| * | Merge branch 'fillOrderAsync' into unavailableFilledCancelled | Fabio Berger | 2017-06-02 | 1 | -0/+3 |
| |\ | | | | | | | | | | | | | | | | | | | # Conflicts: # src/contract_wrappers/exchange_wrapper.ts # src/types.ts # src/utils/assert.ts | ||||
| * | | Move isValidOrderHash to utils and implement assert.isValidOrderHash | Fabio Berger | 2017-06-01 | 1 | -0/+4 |
| | | | |||||
* | | | Add missing async suffix | Fabio Berger | 2017-06-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into remainingTokenMethods | Fabio Berger | 2017-06-03 | 1 | -0/+3 |
|\ \ \ | | |/ | |/| | | | | | | | | | | # Conflicts: # src/types.ts # src/web3_wrapper.ts | ||||
| * | | Add isBoolean assertion | Leonid Logvinov | 2017-05-30 | 1 | -0/+3 |
| |/ | |||||
* / | Add setAllowanceAsync, getAllowanceAsync and transferFrom to tokenWrapper | Fabio Berger | 2017-06-02 | 1 | -0/+6 |
|/ | |||||
* | Move files up and remove ts folder | Leonid Logvinov | 2017-05-29 | 1 | -0/+47 |