Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -7/+7 |
| | |||||
* | update fill-scenarios to use new artifacts and abi-gen wrappers packages | Alex Browne | 2018-10-16 | 3 | -21/+2 |
| | |||||
* | Move types from sol-compiler to types so they can be used in other places ↵ | Fabio Berger | 2018-08-22 | 1 | -1/+1 |
| | | | | without requiring sol-compiler as a dep | ||||
* | Merge development | Fabio Berger | 2018-08-15 | 1 | -11/+13 |
|\ | |||||
| * | Update createFactory to accept one createOrderOpts param to encompass all ↵ | Brandon Millman | 2018-08-06 | 1 | -11/+13 |
| | | | | | | | | optional params | ||||
| * | Update orderFactory interface | Brandon Millman | 2018-08-04 | 1 | -4/+4 |
| | | |||||
* | | Make signature_util into an object literal so related functions are rendered ↵ | Fabio Berger | 2018-08-03 | 1 | -1/+2 |
| | | | | | | | | together in the docs | ||||
* | | Remove all in-package monorepo-scripts by adding doc gen/upload and ↵ | Fabio Berger | 2018-07-30 | 1 | -8/+0 |
|/ | | | | aggregate release note publishing to publish script | ||||
* | Fix a bad merge | Leonid Logvinov | 2018-07-18 | 1 | -10/+12 |
| | |||||
* | Merge | Leonid Logvinov | 2018-07-18 | 4 | -224/+304 |
| | |||||
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 1 | -6/+6 |
| | |||||
* | Refactor fill-scenarios for V2 | Leonid Logvinov | 2018-07-05 | 2 | -47/+14 |
| | |||||
* | Change import paths from z_r_x and e_r_c to zrx and erc | Leonid Logvinov | 2018-06-29 | 1 | -2/+2 |
| | |||||
* | Minor fixes after rebase | Greg Hysen | 2018-06-08 | 1 | -4/+4 |
| | |||||
* | Use _.omit for conciseness | Fabio Berger | 2018-06-05 | 1 | -15/+5 |
| | |||||
* | Update fill-scenarios for V2 and add CHANGELOG entry | Fabio Berger | 2018-06-05 | 1 | -64/+83 |
| | |||||
* | Remove compact_artifacts and replace with updated artifacts | Fabio Berger | 2018-06-05 | 7 | -1845/+0 |
| | |||||
* | Check transaction receipt status codes where applicable | Alex Browne | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -2/+2 |
| | |||||
* | Revert throw conditions since it messes with the expected test timing | Fabio Berger | 2018-05-11 | 1 | -15/+3 |
| | |||||
* | Get networkId from web3Wrapper | Fabio Berger | 2018-05-11 | 2 | -3/+3 |
| | |||||
* | Throw if tx reverts | Fabio Berger | 2018-05-11 | 1 | -3/+15 |
| | |||||
* | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 1 | -1/+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 provider instance variable | Fabio Berger | 2018-05-10 | 1 | -10/+7 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 12 | -0/+2121 |
unifying library with the same interface |