aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/assert.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * Merge branch 'fillOrderAsync' into unavailableFilledCancelledFabio Berger2017-06-021-0/+3
| |\
| * | 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
|\ \ \ | | |/ | |/|
| * | 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