aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers/forwarder_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add nonce to TxOptsLeonid Logvinov2018-11-201-0/+4
|
* fix(contract-wrappers): Fix tslint errors that were lingering due to ↵Alex Browne2018-10-241-3/+3
| | | | misconfiguration
* 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 ↵Alex Browne2018-10-161-54/+15
| | | | accordingly
* Update contract-wrappers package to use new contracts package for generated ↵Alex Browne2018-10-161-6/+5
| | | | files
* feat(contract-wrappers): add optional validation to the forwarder wrapperBrandon Millman2018-10-131-38/+84
| | | | | | | | 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.
* 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