aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/test/forwarder_wrapper_test.ts
Commit message (Expand)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 u...Alex Browne2018-10-161-6/+4
* Fix linter errors in contract-wrappersAlex Browne2018-10-161-1/+1
* Remove artifacts from migrations package and update contract-wrappers accordi...Alex Browne2018-10-161-10/+12
* feat(contract-wrappers): add optional validation to the forwarder wrapperBrandon Millman2018-10-131-0/+48
* 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