aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers/ether_token_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add nonce to TxOptsLeonid Logvinov2018-11-201-0/+2
|
* fix(contract-wrappers): Fix tslint errors that were lingering due to ↵Alex Browne2018-10-241-6/+5
| | | | misconfiguration
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-5/+5
|
* Remove ContractNotFound errors in contract-wrappersAlex Browne2018-10-161-7/+0
|
* In contract-wrappers, remove setProvider and add unsubscribeAll method.Alex Browne2018-10-161-5/+0
|
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-2/+7
|
* 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 ↵Alex Browne2018-10-161-26/+11
| | | | accordingly
* Update contract-wrappers package to use new contracts package for generated ↵Alex Browne2018-10-161-16/+15
| | | | files
* 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
|
* 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-11/+18
|
* Refactor EtherToken contract wrapper to use new names and artifacts formatLeonid Logvinov2018-06-291-19/+19
|
* Fix filling orders on Portalfragosti2018-06-151-1/+2
|
* Linter now passesfragosti2018-06-061-0/+1
|
* Try enabling no-unused-variable...fragosti2018-06-051-1/+1
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-0/+207
unifying library with the same interface