aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers/erc20_token_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Add nonce to TxOptsLeonid Logvinov2018-11-201-0/+3
* fix(contract-wrappers): Fix tslint errors that were lingering due to misconfi...Alex Browne2018-10-241-7/+6
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-5/+5
* Remove ContractNotFound errors in contract-wrappersAlex Browne2018-10-161-6/+0
* In contract-wrappers, remove setProvider and add unsubscribeAll method.Alex Browne2018-10-161-7/+0
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-2/+8
* update contract_wrappers to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-161-13/+14
* Remove artifacts from migrations package and update contract-wrappers accordi...Alex Browne2018-10-161-16/+12
* Update contract-wrappers package to use new contracts package for generated f...Alex Browne2018-10-161-11/+10
* Remove outdating commentFabio Berger2018-08-171-2/+1
* Add missing doc commentsFabio Berger2018-08-031-0/+8
* Stop subscriptions from unsubscribing on recoverable network issuesFabio Berger2018-07-171-0/+3
* Rearrange assertions t match parameter orderLeonid Logvinov2018-07-051-33/+23
* Pass through blockPollingInterval down to contract wrapperLeonid Logvinov2018-07-051-2/+7
* Add isSubscriptionToken assertionLeonid Logvinov2018-06-291-0/+1
* Use removeUndefinedProperties for txOptsLeonid Logvinov2018-06-291-12/+22
* Add HACK commentsLeonid Logvinov2018-06-291-0/+2
* Add assertions for txOpts and methodOptsLeonid Logvinov2018-06-291-34/+25
* Refactor ERC20 token wrapper and it's testsLeonid Logvinov2018-06-291-0/+443