aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* Update prettier to version ^1.15.3Alex Browne2019-01-111-1/+1
|
* feature(contract-wrappers): add support for Trust Wallet signature denial ↵Brandon Millman2018-12-212-2/+6
| | | | errors when trying to sense signature denial from a provider
* fix(contract-wrappers): Fix tslint errors that were lingering due to ↵Alex Browne2018-10-241-0/+4
| | | | misconfiguration
* feat(contract-wrappers): relax requirement for throwing ↵Brandon Millman2018-10-242-2/+2
| | | | `ContractWrappersError.SignatureRequestDenied`
* feat(contract-wrappers): export ForwarderWrapperError and ↵Brandon Millman2018-10-232-1/+14
| | | | ContractWrapperError.SignatureRequestDenied
* chore: change package org from 0xproject to 0xJacob Evans2018-10-187-18/+18
|
* Add OrThrow suffix to getContractAddressesForNetworkAlex Browne2018-10-161-2/+2
|
* Fix linter errors in contract-wrappersAlex Browne2018-10-161-2/+4
|
* Improve error handling for unknown network ids in contract-wrappersAlex Browne2018-10-161-0/+13
|
* update contract_wrappers to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-161-4/+4
|
* Update contract-wrappers package to use new contracts package for generated ↵Alex Browne2018-10-161-5/+5
| | | | files
* Throw and handle errors from Providers.Jacob Evans2018-10-091-1/+1
| | | | | | | In web3 wrapper when a response contains an error field we throw this rather than return response.result which is often undefined. In Signature Utils we handle the error thrown when a user rejects the signing dialogue to prevent double signing. Exposed the ZeroExTransaction JSON schema. In Website only use the MetamaskSubprovider if we can detect the provider is Metamask
* Return SignedOrder from signing utils.Jacob Evans2018-10-051-24/+3
| | | | | Create a helper back in EIP712Utils for code cleanup. Moved constants in order-utils into the constants object
* Add eth_signTypedData support to our wallet subprovidersJacob Evans2018-10-051-13/+22
|
* Fix linter issueLeonid Logvinov2018-10-025-7/+6
|
* Make ForwaderWrapper take in a number for feePercentage instead of BigNumberfragosti2018-09-192-0/+8
|
* Update decoration errorFabio Berger2018-09-171-1/+1
|
* Fix remaining merge issuesFabio Berger2018-08-221-3/+3
|
* Merge development branchFabio Berger2018-08-221-0/+293
|\
| * Rename to Transaction Encoder.Jacob Evans2018-08-182-124/+293
| | | | | | | | Add tests for all encoding methods.
| * [Contract-wrappers] Exchange execute transaction encoderJacob Evans2018-08-161-0/+124
| |
* | Merge developmentFabio Berger2018-08-153-4/+102
|\|
| * Rename to calldata utilsBrandon Millman2018-08-031-3/+3
| |
| * Add testsBrandon Millman2018-08-021-18/+19
| |
| * Create marketBuyOrdersOptimizationsBrandon Millman2018-08-022-0/+44
| |
| * Add more assertionsBrandon Millman2018-07-311-4/+56
| |
| * Implement initial forwarder wrapperBrandon Millman2018-07-311-0/+1
| |
* | Make signature_util into an object literal so related functions are rendered ↵Fabio Berger2018-08-031-2/+2
|/ | | | together in the docs
* Add explicit HACK comment when we import assertBrandon Millman2018-07-121-1/+1
|
* Add revert reason parsing to error handling decoratorLeonid Logvinov2018-07-092-0/+6
|
* Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-051-0/+111
|\
| * Fix Tslint issuesFabio Berger2018-06-263-8/+7
| |
* | Add isSubscriptionToken assertionLeonid Logvinov2018-06-291-0/+5
| |
* | Use new signature verification method in assertionsLeonid Logvinov2018-06-291-9/+12
| |
* | Remove unused params in filter_utilsLeonid Logvinov2018-06-291-13/+3
| |
* | Start unused parameter names with underscoreLeonid Logvinov2018-06-291-4/+4
| |
* | Remove exchange-related functionality for nowLeonid Logvinov2018-06-292-314/+0
|/
* Refactor orderValidationUtils to use the generated contract wrapper instead ↵Fabio Berger2018-06-111-7/+11
| | | | of the higher-level one
* Refactor ExchangeTransferSimulator public interface to accet an ↵Fabio Berger2018-06-111-7/+5
| | | | AbstractBalanceAndProxyAllowanceLazyStore so that this module could be re-used in different contexts.
* Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-074-5/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (66 commits) Run prettier Remove unused variable Fix linting issues Change shouldRenderHeader prop to shouldHideHeader Get build and tests to pass typo Apply prettier Update contracts tests after rebase Apply various fixes based on PR feedback Document debug_increaseTime method and fix typo in devnet README Use an enum for ProviderType in contracts/src/utils/web3_wrapper Update contracts package README Update relevant changelogs Remove global gas estimate buffer Add Async suffix to relevant assertions Fix linter errors Update package.json and yarn.lock Update more things to work with both Geth and Ganache Small fixes and cleanup Add additional gas to calls to fillOrderNoThrow ... # Conflicts: # packages/order-watcher/src/order_watcher/order_watcher.ts # packages/react-docs/src/components/type.tsx # packages/website/ts/components/ui/lifecycle_raised_button.tsx # packages/website/ts/components/wallet/wallet.tsx
| * Get build and tests to passfragosti2018-06-072-2/+8
| |
| * Try enabling no-unused-variable...fragosti2018-06-054-7/+1
| |
* | Move spawnSwitchErr to @0xproject/utilsFabio Berger2018-06-061-3/+0
|/
* Fix TSLint rulesFabio Berger2018-05-163-5/+7
|
* Add missing type definitionsLeonid Logvinov2018-05-143-5/+5
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-107-0/+554
unifying library with the same interface