index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
contracts
/
test
/
exchange
/
match_orders.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
safeGetPartialAmount (#1035)
Amir Bandeali
2018-08-29
1
-35
/
+185
*
Run all tests
Greg Hysen
2018-08-25
1
-1
/
+1
*
Give right maker better price when correct value is not integral
Greg Hysen
2018-08-25
1
-10
/
+14
*
Tests for matchOrders edge cases
Greg Hysen
2018-08-25
1
-13
/
+71
*
Renaming verify -> assert in order matching
Greg Hysen
2018-08-25
1
-18
/
+18
*
Added function signature comments
Greg Hysen
2018-08-25
1
-27
/
+27
*
Ran prettier and linter
Greg Hysen
2018-08-25
1
-41
/
+3
*
Updated all existing match order tests to use new format
Greg Hysen
2018-08-25
1
-122
/
+287
*
First balance test with intentional values
Greg Hysen
2018-08-25
1
-11
/
+24
*
Ironing out the new set of test cases for order matchubng
Greg Hysen
2018-08-25
1
-1
/
+1
*
All existing tests pass.
Greg Hysen
2018-08-25
1
-1
/
+104
*
Add tests for matchOrders
Amir Bandeali
2018-08-25
1
-121
/
+52
*
Update TypeScript to version 2.9.2
Alex Browne
2018-08-09
1
-4
/
+19
*
merge v2-prototype
Fabio Berger
2018-07-18
1
-40
/
+40
|
\
|
*
Fix bugs having to do with block timestamps and order expirationTimes
Alex Browne
2018-07-17
1
-40
/
+40
*
|
Rename assetProxyUtils to assetDataUtils
Fabio Berger
2018-07-17
1
-50
/
+50
|
/
*
Make it possible to configure block polling interval in base contract wrapper
Leonid Logvinov
2018-07-05
1
-4
/
+4
*
Improve robustness of revert reason assertions
Alex Browne
2018-07-03
1
-6
/
+6
*
Update file structure
Amir Bandeali
2018-06-30
1
-16
/
+16
*
Make registerAssetProxy append only
Amir Bandeali
2018-06-30
1
-3
/
+3
*
Update expectRevertReasonOrAlwaysFailingTransactionAsync to check status codes
Alex Browne
2018-06-30
1
-21
/
+3
*
Reduce the userAddresses to the individual addresses actually used by tests, ...
Fabio Berger
2018-06-28
1
-2
/
+3
*
Merge branch 'refactor/check-revert-reasons' into feature/combinatorial-testing
Fabio Berger
2018-06-27
1
-6
/
+6
|
\
|
*
Rename RevertReasons to RevertReason since singular enum names are more common
Fabio Berger
2018-06-26
1
-6
/
+6
|
*
Merge branch 'v2-prototype' into refactor/check-revert-reasons
Fabio Berger
2018-06-26
1
-1
/
+1
|
|
\
*
|
\
Merge branch 'v2-prototype' into feature/combinatorial-testing
Fabio Berger
2018-06-26
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix tests
Amir Bandeali
2018-06-26
1
-1
/
+1
*
|
|
merge check-revert-reasons
Fabio Berger
2018-06-25
1
-8
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Move RevertReasons to @0xproject/types package
Fabio Berger
2018-06-25
1
-8
/
+2
*
|
|
merge check-revert-reasons
Fabio Berger
2018-06-25
1
-7
/
+22
|
\
|
|
|
*
|
Fix tslint
Fabio Berger
2018-06-23
1
-1
/
+1
|
*
|
Fix prettier
Fabio Berger
2018-06-23
1
-4
/
+8
|
*
|
Rename ContractLibErrors to RevertReasons
Fabio Berger
2018-06-23
1
-6
/
+6
|
*
|
Fix tests
Fabio Berger
2018-06-22
1
-2
/
+2
|
*
|
Add revert reason checks to match_orders tests
Fabio Berger
2018-06-22
1
-7
/
+18
|
|
/
*
/
Remove hack in ERC20Wrapper
Fabio Berger
2018-06-19
1
-1
/
+4
|
/
*
Make ZRX_PROXY_ID constant rather than popping it from ZRX_ASSET_DATA
Amir Bandeali
2018-06-13
1
-1
/
+1
*
Removed setting makerAssetData/takerAssetData from tests where values are sam...
Greg Hysen
2018-06-08
1
-34
/
+0
*
Converged on naming scheme for asset data: renamed all instances of assetMeta...
Greg Hysen
2018-06-08
1
-83
/
+83
*
Fixed path
Fabio Berger
2018-06-07
1
-5
/
+5
*
merge v2-prototype
Fabio Berger
2018-06-07
1
-32
/
+19
|
\
|
*
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...
fragosti
2018-06-07
1
-10
/
+11
|
|
\
|
|
*
Add Async suffix to relevant assertions
Alex Browne
2018-06-07
1
-6
/
+6
|
|
*
Add more transactions to Geth on init. Skip tests that are failing.
Alex Browne
2018-06-07
1
-1
/
+1
|
|
*
Replace constant.REVERT test assertions with expectRevertOrAlwaysFailingTrans...
Alex Browne
2018-06-07
1
-10
/
+11
|
*
|
Linter now passes
fragosti
2018-06-06
1
-18
/
+4
|
|
/
*
/
move generated contract wrappers from `contract_wrappers/generated/` to `gene...
Fabio Berger
2018-06-06
1
-5
/
+5
|
/
*
Update Exchange statuses, revert instead of emmitting event on fill/cancel fa...
Amir Bandeali
2018-06-05
1
-22
/
+21
*
Merge branch 'v2-prototype' into refactor/order-utils/for-v2
Fabio Berger
2018-06-02
1
-1
/
+2
|
\
|
*
Introduce ethereum-types package
Leonid Logvinov
2018-06-01
1
-1
/
+2
*
|
Initial refactor of order-utils. Move many utils from contracts into this pac...
Fabio Berger
2018-05-30
1
-7
/
+3
|
/
*
Migrate migrations to v2
Leonid Logvinov
2018-05-25
1
-2
/
+1
*
Check transaction receipt status codes where applicable
Alex Browne
2018-05-24
1
-2
/
+2
*
Move contract utils
Leonid Logvinov
2018-05-24
1
-1
/
+1
*
Fix ExchangeWrapper
Fabio Berger
2018-05-23
1
-1
/
+1
*
Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDep
Fabio Berger
2018-05-23
1
-6
/
+18
|
\
|
*
Apply changes to test/exchange/match_orders.ts
Alex Browne
2018-05-22
1
-6
/
+18
*
|
Remove 0x.js dep from contracts
Fabio Berger
2018-05-23
1
-84
/
+79
|
/
*
Rebased against v2-prototype
Greg Hysen
2018-05-19
1
-8
/
+10
*
Moved feeTokenAddress to MatchOrderTester constructor. Since it is constant, ...
Greg Hysen
2018-05-19
1
-20
/
+1
*
The OrderInfo struct is now returned by the getOrderInfo function
Greg Hysen
2018-05-19
1
-64
/
+41
*
Throw if the left or right orders do not compute the correct fill results. I ...
Greg Hysen
2018-05-19
1
-10
/
+8
*
Style changes to atomic order matching
Greg Hysen
2018-05-19
1
-1
/
+1
*
Atomic Order Matching - Tests
Greg Hysen
2018-05-19
1
-0
/
+873