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
/
src
/
utils
/
exchange_wrapper.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge v2-prototype
Fabio Berger
2018-06-07
1
-7
/
+7
|
\
|
*
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...
fragosti
2018-06-07
1
-6
/
+6
|
|
\
|
|
*
Add additional gas to calls to fillOrderNoThrow
Alex Browne
2018-06-07
1
-6
/
+6
|
*
|
Linter now passes
fragosti
2018-06-06
1
-1
/
+1
|
|
/
*
/
move generated contract wrappers from `contract_wrappers/generated/` to `gene...
Fabio Berger
2018-06-06
1
-1
/
+1
|
/
*
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
*
|
Merge branch 'v2-prototype' into refactor/order-utils/for-v2
Fabio Berger
2018-06-01
1
-23
/
+19
|
\
|
|
*
Change logDecoder back into class, remove awaitTransactionMined from multiSig...
Amir Bandeali
2018-05-31
1
-23
/
+19
*
|
Initial refactor of order-utils. Move many utils from contracts into this pac...
Fabio Berger
2018-05-30
1
-2
/
+2
|
/
*
Merge pull request #571 from 0xProject/feature/contracts/proxyOwner
Amir Bandeali
2018-05-25
1
-4
/
+2
|
\
|
*
Use web3-wrapper instead of 0x.js, update logDecoder
Amir Bandeali
2018-05-25
1
-4
/
+2
*
|
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