aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers
Commit message (Collapse)AuthorAgeFilesLines
* merge developmentFabio Berger2018-09-251-6/+11
|\
| * Merge pull request #1037 from 0xProject/feature/forwarder-helper/sra-and-rpcFrancesco Agosti2018-09-241-6/+11
| |\ | | | | | | [asset-buyer] Create new AssetBuyer class
| | * Make ForwaderWrapper take in a number for feePercentage instead of BigNumberfragosti2018-09-191-6/+11
| | |
* | | Fix lint issuesFabio Berger2018-09-251-8/+8
| | |
* | | Decode logs received from blockstreamFabio Berger2018-09-251-4/+5
| | |
* | | Refactor blockstream integration to use the proper callback method interfaceFabio Berger2018-09-251-11/+29
|/ /
* | Add comments for clarityFabio Berger2018-09-241-0/+1
| |
* | Fix bug where if block wasn't found, getBlockAsync would throw. Now it ↵Fabio Berger2018-09-241-3/+14
|/ | | | returns `undefined`
* Merge https://github.com/0xProject/0x-monorepo into ↵fragosti2018-09-051-2/+77
|\ | | | | | | feature/website/update-portal-v2
| * Add `validateFillOrderThrowIfInvalidAsync` and ↵Fabio Berger2018-09-041-2/+77
| | | | | | | | `validateOrderFillableOrThrowAsync` to ExchangeWrapper
* | Fix contract not deployed on network bug in ContractWrapper classBrandon Millman2018-08-311-1/+4
|/
* Add getBalancesAndAllowances to wrapperBrandon Millman2018-08-281-0/+25
|
* Add params to all function commentsBrandon Millman2018-08-281-0/+12
|
* Add getERC721Owner to wrapperBrandon Millman2018-08-281-1/+13
|
* Update getOrdersAndTradersInfo to return an array insteadBrandon Millman2018-08-281-7/+12
|
* Add getBalanceAndAllowance to wrapperBrandon Millman2018-08-281-1/+19
|
* Add getTraderInfo and getTradersInfo to wrapperBrandon Millman2018-08-281-2/+27
|
* Add getOrderAndTraderInfoAsync to wrapperBrandon Millman2018-08-281-2/+20
|
* Initial OrderValidator wrapperBrandon Millman2018-08-281-0/+72
|
* Combine importsFabio Berger2018-08-271-2/+9
|
* Add/improve commentsFabio Berger2018-08-231-1/+1
|
* Merge development branchFabio Berger2018-08-221-0/+11
|\
| * Rename to Transaction Encoder.Jacob Evans2018-08-181-3/+8
| | | | | | | | Add tests for all encoding methods.
| * [Contract-wrappers] Exchange execute transaction encoderJacob Evans2018-08-161-0/+6
| |
* | Move types from sol-compiler to types so they can be used in other places ↵Fabio Berger2018-08-221-1/+1
| | | | | | | | without requiring sol-compiler as a dep
* | Remove outdating commentFabio Berger2018-08-176-12/+6
| |
* | Merge developmentFabio Berger2018-08-152-1/+241
|\|
| * Rename to calldata utilsBrandon Millman2018-08-031-5/+5
| |
| * 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
| |
* | Add missing doc commentsFabio Berger2018-08-036-2/+55
|/
* 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 ↵Leonid Logvinov2018-06-291-21/+13
| | | | | | | | only decode logs from that contract
* | 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 ↵Fabio Berger2018-06-111-8/+41
| | | | AbstractBalanceAndProxyAllowanceLazyStore so that this module could be re-used in different contexts.
* 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 ↵Fabio Berger2018-05-1012-0/+5852
unifying library with the same interface