index
:
dexon-0x-contracts
dev
master
stable
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
contracts
/
src
/
utils
/
exchange_wrapper.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate migrations to v2
Leonid Logvinov
2018-05-25
1
-2
/
+2
*
Check transaction receipt status codes where applicable
Alex Browne
2018-05-24
1
-1
/
+1
*
Fix ExchangeWrapper
Fabio Berger
2018-05-23
1
-3
/
+5
*
Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDep
Fabio Berger
2018-05-23
1
-2
/
+2
|
\
|
*
Add missing return types
Remco Bloemen
2018-05-22
1
-1
/
+1
*
|
Remove 0x.js dep from contracts
Fabio Berger
2018-05-23
1
-6
/
+5
|
/
*
Removed redundant log decode call
Greg Hysen
2018-05-19
1
-2
/
+0
*
The OrderInfo struct is now returned by the getOrderInfo function
Greg Hysen
2018-05-19
1
-5
/
+3
*
Style changes to atomic order matching
Greg Hysen
2018-05-19
1
-6
/
+8
*
Atomic Order Matching - Tests
Greg Hysen
2018-05-19
1
-0
/
+22
*
Make all lib functions internal, add contracts for testing
Amir Bandeali
2018-04-27
1
-31
/
+0
*
Update tests and utils
Amir Bandeali
2018-04-27
1
-1
/
+15
*
Fix tests
Amir Bandeali
2018-04-24
1
-2
/
+19
*
Rename missed variables
Amir Bandeali
2018-04-23
1
-1
/
+1
*
Add missing async suffix
Amir Bandeali
2018-04-22
1
-1
/
+1
*
Rename token => asset
Amir Bandeali
2018-04-22
1
-30
/
+30
*
Revert variable naming
Amir Bandeali
2018-04-21
1
-31
/
+31
*
Add marketBuyOrders, rename variables, and fx old tests
Amir Bandeali
2018-04-21
1
-29
/
+59
*
Fix build errors
Amir Bandeali
2018-04-21
1
-8
/
+2
*
Remove partial cancels
Amir Bandeali
2018-04-21
1
-18
/
+5
*
Change from cancelOrdersBefore to cancelOrdersUpTo. The effect is that orders...
Greg Hysen
2018-04-21
1
-2
/
+2
*
Renamed all instances of timestamp to salt. Clarified test case wording.
Greg Hysen
2018-04-21
1
-2
/
+2
*
Fixed spacing
Greg Hysen
2018-04-21
1
-2
/
+2
*
Implementation and tests in the protocol for cancelling all orders up to a sp...
Greg Hysen
2018-04-21
1
-0
/
+12
*
Address feedback and lint
Amir Bandeali
2018-04-21
1
-79
/
+15
*
Add tests for fillOrderNoThrow based functions
Amir Bandeali
2018-04-21
1
-0
/
+42
*
Add fillOrderNoThrow to exchange wrapper and add test
Amir Bandeali
2018-04-21
1
-0
/
+21
*
Add utils for hashing and signing orders, update wrappers
Amir Bandeali
2018-04-21
1
-6
/
+10
*
Modify utils to work with new signature format
Amir Bandeali
2018-04-21
1
-37
/
+19
*
Use new logDecoder interface
Amir Bandeali
2018-04-21
1
-7
/
+7
*
Rename variables
Amir Bandeali
2018-04-21
1
-21
/
+21
*
Move log decoding logic to exchange wrapper
Amir Bandeali
2018-04-21
1
-11
/
+39
*
Add logDecoder, remove outdated tests
Amir Bandeali
2018-04-21
1
-8
/
+2
*
Move utils dir into src
Amir Bandeali
2018-04-21
1
-0
/
+204