Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #322 from 0xProject/fix/ci-time | Leonid | 2018-01-18 | 1 | -1/+2 |
|\ | |||||
| * | Test deployer separately from contracts | Leonid Logvinov | 2018-01-17 | 1 | -1/+2 |
* | | Run prettier to revert formatting changes made by the lerna publish step | Brandon Millman | 2018-01-18 | 1 | -1/+2 |
* | | Publish | Brandon Millman | 2018-01-18 | 1 | -13/+12 |
|/ | |||||
* | Prettify package.json files | Leonid Logvinov | 2018-01-12 | 1 | -1/+2 |
* | Publish | Leonid Logvinov | 2018-01-11 | 1 | -4/+4 |
* | Publish | Leonid Logvinov | 2018-01-11 | 1 | -11/+10 |
* | Return to old way of including web3 types | Leonid Logvinov | 2018-01-10 | 1 | -0/+1 |
* | Include web3 types via typeRoots and factor out common parts of tsconfig.json | Leonid Logvinov | 2018-01-10 | 4 | -10/+9 |
* | Apply prettify on json and md files | Leonid Logvinov | 2018-01-04 | 4 | -78/+78 |
* | Fix linter errors | Leonid Logvinov | 2018-01-04 | 5 | -8/+5 |
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 19 | -22/+18 |
* | Fix formatting | Leonid Logvinov | 2018-01-03 | 1 | -2/+0 |
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 43 | -843/+1083 |
* | Publish | Fabio Berger | 2017-12-28 | 1 | -8/+8 |
* | Merge pull request #285 from 0xProject/fix/underscorePrivate | Brandon Millman | 2017-12-22 | 9 | -130/+130 |
|\ | |||||
| * | Add some missed underscores, update changelog and comments | Brandon Millman | 2017-12-21 | 1 | -16/+16 |
| * | Merge branch 'development' into fix/underscorePrivate | Brandon Millman | 2017-12-21 | 8 | -298/+766 |
| |\ | |||||
| * | | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 9 | -114/+114 |
* | | | Update and standardize contracts README | Amir Bandeali | 2017-12-21 | 1 | -28/+42 |
| |/ |/| | |||||
* | | Publish | Leonid Logvinov | 2017-12-21 | 1 | -8/+8 |
* | | Replace our EtherTokens with WETH9 from maker | Leonid Logvinov | 2017-12-20 | 6 | -303/+2 |
* | | Add WETH9 and mirations | Leonid Logvinov | 2017-12-20 | 2 | -0/+769 |
|/ | |||||
* | Remove reliance on testrpc snapshot in ZRX tests | Amir Bandeali | 2017-12-20 | 1 | -20/+18 |
* | Introduce an identityCommandBuilder | Leonid Logvinov | 2017-12-19 | 1 | -2/+3 |
* | Define types for methodID | Leonid Logvinov | 2017-12-19 | 1 | -1/+1 |
* | Define types for ethereumjs-abi | Leonid Logvinov | 2017-12-19 | 1 | -1/+4 |
* | Install types for yargs | Leonid Logvinov | 2017-12-19 | 4 | -10/+10 |
* | Fix tests in contracts | Fabio Berger | 2017-12-17 | 2 | -13/+11 |
* | Fix connect unused vars | Leonid Logvinov | 2017-12-15 | 10 | -16/+6 |
* | Add a comment | Leonid Logvinov | 2017-12-15 | 1 | -0/+2 |
* | Make migrations deterministic | Leonid Logvinov | 2017-12-14 | 1 | -57/+45 |
* | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 5 | -57/+6 |
* | Merge branch 'development' into feature/addKovanFaucets | Brandon Millman | 2017-12-14 | 1 | -3/+0 |
|\ | |||||
| * | Remove redundant totalSupply from token interface | Amir Bandeali | 2017-12-13 | 1 | -3/+0 |
* | | Cleanup kovan-faucet package | Brandon Millman | 2017-12-14 | 1 | -1/+1 |
|/ | |||||
* | Increase timeout on deployer tests | Amir Bandeali | 2017-12-13 | 1 | -1/+1 |
* | Add version string to EtherToken_v2 | Amir Bandeali | 2017-12-13 | 1 | -0/+1 |
* | Formatting fixes | Amir Bandeali | 2017-12-13 | 6 | -18/+29 |
* | fix tests after merging with development | Amir Bandeali | 2017-12-13 | 1 | -3/+3 |
* | Add test:circleci command, add newlines to end of contracts | Amir Bandeali | 2017-12-13 | 25 | -2/+25 |
* | Add gas limits to failing tests | Amir Bandeali | 2017-12-13 | 6 | -14/+31 |
* | Rename contracts lib to utils | Amir Bandeali | 2017-12-13 | 13 | -9/+214 |
* | Refactor unlimited allowance logic out of ERC20Token | Amir Bandeali | 2017-12-13 | 8 | -20/+56 |
* | Fix typo, change variable name to be consistent | Amir Bandeali | 2017-12-13 | 2 | -6/+6 |
* | Update 0x.js version, fix build errors | Amir Bandeali | 2017-12-13 | 8 | -11/+27 |
* | Add updated contracts, reorganize contract file structure | Amir Bandeali | 2017-12-13 | 25 | -120/+170 |
* | Add tests for ERC20Token and EtherToken_v2 | Amir Bandeali | 2017-12-13 | 8 | -14/+183 |
* | Fix errors with new testrpc version | Amir Bandeali | 2017-12-13 | 8 | -44/+45 |
* | Add version to new EtherToken, fix typos | Amir Bandeali | 2017-12-13 | 5 | -5/+126 |
* | Add updated ERC20 implementation, update WETH | Amir Bandeali | 2017-12-13 | 3 | -2/+110 |
* | Re-hard code the dependency | Leonid Logvinov | 2017-12-12 | 16 | -72/+72 |
* | Publish | Brandon Millman | 2017-12-09 | 1 | -6/+6 |
* | Make contracts package private | Brandon Millman | 2017-12-09 | 1 | -0/+1 |
* | Inline network module | Leonid Logvinov | 2017-12-08 | 2 | -21/+14 |
* | Refactor networkId out of web3Wrapper | Leonid Logvinov | 2017-12-08 | 2 | -3/+4 |
* | Address feedback | Leonid Logvinov | 2017-12-07 | 2 | -2/+0 |
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 16 | -175/+44 |
* | Use same versions of dependencies everywhere | Leonid Logvinov | 2017-12-06 | 1 | -7/+7 |
* | Fix linter error | Leonid Logvinov | 2017-12-02 | 1 | -1/+1 |
* | Make class methods that don't use 'this' static | Amir Bandeali | 2017-12-01 | 4 | -89/+92 |
* | Fix module versions, cleanup scripts | Amir Bandeali | 2017-12-01 | 4 | -31/+29 |
* | Add README to contracts package | Amir Bandeali | 2017-11-30 | 1 | -0/+51 |
* | Fix indentations | Amir Bandeali | 2017-11-30 | 30 | -2673/+2705 |
* | Add contracts to packages, fix most linting errors | Amir Bandeali | 2017-11-30 | 102 | -0/+14115 |