Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor 0x.js to simply re-export it's own sub-dependencies rather then ↵ | Fabio Berger | 2018-08-14 | 4 | -43/+0 |
| | | | | wrapping them in a ZeroEx object | ||||
* | Fix linter issues | Fabio Berger | 2018-07-12 | 1 | -3/+0 |
| | |||||
* | Refactor 0x.js to V2 | Fabio Berger | 2018-07-12 | 2 | -34/+16 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | Remove web3Factory.create and remove dev-tools dependency on sol-cov | Leonid Logvinov | 2018-05-23 | 1 | -3/+2 |
| | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 1 | -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 configs | Leonid Logvinov | 2018-05-10 | 1 | -1/+0 |
| | | |||||
| * | Add a check for compiler output | Leonid Logvinov | 2018-05-10 | 1 | -1/+0 |
| | | |||||
| * | Put ARTIFACTS_VERSION in a config | Leonid Logvinov | 2018-05-10 | 1 | -0/+1 |
| | | |||||
| * | Remove deployer from 0x.js and migrations | Leonid Logvinov | 2018-05-10 | 1 | -18/+0 |
| | | |||||
* | | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 3 | -270/+2 |
|/ | | | | unifying library with the same interface | ||||
* | Move order utils to @0xproject/order-utils | Leonid Logvinov | 2018-05-02 | 3 | -51/+2 |
| | |||||
* | Move NULL_BYTES to @0xproject/utils | Fabio Berger | 2018-04-11 | 1 | -1/+0 |
| | |||||
* | Remove unused var | Fabio Berger | 2018-04-07 | 1 | -1/+0 |
| | |||||
* | Move away from using web3 directly in 0x.js tests | Fabio Berger | 2018-04-06 | 2 | -1/+21 |
| | |||||
* | Merge branch 'development' into removeMigrateStep | Fabio Berger | 2018-04-05 | 1 | -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 Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -1/+6 |
| | | |||||
* | | Update 0x.js to run tests against in-process ganache | Fabio Berger | 2018-04-04 | 3 | -3/+9 |
|/ | |||||
* | Add forgotten file | Leonid Logvinov | 2018-03-13 | 1 | -0/+6 |
| | |||||
* | Allow users to specify the contracts backend in abi-gen | Leonid Logvinov | 2018-02-28 | 1 | -5/+1 |
| | |||||
* | Refactor contracts tests to not use injected web3 instance | Leonid Logvinov | 2018-01-30 | 4 | -105/+0 |
| | |||||
* | Add config file specifically in prettier command and fix files | Fabio Berger | 2018-01-30 | 9 | -372/+372 |
| | |||||
* | Fix prettier | Fabio Berger | 2018-01-30 | 9 | -372/+372 |
| | |||||
* | Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of ↵ | Fabio Berger | 2018-01-30 | 1 | -1/+3 |
| | | | | trying to infer whether to add it or not from the nodeVersion | ||||
* | Remove trailing slash | Leonid Logvinov | 2018-01-17 | 1 | -1/+1 |
| | |||||
* | Make some callbacks failable and add error handling | Leonid Logvinov | 2018-01-11 | 1 | -2/+4 |
| | |||||
* | Fix linter issues | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Fix callback types | Leonid Logvinov | 2018-01-10 | 1 | -5/+55 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2018-01-04 | 1 | -1/+1 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 2 | -2/+2 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 7 | -71/+138 |
| | |||||
* | Add some missed underscores, update changelog and comments | Brandon Millman | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'development' into fix/underscorePrivate | Brandon Millman | 2017-12-21 | 2 | -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 URLs | Leonid Logvinov | 2017-12-20 | 1 | -3/+3 |
| | | |||||
| * | Fix WETH symbol | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| | | |||||
| * | Add WETH9 tests | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| | | |||||
| * | Add etherToken.getLogsAsync and etherToken.subscribe with tests | Leonid Logvinov | 2017-12-20 | 1 | -0/+7 |
| | | |||||
* | | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 3 | -43/+43 |
|/ | |||||
* | Move web3 import after subprovider imports in test web3_factory | Brandon Millman | 2017-12-18 | 1 | -1/+7 |
| | |||||
* | Fix redundant spaces | Leonid Logvinov | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | Name a variable | Leonid Logvinov | 2017-12-15 | 1 | -1/+2 |
| | |||||
* | Fix a conditional | Leonid Logvinov | 2017-12-15 | 1 | -5/+1 |
| | |||||
* | Add a function to init token balances | Leonid Logvinov | 2017-12-14 | 2 | -4/+30 |
| | |||||
* | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 4 | -88/+2 |
| | |||||
* | Add a HACK comment | Leonid Logvinov | 2017-11-29 | 1 | -0/+3 |
| | |||||
* | Normalise subprovider names | Leonid Logvinov | 2017-11-29 | 3 | -6/+6 |
| | |||||
* | Add fake gas estimate suprovider for tests | Leonid Logvinov | 2017-11-29 | 4 | -1/+62 |
| | |||||
* | Remove unused asyncs | Leonid Logvinov | 2017-11-24 | 1 | -2/+2 |
| | |||||
* | Auto-fix linter errors | Leonid Logvinov | 2017-11-24 | 6 | -8/+15 |
| | |||||
* | Don't reassign the parameter | Leonid Logvinov | 2017-11-24 | 1 | -3/+3 |
| | |||||
* | Make getZRXTokenAddress non async | Leonid Logvinov | 2017-11-24 | 1 | -0/+2 |
| | |||||
* | Merge branch 'development' into feature/calculate-remaining-proportions | Jacob Evans | 2017-11-23 | 1 | -3/+3 |
|\ | |||||
| * | Fix async callbacks | Leonid Logvinov | 2017-11-21 | 1 | -3/+3 |
| | | |||||
* | | add a test constant for ZRX decimals | Jacob Evans | 2017-11-22 | 1 | -0/+1 |
|/ | |||||
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 9 | -0/+329 |