aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers/forwarder_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Add nonce to TxOptsLeonid Logvinov2018-11-201-0/+4
* fix(contract-wrappers): Fix tslint errors that were lingering due to misconfi...Alex Browne2018-10-241-3/+3
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-6/+6
* In contract-wrappers, remove setProvider and add unsubscribeAll method.Alex Browne2018-10-161-6/+0
* Fix bug introduced during rebaseAlex Browne2018-10-161-0/+1
* Improve error handling for unknown network ids in contract-wrappersAlex Browne2018-10-161-4/+4
* Apply various PR feedbackAlex Browne2018-10-161-6/+5
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-6/+30
* update contract_wrappers to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-161-5/+6
* Remove artifacts from migrations package and update contract-wrappers accordi...Alex Browne2018-10-161-54/+15
* Update contract-wrappers package to use new contracts package for generated f...Alex Browne2018-10-161-6/+5
* feat(contract-wrappers): add optional validation to the forwarder wrapperBrandon Millman2018-10-131-38/+84
* Make ForwaderWrapper take in a number for feePercentage instead of BigNumberfragosti2018-09-191-6/+11
* 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
* Implement initial forwarder wrapperBrandon Millman2018-07-311-0/+170