Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | | | | | | | | | | | * development: Add new packages to main README Remove redundant totalSupply from token interface | ||||
| * | 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 |
| | |||||
* | Publishwebsite@0.0.2contracts@2.0.0abi-gen-templates@0.0.2@0xproject/web3-wrapper@0.1.0@0xproject/utils@0.1.0@0xproject/types@0.1.0@0xproject/tslint-config@0.2.1@0xproject/subproviders@0.1.0@0xproject/monorepo-scripts@0.1.0@0xproject/json-schemas@0.6.10@0xproject/connect@0.3.0@0xproject/assert@0.0.7@0xproject/abi-gen@0.0.20x.js@0.27.2 | Brandon Millman | 2017-12-09 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | - 0x.js@0.27.2 - abi-gen-templates@0.0.2 - @0xproject/abi-gen@0.0.2 - @0xproject/assert@0.0.7 - @0xproject/connect@0.3.0 - contracts@2.0.0 - @0xproject/json-schemas@0.6.10 - @0xproject/monorepo-scripts@0.1.0 - @0xproject/subproviders@0.1.0 - @0xproject/tslint-config@0.2.1 - @0xproject/types@0.1.0 - @0xproject/utils@0.1.0 - @0xproject/web3-wrapper@0.1.0 - website@0.0.2 | ||||
* | 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 |