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
/
order-utils
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement initial set of orderFill combinatorial tests
Fabio Berger
2018-06-13
2
-63
/
+209
*
Remaining refactors of order-utils components for V2
Fabio Berger
2018-06-13
4
-34
/
+35
*
Remove comment since we have added the tests
Fabio Berger
2018-06-13
1
-5
/
+0
*
Validate all signature types rather then only ECSignatures
Fabio Berger
2018-06-12
1
-4
/
+12
*
Fix tslint issues
Fabio Berger
2018-06-12
3
-3
/
+1
*
Move OrderValidationUtils (+ tests) and ExchangeTransferSimulator to order-utils
Fabio Berger
2018-06-12
11
-16
/
+478
*
export parseECSignature method
Fabio Berger
2018-06-12
1
-0
/
+1
*
Fixed assetProxyUtils for linter
Greg Hysen
2018-06-09
1
-2
/
+2
*
Cleanup after last rebase
Greg Hysen
2018-06-08
1
-2
/
+2
*
Camelcase in memCopy
Greg Hysen
2018-06-08
1
-2
/
+2
*
Moved some constants to global scope in assetProxyUtils
Greg Hysen
2018-06-08
1
-18
/
+26
*
Style updates to contracts
Greg Hysen
2018-06-08
1
-2
/
+3
*
Union types for generalized decodeAssetData
Greg Hysen
2018-06-08
1
-13
/
+4
*
Style updates to ERC721 onReceiver
Greg Hysen
2018-06-08
1
-4
/
+6
*
Fixes after rebasing
Greg Hysen
2018-06-08
2
-38
/
+44
*
Fixed up after rebasing. Contracts build and tests pass
Greg Hysen
2018-06-08
1
-3
/
+4
*
Converged on naming scheme for asset data: renamed all instances of assetMeta...
Greg Hysen
2018-06-08
1
-33
/
+33
*
Tons of tests around nested byte arrays and ERC721 receiver
Greg Hysen
2018-06-08
1
-4
/
+26
*
Pass in fee and assetAmount rather then the whole signedOrder
Fabio Berger
2018-06-08
2
-15
/
+6
*
Revert to returning orderState on invalid order
Fabio Berger
2018-06-08
1
-1
/
+6
*
- Refactor remainingFillableCalculator so it can be used for the maker and ta...
Fabio Berger
2018-06-08
1
-58
/
+57
*
Update naming in orderStateUtils to use asset over token, also removed cancel...
Fabio Berger
2018-06-08
2
-44
/
+37
*
Get build and tests to pass
fragosti
2018-06-07
1
-2
/
+3
*
merge v2-prototype
Fabio Berger
2018-06-06
8
-1846
/
+9
|
\
|
*
Remove unused compact artifacts from order-utils
Fabio Berger
2018-06-05
7
-1845
/
+0
|
*
Add missing exports to order-utils and add CHANGELOG entry
Fabio Berger
2018-06-05
1
-1
/
+9
*
|
Try enabling no-unused-variable...
fragosti
2018-06-05
4
-6
/
+0
|
/
*
Improve comments and remove unused imports
Fabio Berger
2018-06-02
2
-3
/
+3
*
Add comment to exported method
Fabio Berger
2018-06-02
1
-0
/
+7
*
Fix type imports
Fabio Berger
2018-06-02
3
-3
/
+6
*
Add signature specific validation methods, and other refactors
Fabio Berger
2018-06-02
3
-53
/
+90
*
Rename ISigner to IWallet and implement SignatureType.Validator
Fabio Berger
2018-06-01
2
-5
/
+43
*
Fix metadata offsets
Fabio Berger
2018-06-01
1
-5
/
+7
*
Merge branch 'v2-prototype' into refactor/order-utils/for-v2
Fabio Berger
2018-06-01
2
-30
/
+31
|
\
*
|
Expose isValidPresignedSignatureAsync method
Fabio Berger
2018-05-31
1
-3
/
+19
*
|
Decide to throw for Caller signature type for now
Fabio Berger
2018-05-31
1
-2
/
+3
*
|
Fix order-utils tests
Fabio Berger
2018-05-31
5
-48
/
+95
*
|
Initial refactor of order-utils. Move many utils from contracts into this pac...
Fabio Berger
2018-05-30
11
-160
/
+478
|
/
*
Fix small bug in order-utils
Alex Browne
2018-05-23
1
-1
/
+1
*
Fix TSLint rules
Fabio Berger
2018-05-16
2
-5
/
+15
*
Add missing type definitions
Leonid Logvinov
2018-05-14
1
-1
/
+1
*
Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...
Fabio Berger
2018-05-10
13
-0
/
+2122
*
Make a negligible change to order-utils to publish a new version
Leonid Logvinov
2018-05-05
1
-1
/
+1
*
Stop exporting assertions from order-utils
Leonid Logvinov
2018-05-02
2
-9
/
+0
*
Move order utils to @0xproject/order-utils
Leonid Logvinov
2018-05-02
11
-0
/
+345