aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/utils/decorators.ts
Commit message (Collapse)AuthorAgeFilesLines
* feature(contract-wrappers): add support for Trust Wallet signature denial ↵Brandon Millman2018-12-211-1/+4
| | | | errors when trying to sense signature denial from a provider
* feat(contract-wrappers): relax requirement for throwing ↵Brandon Millman2018-10-241-1/+1
| | | | `ContractWrappersError.SignatureRequestDenied`
* feat(contract-wrappers): export ForwarderWrapperError and ↵Brandon Millman2018-10-231-1/+13
| | | | ContractWrapperError.SignatureRequestDenied
* Fix linter issueLeonid Logvinov2018-10-021-3/+2
|
* Update decoration errorFabio Berger2018-09-171-1/+1
|
* Add revert reason parsing to error handling decoratorLeonid Logvinov2018-07-091-0/+5
|
* Fix Tslint issuesFabio Berger2018-06-261-4/+4
|
* Add missing type definitionsLeonid Logvinov2018-05-141-2/+2
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-0/+91
unifying library with the same interface