aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/utils
Commit message (Collapse)AuthorAgeFilesLines
* Try enabling no-unused-variable...fragosti2018-06-051-1/+1
|
* Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-231-3/+2
|
* Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
|
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-18/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Remove unused deployer docs configsLeonid Logvinov2018-05-101-1/+0
| |
| * Add a check for compiler outputLeonid Logvinov2018-05-101-1/+0
| |
| * Put ARTIFACTS_VERSION in a configLeonid Logvinov2018-05-101-0/+1
| |
| * Remove deployer from 0x.js and migrationsLeonid Logvinov2018-05-101-18/+0
| |
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-103-270/+2
|/ | | | unifying library with the same interface
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-023-51/+2
|
* Move NULL_BYTES to @0xproject/utilsFabio Berger2018-04-111-1/+0
|
* Remove unused varFabio Berger2018-04-071-1/+0
|
* Move away from using web3 directly in 0x.js testsFabio Berger2018-04-062-1/+21
|
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-051-1/+6
|\ | | | | | | | | | | | | | | * development: Fix tests Call static functions as static Address feedback Move our contract templates to accept Provider instead of Web3Wrapper
| * Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-1/+6
| |
* | Update 0x.js to run tests against in-process ganacheFabio Berger2018-04-043-3/+9
|/
* Add forgotten fileLeonid Logvinov2018-03-131-0/+6
|
* Allow users to specify the contracts backend in abi-genLeonid Logvinov2018-02-281-5/+1
|
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-304-105/+0
|
* Add config file specifically in prettier command and fix filesFabio Berger2018-01-309-372/+372
|
* Fix prettierFabio Berger2018-01-309-372/+372
|
* Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of ↵Fabio Berger2018-01-301-1/+3
| | | | trying to infer whether to add it or not from the nodeVersion
* Remove trailing slashLeonid Logvinov2018-01-171-1/+1
|
* Make some callbacks failable and add error handlingLeonid Logvinov2018-01-111-2/+4
|
* Fix linter issuesLeonid Logvinov2018-01-101-1/+1
|
* Fix callback typesLeonid Logvinov2018-01-101-5/+55
|
* Fix linter errorsLeonid Logvinov2018-01-041-1/+1
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-042-2/+2
|
* Apply prettier configLeonid Logvinov2018-01-037-71/+138
|
* Add some missed underscores, update changelog and commentsBrandon Millman2017-12-211-1/+1
|
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-212-3/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI Update outdated WETH ranges Fix conditional Fix top-padding Publish Update CHANGELOGs Add slashes to base URLs Fix linter issue Fix WETH symbol Update snapshot and artifacts Replace our EtherTokens with WETH9 from maker Fix test description Fix a typo Add err==null assertions Add WETH9 tests Use the new snapshot including WETH9 and it's artifacts Add WETH9 and mirations Fix WETH events watching Fix a typo Init the _etherTokenContractsByAddress ...
| * Add slashes to base URLsLeonid Logvinov2017-12-201-3/+3
| |
| * Fix WETH symbolLeonid Logvinov2017-12-201-1/+1
| |
| * Add WETH9 testsLeonid Logvinov2017-12-201-1/+1
| |
| * Add etherToken.getLogsAsync and etherToken.subscribe with testsLeonid Logvinov2017-12-201-0/+7
| |
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-203-43/+43
|/
* Move web3 import after subprovider imports in test web3_factoryBrandon Millman2017-12-181-1/+7
|
* Fix redundant spacesLeonid Logvinov2017-12-161-1/+1
|
* Name a variableLeonid Logvinov2017-12-151-1/+2
|
* Fix a conditionalLeonid Logvinov2017-12-151-5/+1
|
* Add a function to init token balancesLeonid Logvinov2017-12-142-4/+30
|
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-144-88/+2
|
* Add a HACK commentLeonid Logvinov2017-11-291-0/+3
|
* Normalise subprovider namesLeonid Logvinov2017-11-293-6/+6
|
* Add fake gas estimate suprovider for testsLeonid Logvinov2017-11-294-1/+62
|
* Remove unused asyncsLeonid Logvinov2017-11-241-2/+2
|
* Auto-fix linter errorsLeonid Logvinov2017-11-246-8/+15
|
* Don't reassign the parameterLeonid Logvinov2017-11-241-3/+3
|
* Make getZRXTokenAddress non asyncLeonid Logvinov2017-11-241-0/+2
|
* Merge branch 'development' into feature/calculate-remaining-proportionsJacob Evans2017-11-231-3/+3
|\
| * Fix async callbacksLeonid Logvinov2017-11-211-3/+3
| |
* | add a test constant for ZRX decimalsJacob Evans2017-11-221-0/+1
|/
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-139-0/+329