aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/test/forwarder_wrapper_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-121-4/+4
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-5/+5
|
* Appease linterAlex Browne2018-10-161-1/+1
|
* Add new runMigrationsOnce method to migrations. Update contract-wrappers to ↵Alex Browne2018-10-161-6/+4
| | | | use it.
* Fix linter errors in contract-wrappersAlex Browne2018-10-161-1/+1
|
* Remove artifacts from migrations package and update contract-wrappers ↵Alex Browne2018-10-161-10/+12
| | | | accordingly
* feat(contract-wrappers): add optional validation to the forwarder wrapperBrandon Millman2018-10-131-0/+48
| | | | | | | | 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.
* Fix linter issueLeonid Logvinov2018-10-021-6/+4
|
* Remove some unused variables in forwarder wrapper testBrandon Millman2018-08-281-3/+0
|
* Cleanup contract-wrappers index.tsFabio Berger2018-08-201-8/+2
|
* Update forwarder_wrapper_testBrandon Millman2018-07-311-0/+16
|
* Write initial test for forwarder_wrapperBrandon Millman2018-07-311-12/+69
|
* Implement initial forwarder wrapperBrandon Millman2018-07-311-0/+57