Fabio Berger
6174d9ebb7
Fix typo
2018-08-27 12:34:34 +01:00
Fabio Berger
e4fc8a8414
Use absolute path
2018-08-27 12:05:55 +01:00
Fabio Berger
907972c466
Merge branch 'development' into fix-ci
...
* development:
Run yarn a second time if the first fails
2018-08-27 11:43:35 +01:00
Fabio Berger
49f5fe635f
Merge branch 'development' of github.com:0xProject/0x-monorepo into development
...
* 'development' of github.com:0xProject/0x-monorepo:
Run yarn a second time if the first fails
2018-08-27 11:43:22 +01:00
Fabio Berger
77290c1efa
Run yarn a second time if the first fails
2018-08-27 10:51:38 +01:00
Fabio Berger
4ac43a9fd2
Try relative to root dir
2018-08-27 10:38:06 +01:00
Fabio Berger
cc77d1dd49
merge development
2018-08-27 10:35:16 +01:00
Fabio Berger
51161784e8
Merge branch 'development' of github.com:0xProject/0x-monorepo into development
...
* 'development' of github.com:0xProject/0x-monorepo:
Fix command
Move md files to lib folder during build
Change exit code to failure
Fix sra-spec `main` and `types` in package.json
Issue #1025 BlockParam unroll
fix: Use yarn version 1.9.4 on CI
2018-08-27 10:34:45 +01:00
Fabio Berger
cb7660fbe7
Merge pull request #1009 from 0xProject/fix/ci-yarn-1.9.4
...
fix: Use yarn version 1.9.4 on CI
2018-08-27 10:33:02 +01:00
Fabio Berger
82e51b8787
Fix command
2018-08-27 10:15:27 +01:00
Fabio Berger
fffa96bba7
Move md files to lib folder during build
2018-08-27 10:15:13 +01:00
Fabio Berger
e6cb2e0fcd
Change exit code to failure
2018-08-27 10:14:43 +01:00
Fabio Berger
38abeaed9c
Fix sra-spec main and types in package.json
2018-08-27 10:13:17 +01:00
Fabio Berger
90c9e3496a
Actual relative path
2018-08-27 10:10:07 +01:00
Fabio Berger
9fc8a6e214
Try relative path
2018-08-27 10:09:51 +01:00
Fabio Berger
9df87a199a
Merge pull request #1026 from 0xProject/fix/contract-wrappers/block-param-literal
...
[contract_templates] Issue #1025 BlockParam unroll
2018-08-27 10:07:06 +01:00
Jacob Evans
7e9ba50502
Issue #1025 BlockParam unroll
...
BlockParam unrolls into number | BlockParamLiteral, though BlockParamLiteral does not get imported. This results in type build errors in downstream projects where tslint checks libs
2018-08-27 15:59:43 +10:00
Fabio Berger
41559c39b9
Fix command
2018-08-26 23:43:19 +01:00
Fabio Berger
6a6b424c86
Move md files to lib folder during build
2018-08-26 23:35:47 +01:00
Fabio Berger
3a5c6ed00f
Fix sra-spec main and types in package.json
2018-08-26 23:05:04 +01:00
Fabio Berger
db54588d05
Add BlockParamLiteral to template
2018-08-26 22:00:51 +01:00
Fabio Berger
52fde551e4
Remove check since this method is now used in multiple places
2018-08-26 21:16:32 +01:00
Fabio Berger
40cf805e5e
Also use failure exit code if unexpected error occurs
2018-08-26 20:54:15 +01:00
Fabio Berger
09d6496135
Change exit code to failure
2018-08-26 20:53:21 +01:00
Fabio Berger
c4dadf4bfd
Combine imports
2018-08-26 17:49:06 +01:00
Fabio Berger
35ba3e6f7c
Bumop 0x.js version
0x.js@1.0.1-rc.5
2018-08-26 17:35:17 +01:00
Fabio Berger
3ac182ee91
Fix file path to main and types in package.json
2018-08-26 17:12:13 +01:00
Amir Bandeali
00e7c70b4d
Merge pull request #986 from 0xProject/feature/contracts/assertions
...
Add more assertions to assertValidFill
2018-08-24 20:03:28 -07:00
Amir Bandeali
0aa9ed3839
Merge pull request #1008 from 0xProject/fix/contracts/robustMatching
...
Robustness in Order Matching
2018-08-24 19:00:53 -07:00
Remco Bloemen
d652deea23
Merge branch 'fix/contracts/robustMatching' of github.com:0xProject/0x.js into fix/contracts/robustMatching
2018-08-24 18:54:15 -07:00
Greg Hysen
878db3b849
Added comments to order matching
2018-08-24 18:48:29 -07:00
Greg Hysen
ec2e726be0
Rephrased some of the math in MixinMatchOrders to improve readability
2018-08-24 18:20:26 -07:00
Greg Hysen
287830d6e0
Run all tests
2018-08-24 18:20:26 -07:00
Greg Hysen
c7a7ae7e18
Give right maker better price when correct value is not integral
2018-08-24 18:20:26 -07:00
Greg Hysen
1c7ba6a315
Extract only fill event logs
2018-08-24 18:20:26 -07:00
Greg Hysen
0a6f107243
Added temporary @todo to MixinMatchOrders
2018-08-24 18:20:25 -07:00
Greg Hysen
a93f95c55e
Wording in MixinMatchOrders
2018-08-24 18:20:25 -07:00
Greg Hysen
6833e243b7
Addressed linter errors in match order tesster
2018-08-24 18:20:25 -07:00
Greg Hysen
81dc893d1d
Removed a redundant comment from matchOrders
2018-08-24 18:20:25 -07:00
Greg Hysen
f8e565bc06
Tests for matchOrders edge cases
2018-08-24 18:20:25 -07:00
Greg Hysen
ba15fb6a06
Swapped direction of expect values to match output in failure cases
2018-08-24 18:20:25 -07:00
Greg Hysen
1e6b83719a
Renaming verify -> assert in order matching
2018-08-24 18:20:25 -07:00
Greg Hysen
9fcb2dda73
Fixed a function comment
2018-08-24 18:20:25 -07:00
Greg Hysen
9a5ec8d030
Added function signature comments
2018-08-24 18:20:25 -07:00
Greg Hysen
ac872e5181
Added expect messages for checking left/right order states
2018-08-24 18:20:25 -07:00
Greg Hysen
70863cca08
Ran prettier and linter
2018-08-24 18:20:25 -07:00
Greg Hysen
5a1dce15be
Updated all existing match order tests to use new format
2018-08-24 18:19:43 -07:00
Greg Hysen
d291256158
Passes comprehensive test
2018-08-24 18:18:30 -07:00
Greg Hysen
8c706ac639
Verify logs
2018-08-24 18:18:30 -07:00
Greg Hysen
f697814849
First balance test with intentional values
2018-08-24 18:18:30 -07:00