index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
contracts
/
test
/
utils
/
match_order_tester.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move packages/contracts to contracts/core
Leonid Logvinov
2018-12-03
1
-566
/
+0
*
chore: change package org from 0xproject to 0x
Jacob Evans
2018-10-18
1
-3
/
+3
*
Extract only `fill` event logs
Greg Hysen
2018-08-25
1
-4
/
+5
*
Addressed linter errors in match order tesster
Greg Hysen
2018-08-25
1
-9
/
+2
*
Swapped direction of `expect` values to match output in failure cases
Greg Hysen
2018-08-25
1
-37
/
+26
*
Renaming verify -> assert in order matching
Greg Hysen
2018-08-25
1
-35
/
+34
*
Fixed a function comment
Greg Hysen
2018-08-25
1
-1
/
+2
*
Added function signature comments
Greg Hysen
2018-08-25
1
-206
/
+197
*
Added `expect` messages for checking left/right order states
Greg Hysen
2018-08-25
1
-2
/
+6
*
Ran prettier and linter
Greg Hysen
2018-08-25
1
-178
/
+309
*
Updated all existing match order tests to use new format
Greg Hysen
2018-08-25
1
-6
/
+14
*
Passes comprehensive test
Greg Hysen
2018-08-25
1
-191
/
+141
*
Verify logs
Greg Hysen
2018-08-25
1
-72
/
+44
*
First balance test with intentional values
Greg Hysen
2018-08-25
1
-48
/
+71
*
Ironing out the new set of test cases for order matchubng
Greg Hysen
2018-08-25
1
-10
/
+101
*
Rounding for fees in match orders addressed, plus example
Greg Hysen
2018-08-25
1
-5
/
+79
*
All existing tests pass.
Greg Hysen
2018-08-25
1
-20
/
+33
*
Merge pull request #884 from 0xProject/export-more-0x.js
Fabio Berger
2018-07-18
1
-7
/
+7
|
\
|
*
Rename decodeAssetDataId to decodeAssetProxyId for consistency
Fabio Berger
2018-07-18
1
-2
/
+2
|
*
Rename assetProxyUtils to assetDataUtils
Fabio Berger
2018-07-17
1
-7
/
+7
*
|
Fix tslint issues
Leonid Logvinov
2018-07-17
1
-4
/
+4
|
/
*
Update file structure
Amir Bandeali
2018-06-30
1
-0
/
+326
*
Move contract utils
Leonid Logvinov
2018-05-24
1
-356
/
+0
*
Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDep
Fabio Berger
2018-05-23
1
-7
/
+10
|
\
|
*
Fix tslint issues
Fabio Berger
2018-05-23
1
-6
/
+9
|
*
Add missing return types
Remco Bloemen
2018-05-22
1
-1
/
+1
*
|
Remove 0x.js dep from contracts
Fabio Berger
2018-05-23
1
-1
/
+1
|
/
*
orderFilledAmount -> orderTakerAssetFilledAmount
Greg Hysen
2018-05-19
1
-12
/
+12
*
Rebased against v2-prototype
Greg Hysen
2018-05-19
1
-2
/
+2
*
Moved feeTokenAddress to MatchOrderTester constructor. Since it is constant, ...
Greg Hysen
2018-05-19
1
-118
/
+125
*
Cleaned up interface for decoding proxy data. Added a general decoder, which ...
Greg Hysen
2018-05-19
1
-12
/
+10
*
Style improvements to the match orders typescript test class
Greg Hysen
2018-05-19
1
-18
/
+14
*
Style changes to atomic order matching
Greg Hysen
2018-05-19
1
-1
/
+0
*
Atomic Order Matching - Tests
Greg Hysen
2018-05-19
1
-0
/
+353