aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers
Commit message (Collapse)AuthorAgeFilesLines
* Dutch wrapperGreg Hysen2019-01-081-0/+151
|
* Add nonce to TxOptsLeonid Logvinov2018-11-205-0/+46
|
* address linter errorsFabio Berger2018-11-111-2/+0
|
* Move signature validation into ↵Fabio Berger2018-11-101-13/+2
| | | | OrderValidationUtils.validateOrderFillableOrThrowAsync
* Fix validateOrderFillableOrThrowAsync method so it also checks order ↵Fabio Berger2018-11-091-0/+17
| | | | signature, cancelled, cancelledUpTo, and throws helpful error messages
* Add note about tslint false positiveAlex Browne2018-10-272-0/+4
|
* fix(contract-wrappers): Fix tslint errors that were lingering due to ↵Alex Browne2018-10-248-28/+27
| | | | misconfiguration
* chore: change package org from 0xproject to 0xJacob Evans2018-10-189-44/+44
|
* Remove ContractNotFound errors in contract-wrappersAlex Browne2018-10-163-19/+0
|
* In contract-wrappers, remove setProvider and add unsubscribeAll method.Alex Browne2018-10-168-48/+0
|
* Add OrThrow suffix to getContractAddressesForNetworkAlex Browne2018-10-161-1/+0
|
* Fix bug introduced during rebaseAlex Browne2018-10-161-0/+1
|
* Improve error handling for unknown network ids in contract-wrappersAlex Browne2018-10-166-14/+14
|
* Apply various PR feedbackAlex Browne2018-10-166-19/+15
|
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-169-38/+96
|
* update contract_wrappers to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-168-72/+80
|
* Remove artifacts from migrations package and update contract-wrappers ↵Alex Browne2018-10-169-276/+107
| | | | accordingly
* Update contract-wrappers package to use new contracts package for generated ↵Alex Browne2018-10-168-70/+62
| | | | files
* feat(contract-wrappers): add optional validation to the forwarder wrapperBrandon Millman2018-10-131-38/+84
| | | | | | | | Similar to the approach taken in exchange wrapper, make a call to an rpc node in order to simulate the transaction before actually sending the transaction. The decorator will parse revert reasons and other types of errors into canonical errors that a consumer of the library expects when interacting with a contract wrapper.
* 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