Fabio Berger
12033abe09
Rename OrderAmountScenario to OrderAssetAmountScenario and convert generateOrderCombinations to generateFillOrderCombinations
2018-06-14 12:07:57 +02:00
Fabio Berger
f9410d5d00
Merge branch 'v2-prototype' into feature/combinatorial-testing
...
* v2-prototype: (27 commits)
Add back redirector behind feature flag
Update minHeight in Text
Use Text components in Values
Use spread operator instead of React.createElement
Fix issue with positions hash
Revert localhost config
Use Text in Teams
Use Text in OpenPositions
Use Text component for HeaderItem
Remove FloatingImage
Move FilledImage into components/ui
Replace FlatButton with Button in Retry
Fix incorrect colors
Add font family to Button component and use in Join0x component
Consolidate jobs page grey colors with shared colors
Fix lint errors
Remove extra packages
Implement small open positions
Implement large screen open positions
Teams section
...
2018-06-14 11:17:58 +02:00
Fabio Berger
c232a32991
Use a defaultFillScenario in fillOrder tests
2018-06-14 11:17:13 +02:00
Fabio Berger
57f37939d5
Fix incorrect string values in enum
2018-06-14 11:16:51 +02:00
Fabio Berger
432ff58107
Fix calculation of expFilledTakerAmount and expected values in events emitted
2018-06-14 11:16:32 +02:00
Fabio Berger
d31b051fc5
Replace initial set of legacy manually written fillOrder tests with declarative FillScenario tests
2018-06-14 10:41:04 +02:00
Fabio Berger
98405a39db
Add ability to specify takerAssetFillAmount and taker scenarios as part of a FillScenario
2018-06-14 10:40:17 +02:00
Brandon Millman
0e354e5ea1
Merge pull request #685 from 0xProject/feature/website/jobs-page
...
Jobs page
2018-06-13 13:34:54 -07:00
Brandon Millman
d172a97247
Add back redirector behind feature flag
2018-06-13 12:29:36 -07:00
Brandon Millman
8a3df7e434
Update minHeight in Text
2018-06-13 12:19:14 -07:00
Brandon Millman
eafcbabaa2
Use Text components in Values
2018-06-13 12:10:21 -07:00
Brandon Millman
14071ea119
Use spread operator instead of React.createElement
2018-06-13 12:01:08 -07:00
Fabio Berger
6239686afa
Fix divide by zero bug
2018-06-13 18:36:30 +02:00
Fabio Berger
45186b70ec
Move orderFill combinatorialTests to exchange folder
2018-06-13 16:14:48 +02:00
Fabio Berger
b4fead9606
Merge branch 'v2-prototype' into feature/combinatorial-testing
...
* v2-prototype: (26 commits)
Rename _coverageCollector -> _profilerCollector in TraceCollectionSubprovider
Refactor sol-cov to de-duplicate code for coverage and profiling
Rename popByte and popAddress
Hard code test addresses/bytes32 instead of generating pseudorandom ones
Update artifacts
Rename computeCoverageAsync -> computeSingleTraceCoverageAsync
Fix linter errors
Refactor sol-cov to avoid keeping traceInfo in memory
Unpop byte rather than making deep copy
Pass gas in to marketBuyOrdersNoThrow
Looks up the memory location of makerAssetData/takerAssetData
Make ZRX_PROXY_ID constant rather than popping it from ZRX_ASSET_DATA
Add tests for deepCopyBytes and missing write methods from LibBytes
Pop id from assetData before dispatching to AssetProxies
Upgrade solidity-parser-entlr 0.2.11 => 0.2.12
Fix import order
Fix typos
Add CHANGELOGs
Speed-up sol-cov
Increase delay when sending transactions during devnet startup
...
2018-06-13 16:10:05 +02:00
Fabio Berger
61243b418e
Implement initial set of orderFill combinatorial tests
2018-06-13 16:09:04 +02:00
Fabio Berger
fe75660e88
Refactor ERC20 and ERC721 wrappers for V2 and introduce the assetWrapper superset
2018-06-13 16:01:01 +02:00
Fabio Berger
946e6c1644
Remaining refactors of order-utils components for V2
2018-06-13 13:20:13 +02:00
Fabio Berger
3eb232b3fc
For some reason order-watcher tests were timeing out so I increased the timeout limit
2018-06-13 13:18:19 +02:00
Fabio Berger
38de1c9a31
Remove comment since we have added the tests
2018-06-13 13:16:22 +02:00
Fabio Berger
78dcb87a75
Variable rename for clarity
2018-06-13 13:11:45 +02:00
Alex Browne
4efd28c092
Merge pull request #694 from 0xProject/refactor-sol-cov
...
Refactor sol-cov to de-duplicate code for coverage and profiling
2018-06-12 16:51:58 -07:00
Brandon Millman
d0bbee7e8c
Fix issue with positions hash
2018-06-12 16:11:31 -07:00
Brandon Millman
7640563991
Revert localhost config
2018-06-12 16:09:23 -07:00
Amir Bandeali
90cf85c3f0
Merge pull request #682 from 0xProject/feature/contracts/popProxyId
...
Remove proxyId checks in AssetProxies
2018-06-12 16:05:46 -07:00
Brandon Millman
f1a98693d0
Use Text in Teams
2018-06-12 15:58:24 -07:00
Brandon Millman
2794d64d3e
Use Text in OpenPositions
2018-06-12 15:54:27 -07:00
Alex Browne
82743cca92
Rename _coverageCollector -> _profilerCollector in TraceCollectionSubprovider
2018-06-12 15:46:41 -07:00
Alex Browne
d0c348e595
Refactor sol-cov to de-duplicate code for coverage and profiling
2018-06-12 15:40:18 -07:00
Alex Browne
f50d3088dc
Merge pull request #691 from 0xProject/fix/sol-cov-memory
...
Refactor sol-cov to avoid keeping traceInfo in memory
2018-06-12 15:38:28 -07:00
Amir Bandeali
0917fa0d75
Rename popByte and popAddress
2018-06-12 15:30:46 -07:00
Amir Bandeali
cfb73dd534
Hard code test addresses/bytes32 instead of generating pseudorandom ones
2018-06-12 15:30:46 -07:00
Amir Bandeali
ef497b7989
Update artifacts
2018-06-12 15:30:41 -07:00
Brandon Millman
9d9341901f
Use Text component for HeaderItem
2018-06-12 15:25:47 -07:00
Brandon Millman
155e3d225d
Remove FloatingImage
2018-06-12 15:03:16 -07:00
Brandon Millman
ca41f100ab
Move FilledImage into components/ui
2018-06-12 14:49:42 -07:00
Brandon Millman
084285a760
Replace FlatButton with Button in Retry
2018-06-12 14:26:48 -07:00
Brandon Millman
982391cd7c
Fix incorrect colors
2018-06-12 14:23:47 -07:00
Brandon Millman
d206d0a3ae
Add font family to Button component and use in Join0x component
2018-06-12 14:23:03 -07:00
Alex Browne
627ea6c860
Rename computeCoverageAsync -> computeSingleTraceCoverageAsync
2018-06-12 14:11:11 -07:00
Alex Browne
bcc76b3764
Fix linter errors
2018-06-12 14:09:42 -07:00
Brandon Millman
eba8b4bf00
Consolidate jobs page grey colors with shared colors
2018-06-12 13:45:56 -07:00
Brandon Millman
f149665660
Fix lint errors
2018-06-12 13:40:15 -07:00
Brandon Millman
e3bb64cf35
Remove extra packages
2018-06-12 12:52:36 -07:00
Alex Browne
33f0669100
Refactor sol-cov to avoid keeping traceInfo in memory
2018-06-12 12:42:14 -07:00
Amir Bandeali
3a5f3e8b55
Unpop byte rather than making deep copy
2018-06-12 11:45:02 -07:00
Amir Bandeali
a0a90afbc0
Pass gas in to marketBuyOrdersNoThrow
2018-06-12 11:45:02 -07:00
Greg Hysen
2f96cb257c
Looks up the memory location of makerAssetData/takerAssetData
2018-06-12 11:45:02 -07:00
Amir Bandeali
5910bec52e
Make ZRX_PROXY_ID constant rather than popping it from ZRX_ASSET_DATA
2018-06-12 11:45:02 -07:00
Amir Bandeali
764b1c35cb
Add tests for deepCopyBytes and missing write methods from LibBytes
2018-06-12 11:45:02 -07:00