Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v2-prototype' into feature/combinatorial-testing | Fabio Berger | 2018-06-25 | 4 | -4/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (97 commits) Fix typos in comments Add modifier and tests for removeAuthorizedAddressAtIndex Update and add tests Change removeAuthorizedAddress => removeAuthorizedAddressAtIndex Move isFunctionRemoveAuthorizedAddress to test Fix usage of `popLastByte` Fix LibBytes is a library Remove `areBytesEqual` Fix usage of `contentAddress()` Clean low bits in bytes4 Clean high bits in address Refactor LibBytes.readBytes4 for consistency Fix LibBytes.equals Add trailing garbage testcase for LibBytes.equals Rename bytes.equals Add slice and sliceDestructive Rename bytes.rawAddress and add bytes.contentAddress Rename read/writeBytesWithLength Using LibBytes for bytes Make LibBytes a library ... # Conflicts: # packages/contracts/src/utils/constants.ts # packages/contracts/test/exchange/core.ts | ||||
| * | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 4 | -4/+0 |
| | | |||||
* | | For some reason order-watcher tests were timeing out so I increased the ↵ | Fabio Berger | 2018-06-13 | 1 | -1/+1 |
|/ | | | | timeout limit | ||||
* | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 2 | -2/+2 |
| | |||||
* | - Refactor remainingFillableCalculator so it can be used for the maker and ↵ | Fabio Berger | 2018-06-08 | 1 | -235/+0 |
| | | | | | | | taker side - Moved the tests over from order-watcher - Did some token -> asset renaming | ||||
* | Run prettier | fragosti | 2018-06-07 | 1 | -1/+9 |
| | |||||
* | Fix linting issues | fragosti | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Get build and tests to pass | fragosti | 2018-06-07 | 1 | -14/+15 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 5 | -29/+19 |
| | |||||
* | Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT | Amir Bandeali | 2018-05-31 | 1 | -1/+1 |
| | |||||
* | Migrate migrations to v2 | Leonid Logvinov | 2018-05-25 | 1 | -2/+2 |
| | |||||
* | Remove web3Factory.create and remove dev-tools dependency on sol-cov | Leonid Logvinov | 2018-05-23 | 1 | -3/+2 |
| | |||||
* | Merge pull request #594 from 0xProject/improvement/addCustomTslintRules | Fabio Berger | 2018-05-23 | 3 | -13/+27 |
|\ | | | | | Add more tslint rules | ||||
| * | Fix TSLint rules | Fabio Berger | 2018-05-16 | 3 | -13/+27 |
| | | |||||
* | | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 5 | -0/+5 |
|/ | |||||
* | Fix TSLint issues | Fabio Berger | 2018-05-15 | 2 | -2/+2 |
| | |||||
* | remove unused modules | Fabio Berger | 2018-05-11 | 1 | -18/+0 |
| | |||||
* | Update global_hooks | Fabio Berger | 2018-05-11 | 1 | -3/+14 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 10 | -0/+1220 |
unifying library with the same interface |