Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move packages/contracts to contracts/core | Leonid Logvinov | 2018-12-03 | 1 | -260/+0 |
| | |||||
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -3/+3 |
| | |||||
* | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 1 | -1/+0 |
| | |||||
* | move generated contract wrappers from `contract_wrappers/generated/` to ↵ | Fabio Berger | 2018-06-06 | 1 | -6/+6 |
| | | | | `generated_contract_wrappers` in package with no non-generated contract wrappers | ||||
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Fix ExchangeWrapper | Fabio Berger | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | Remove 0x.js dep from contracts | Fabio Berger | 2018-05-23 | 1 | -2/+2 |
| | |||||
* | merge development | Fabio Berger | 2018-05-22 | 1 | -0/+1 |
|\ | |||||
| * | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'development' into v2-prototype | Amir Bandeali | 2018-05-16 | 1 | -78/+113 |
|\| | |||||
| * | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 1 | -32/+66 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| | * | Fix linter errors | Leonid Logvinov | 2018-05-11 | 1 | -1/+1 |
| | | | |||||
| | * | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 1 | -8/+8 |
| | | | |||||
| | * | Fix linter issues | Leonid Logvinov | 2018-05-10 | 1 | -19/+19 |
| | | | |||||
| | * | Remove deployer from metacoin and contract tests | Leonid Logvinov | 2018-05-10 | 1 | -20/+54 |
| | | | |||||
| * | | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 1 | -1/+2 |
| |/ | | | | | | | unifying library with the same interface | ||||
* | | Rename DummyToken => DummyERC20Token | Amir Bandeali | 2018-04-22 | 1 | -2/+2 |
| | | |||||
* | | Modify tests to work with new utils | Amir Bandeali | 2018-04-21 | 1 | -213/+213 |
| | | |||||
* | | Fix compile errors | Amir Bandeali | 2018-04-21 | 1 | -6/+6 |
|/ | |||||
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -5/+5 |
| | |||||
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 1 | -3/+2 |
| | |||||
* | Fix tests by passing DummyToken args | Leonid Logvinov | 2018-03-09 | 1 | -2/+2 |
| | |||||
* | Adjust the tests | Leonid Logvinov | 2018-03-02 | 1 | -37/+47 |
| | |||||
* | Make tests slightly nicer | Leonid Logvinov | 2018-03-02 | 1 | -16/+23 |
| | |||||
* | Remove only | Leonid Logvinov | 2018-03-02 | 1 | -1/+1 |
| | |||||
* | Don't pass tokenGet and tokenGive because we can get them from 0x order | Leonid Logvinov | 2018-03-02 | 1 | -3/+1 |
| | |||||
* | Fix a typo | Leonid Logvinov | 2018-03-02 | 1 | -2/+2 |
| | |||||
* | Fix the comment | Leonid Logvinov | 2018-03-02 | 1 | -1/+1 |
| | |||||
* | Remove false-positive linter failure because of chai-as-pronmised incorrect ↵ | Leonid Logvinov | 2018-03-02 | 1 | -0/+1 |
| | | | | types | ||||
* | Assert that the balances don't change if arbitrage fails | Leonid Logvinov | 2018-03-02 | 1 | -4/+7 |
| | |||||
* | Initial implementation of Arbitrage contract with tests | Leonid Logvinov | 2018-03-02 | 1 | -0/+207 |