Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #419 from 0xProject/fix/deployer-args | Leonid Logvinov | 2018-03-08 | 1 | -0/+6 |
|\ | | | | | Improve an error message when an incorrect number of constructor param… | ||||
| * | Improve an error message when an inorrect number of constructor params is passed | Leonid Logvinov | 2018-02-28 | 1 | -0/+6 |
| | | |||||
* | | Initial implementation of Arbitrage contract with tests | Leonid Logvinov | 2018-03-02 | 2 | -1/+10 |
|/ | |||||
* | Change backend for contracts contracts | Leonid Logvinov | 2018-02-28 | 1 | -3/+3 |
| | |||||
* | Fix namings | Leonid Logvinov | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | Use the same templates as 0x.js | Leonid Logvinov | 2018-02-28 | 3 | -8/+10 |
| | |||||
* | Use Order and SignedOrder type from 0x.js | Leonid Logvinov | 2018-02-07 | 7 | -255/+142 |
| | |||||
* | Introduce SignedOrder class and remove type assertions | Leonid Logvinov | 2018-02-07 | 6 | -104/+142 |
| | |||||
* | Make orderHashHex a getter instead of a property | Leonid Logvinov | 2018-02-07 | 3 | -6/+4 |
| | |||||
* | Add missing async | Leonid Logvinov | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Change utils | Leonid Logvinov | 2018-02-07 | 4 | -32/+41 |
| | |||||
* | Fix artifacts path | Amir Bandeali | 2018-02-07 | 1 | -10/+10 |
| | |||||
* | Rename directories | Amir Bandeali | 2018-02-03 | 2 | -12/+10 |
| | |||||
* | Rename previous contracts, fix imports, add nested file structure | Amir Bandeali | 2018-02-03 | 1 | -1/+0 |
| | |||||
* | Use an enum for contract name | Leonid Logvinov | 2018-01-30 | 1 | -12/+13 |
| | |||||
* | Normalize the dependencies | Leonid Logvinov | 2018-01-30 | 4 | -20/+17 |
| | |||||
* | Make awaitTransactionMinedAsync non-generic again | Leonid Logvinov | 2018-01-30 | 1 | -7/+7 |
| | |||||
* | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 8 | -61/+123 |
| | |||||
* | Refactor contracts tests to not use injected web3 instance | Leonid Logvinov | 2018-01-30 | 1 | -1/+0 |
| | |||||
* | Remove truffle from tokenTransferProxy tests | Leonid Logvinov | 2018-01-30 | 1 | -0/+1 |
| | |||||
* | Move deployer to a separate package | Leonid Logvinov | 2018-01-18 | 1 | -9/+9 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2018-01-04 | 1 | -2/+1 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 6 | -9/+6 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 10 | -98/+167 |
| | |||||
* | Merge branch 'development' into fix/underscorePrivate | Brandon Millman | 2017-12-21 | 1 | -3/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ... | ||||
| * | Replace our EtherTokens with WETH9 from maker | Leonid Logvinov | 2017-12-20 | 1 | -3/+1 |
| | | |||||
* | | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 6 | -34/+34 |
|/ | |||||
* | Fix connect unused vars | Leonid Logvinov | 2017-12-15 | 1 | -1/+0 |
| | |||||
* | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 3 | -55/+1 |
| | |||||
* | Add gas limits to failing tests | Amir Bandeali | 2017-12-13 | 1 | -0/+3 |
| | |||||
* | Update 0x.js version, fix build errors | Amir Bandeali | 2017-12-13 | 1 | -0/+1 |
| | |||||
* | Add updated contracts, reorganize contract file structure | Amir Bandeali | 2017-12-13 | 1 | -0/+2 |
| | |||||
* | Add tests for ERC20Token and EtherToken_v2 | Amir Bandeali | 2017-12-13 | 1 | -2/+2 |
| | |||||
* | Fix errors with new testrpc version | Amir Bandeali | 2017-12-13 | 1 | -0/+1 |
| | |||||
* | Add version to new EtherToken, fix typos | Amir Bandeali | 2017-12-13 | 1 | -0/+2 |
| | |||||
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 1 | -2/+2 |
| | |||||
* | Make class methods that don't use 'this' static | Amir Bandeali | 2017-12-01 | 1 | -11/+11 |
| | |||||
* | Fix indentations | Amir Bandeali | 2017-11-30 | 11 | -575/+577 |
| | |||||
* | Add contracts to packages, fix most linting errors | Amir Bandeali | 2017-11-30 | 13 | -0/+735 |