aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers
Commit message (Collapse)AuthorAgeFilesLines
* Add isBigNumber argument assertionLeonid Logvinov2017-05-301-0/+1
|
* Merge branch 'master' into fillOrderAsyncLeonid Logvinov2017-05-302-1/+57
|\
| * Refactor exchangeWrapper and tokenRegistryWrapper to use contract getter ↵Fabio Berger2017-05-302-13/+15
| | | | | | | | that instantiates contract instance if not already instantiated
| * remove unused importFabio Berger2017-05-301-1/+0
| |
| * Make tokenRegistry contract instantiation lazy and clear it on provider updateFabio Berger2017-05-301-4/+14
| |
| * rename invalidateExchangeContract to invalidateContractInstanceFabio Berger2017-05-301-1/+1
| |
| * Merge branch 'master' into dontReinstantiateContractInstancesFabio Berger2017-05-301-0/+33
| |\
| | * Add TokenMetadata typeFabio Berger2017-05-301-2/+2
| | |
| | * remove unused importFabio Berger2017-05-301-1/+1
| | |
| | * Add TokenRegistryWrapper and getTokensAsync methodFabio Berger2017-05-301-0/+33
| | |
| * | Lazily instantiate exchangeContract and store as instance variable instead ↵Fabio Berger2017-05-301-3/+14
| |/ | | | | | | of re-instantiating on every call
* | Add throwErrorLogsAsErrorsLeonid Logvinov2017-05-301-6/+10
| |
* | Add fillAmount parameterLeonid Logvinov2017-05-301-2/+3
| |
* | Make fillOrderAsync accept signedOrder instead of a shit-ton of paramsLeonid Logvinov2017-05-301-35/+21
| |
* | Finish ecSignature renamingLeonid Logvinov2017-05-301-3/+3
| |
* | Add assertions for parametersLeonid Logvinov2017-05-301-1/+15
| |
* | Move field declaration to the begining of the classLeonid Logvinov2017-05-301-8/+8
| |
* | Add initial implementation of fillOrderAsyncLeonid Logvinov2017-05-301-1/+63
| |
* | Add getExchangeInstanceOrThrowAsync && getSenderAddressOrThrowAsyncLeonid Logvinov2017-05-301-6/+7
|/
* Lowercase schema namesFabio Berger2017-05-301-2/+2
|
* Fix importsLeonid Logvinov2017-05-291-1/+1
|
* Move files up and remove ts folderLeonid Logvinov2017-05-292-0/+85