aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers.ts
Commit message (Collapse)AuthorAgeFilesLines
* Ran prettier & linterGreg Hysen2019-01-081-1/+1
|
* Progress on dutch auction wrapper. Need to add auction data decoding to it.Greg Hysen2019-01-081-1/+1
|
* Dutch wrapperGreg Hysen2019-01-081-0/+10
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
|
* In contract-wrappers, remove setProvider and add unsubscribeAll method.Alex Browne2018-10-161-14/+6
|
* Update json-schemas for contract-wrappersAlex Browne2018-10-161-6/+1
|
* Fix linter errors in contract-wrappersAlex Browne2018-10-161-1/+0
|
* Improve error handling for unknown network ids in contract-wrappersAlex Browne2018-10-161-1/+3
|
* Apply various PR feedbackAlex Browne2018-10-161-4/+4
|
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-14/+36
|
* update contract_wrappers to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-161-6/+22
|
* Remove artifacts from migrations package and update contract-wrappers ↵Alex Browne2018-10-161-36/+20
| | | | accordingly
* Update contract-wrappers package to use new contracts package for generated ↵Alex Browne2018-10-161-3/+2
| | | | files
* Fix linter issueLeonid Logvinov2018-10-021-1/+1
|
* Add `validateFillOrderThrowIfInvalidAsync` and ↵Fabio Berger2018-09-041-0/+2
| | | | `validateOrderFillableOrThrowAsync` to ExchangeWrapper
* Initial OrderValidator wrapperBrandon Millman2018-08-281-0/+6
|
* Add more assertionsBrandon Millman2018-07-311-1/+6
|
* Implement initial forwarder wrapperBrandon Millman2018-07-311-0/+7
|
* Add Exchange contract wrapperLeonid Logvinov2018-07-051-3/+37
|
* Remove tokenTransferProxyAddress from configLeonid Logvinov2018-06-291-6/+2
|
* Export newly refactored contracts from contract-wrappers and index.tsLeonid Logvinov2018-06-291-38/+28
|
* Remove unused methods and importsFabio Berger2018-05-111-25/+1
|
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix ganache subprovider config Fix a bug in compiler config precedence Fix linter errors Fix templates Remove unused deployer docs configs Add a legacy endpoint for the deployer Add a check for compiler output Add a comment Put ARTIFACTS_VERSION in a config Improve a comment Remove _applyDefaultsToDeployTxDataAsync Add a HACK comment Fix linter issues Rename deployer to sol-compiler Remove deployer Remove deployer from 0x.js and migrations Configure migrations with a compiler.json Remove deployer from metacoin and contract tests Update wallet footer and add remove token functionality # Conflicts: # .gitignore # packages/0x.js/package.json # packages/0x.js/src/0x.ts # packages/contracts/package.json # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts # packages/deployer/test/deployer_test.ts # packages/migrations/package.json
* Rename zeroExContract... to contractWrappers...Fabio Berger2018-05-101-8/+8
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-0/+136
unifying library with the same interface