aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/assert.ts
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-101/+0
|
* Create assert.isValidSignature method and use it in `addOrder`Fabio Berger2017-11-101-2/+8
|
* Remove redundant assertionsLeonid Logvinov2017-11-101-0/+1
|
* Add assert.isValidBaseUnitAmount that checks for decimals in amounts that ↵Fabio Berger2017-11-091-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 typingsLeonid Logvinov2017-10-261-3/+3
|
* Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-241-1/+1
|
* Include only used lodash functionsLeonid Logvinov2017-10-181-1/+1
|
* Implement transfer Emulator and rewrite testsLeonid Logvinov2017-10-091-1/+1
|
* Add type assertions for callback parametersLeonid Logvinov2017-10-051-0/+3
|
* Add assert.isWeb3ProviderLeonid Logvinov2017-08-301-0/+4
|
* Use 0x-json-schemasLeonid Logvinov2017-08-281-1/+1
|
* Include variableName in error message for checksummed addressLeonid Logvinov2017-08-221-1/+1
|
* Reject checksummed addressesLeonid Logvinov2017-08-221-0/+4
|
* Remove unused importsLeonid Logvinov2017-07-261-1/+0
|
* Add a comment explaining anyLeonid Logvinov2017-07-121-1/+2
|
* Use PascalCase names as string enum keysLeonid Logvinov2017-07-121-2/+1
|
* Use custom Schema typesLeonid Logvinov2017-07-121-1/+0
|
* Fix comments to use web3 provider instead of web3 instanceLeonid Logvinov2017-07-071-2/+2
|
* Use string templateLeonid Logvinov2017-07-051-1/+1
|
* Add assert.doesBelongToStringEnumLeonid Logvinov2017-07-051-0/+11
|
* Use orderHashSchema to validate order hashLeonid Logvinov2017-07-051-4/+1
|
* Remove custom Schema type and use one from jsonschemaLeonid Logvinov2017-06-281-0/+1
|
* Revert "Use different lodash import syntax which allows to include only used ↵Leonid2017-06-221-15/+9
| | | | functions"
* Fall back to import x = require() syntaxLeonid Logvinov2017-06-211-7/+7
|
* Use different lodash import syntax which allows to include only used functionsLeonid Logvinov2017-06-211-9/+15
|
* Address feedbackLeonid Logvinov2017-06-091-1/+1
|
* Merge branch 'master' into fillOrderUpToAsyncLeonid2017-06-091-4/+0
|\
| * Remove isSenderAddressAvailableAsyncLeonid Logvinov2017-06-091-4/+0
| |
* | Add assert.hashAtMostOneUniqueValueLeonid Logvinov2017-06-091-0/+3
|/
* avoid newline issues by putting the assertion message on a single lineFabio Berger2017-06-061-2/+3
|
* Address feedbackLeonid Logvinov2017-06-061-2/+2
|
* Add isAnyAddressAvailableAsyncLeonid Logvinov2017-06-061-0/+4
|
* Rename isSenderAddressHexAsync to isSenderAddressAsyncLeonid Logvinov2017-06-061-8/+8
|
* Use variable name in assertin messageLeonid Logvinov2017-06-061-3/+4
|
* Rename accounts to addresesLeonid Logvinov2017-06-061-2/+2
|
* Rename senderAccount to senderAddressLeonid Logvinov2017-06-061-6/+6
|
* Rename assert.isSenderAccountHexAsync to assert.isSenderAddressHexAsyncLeonid Logvinov2017-06-061-1/+1
|
* Add variableName to isSenderAddcountHexAsyncLeonid Logvinov2017-06-061-3/+4
|
* Make methods accept senderAccountLeonid Logvinov2017-06-051-4/+8
|
* Merge branch 'master' into remainingTokenMethodsFabio Berger2017-06-031-0/+4
|\ | | | | | | | | # Conflicts: # src/contract_wrappers/token_wrapper.ts
| * Merge branch 'fillOrderAsync' into unavailableFilledCancelledFabio Berger2017-06-021-0/+3
| |\ | | | | | | | | | | | | | | | | | | # Conflicts: # src/contract_wrappers/exchange_wrapper.ts # src/types.ts # src/utils/assert.ts
| * | Move isValidOrderHash to utils and implement assert.isValidOrderHashFabio Berger2017-06-011-0/+4
| | |
* | | Add missing async suffixFabio Berger2017-06-031-1/+1
| | |
* | | Merge branch 'master' into remainingTokenMethodsFabio Berger2017-06-031-0/+3
|\ \ \ | | |/ | |/| | | | | | | | | | # Conflicts: # src/types.ts # src/web3_wrapper.ts
| * | Add isBoolean assertionLeonid Logvinov2017-05-301-0/+3
| |/
* / Add setAllowanceAsync, getAllowanceAsync and transferFrom to tokenWrapperFabio Berger2017-06-021-0/+6
|/
* Move files up and remove ts folderLeonid Logvinov2017-05-291-0/+47