aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers
Commit message (Expand)AuthorAgeFilesLines
* Create marketBuyOrdersOptimizationsBrandon Millman2018-08-021-8/+19
* Clarify ethAmount is in weiBrandon Millman2018-07-311-2/+2
* Add more assertionsBrandon Millman2018-07-311-1/+40
* Write initial test for forwarder_wrapperBrandon Millman2018-07-311-4/+4
* Add getOrdersInfo to exchange_wrapperBrandon Millman2018-07-311-1/+21
* Implement initial forwarder wrapperBrandon Millman2018-07-311-0/+170
* Fix accidental import from test folderFabio Berger2018-07-261-1/+1
* Fix a bad mergeLeonid Logvinov2018-07-181-2/+2
* MergeLeonid Logvinov2018-07-181-9/+11
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-185-19/+29
|\
| * Stop subscriptions from unsubscribing on recoverable network issuesFabio Berger2018-07-175-19/+29
* | Make getZRXAssetData not asyncLeonid Logvinov2018-07-131-3/+4
|/
* Dedupe AssetProxyId typesLeonid Logvinov2018-07-093-4/+3
* Fix a typoLeonid Logvinov2018-07-091-1/+1
* Default shouldValidate to trueLeonid Logvinov2018-07-091-17/+17
* Add basic validation for exchange contract wrapperLeonid Logvinov2018-07-091-16/+155
* Return AssetProxyId instead of string from proxy.getProxyIdAsync()Leonid Logvinov2018-07-092-4/+6
* Instantiate BlockAndLogStreamer with generic type parametersLeonid Logvinov2018-07-061-1/+1
* Fix merge conflictsLeonid Logvinov2018-07-051-1/+1
* Adjust commentsLeonid Logvinov2018-07-051-114/+81
* Fix commentsLeonid Logvinov2018-07-051-5/+5
* Improve the commentLeonid Logvinov2018-07-051-1/+1
* Rename Proxie to ProxyLeonid Logvinov2018-07-051-1/+1
* Rearrange assertions t match parameter orderLeonid Logvinov2018-07-053-138/+109
* Fix match orders test and add a validation TODOLeonid Logvinov2018-07-051-1/+3
* Add Exchange contract wrapperLeonid Logvinov2018-07-051-0/+994
* Pass through blockPollingInterval down to contract wrapperLeonid Logvinov2018-07-053-6/+21
* Add contractWrappers.erc721Proxy.getproxyIdAsyncLeonid Logvinov2018-07-051-0/+9
* Add contractWrappers.erc20Proxy.getproxyIdAsyncLeonid Logvinov2018-07-051-0/+9
* Make it possible to configure block polling interval in base contract wrapperLeonid Logvinov2018-07-051-3/+6
* Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-051-2/+11
|\
| * Update blockstream to latest version, propogate errors to top-level callersFabio Berger2018-07-041-2/+11
* | Add isSubscriptionToken assertionLeonid Logvinov2018-06-293-0/+3
* | Rename approved to approvedAddressLeonid Logvinov2018-06-291-2/+2
* | Use removeUndefinedProperties for txOptsLeonid Logvinov2018-06-293-32/+55
* | Rename getApprovedAsync to getApprovedIfExistsAsyncLeonid Logvinov2018-06-291-5/+5
* | Add HACK commentsLeonid Logvinov2018-06-294-0/+8
* | Add assertions for txOpts and methodOptsLeonid Logvinov2018-06-292-38/+60
* | Implement ERC721 token wrapper and token transfer proxy with testsLeonid Logvinov2018-06-292-0/+512
* | Refactor ERC20 token transfer proxy and it's testsLeonid Logvinov2018-06-291-25/+23
* | Refactor ERC20 token wrapper and it's testsLeonid Logvinov2018-06-291-23/+23
* | Refactor base contract-wrapper class to use new names, artifact format and on...Leonid Logvinov2018-06-291-21/+13
* | Refactor EtherToken contract wrapper to use new names and artifacts formatLeonid Logvinov2018-06-291-19/+19
* | Remove exchange-related functionality for nowLeonid Logvinov2018-06-292-1121/+0
|/
* Fix typofragosti2018-06-151-1/+1
* Fix filling orders on Portalfragosti2018-06-156-4/+12
* Store the instantiated OrderValidationUtilsFabio Berger2018-06-121-2/+2
* Pass in generated contract wrapper to orderValidationUtils at instantiationFabio Berger2018-06-111-10/+25
* Refactor ExchangeTransferSimulator public interface to accet an AbstractBalan...Fabio Berger2018-06-111-8/+41
* Get build and tests to passfragosti2018-06-071-1/+1
* Linter now passesfragosti2018-06-066-0/+7
* Try enabling no-unused-variable...fragosti2018-06-054-7/+4
* Remove unused methods and importsFabio Berger2018-05-111-6/+0
* Fix prettierFabio Berger2018-05-112-8/+2
* Remove generated contract wrappersFabio Berger2018-05-106-3842/+0
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-1012-0/+5852