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
/
abstract
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix validateOrderFillableOrThrowAsync method so it also checks order ↵
Fabio Berger
2018-11-09
2
-2
/
+4
|
|
|
|
signature, cancelled, cancelledUpTo, and throws helpful error messages
*
chore: change package org from 0xproject to 0x
Jacob Evans
2018-10-18
4
-4
/
+4
|
*
Fix many linter errors that showed up upon upgrading tsutil
Fabio Berger
2018-08-23
2
-2
/
+2
|
*
Add missing comments
Fabio Berger
2018-08-04
2
-0
/
+32
|
*
Add AbstractOrderFilledCancelledLazyStore
Leonid Logvinov
2018-07-13
1
-0
/
+12
|
*
Remaining refactors of order-utils components for V2
Fabio Berger
2018-06-13
1
-1
/
+1
|
*
Move OrderValidationUtils (+ tests) and ExchangeTransferSimulator to order-utils
Fabio Berger
2018-06-12
2
-2
/
+13
|
*
Update naming in orderStateUtils to use asset over token, also removed ↵
Fabio Berger
2018-06-08
1
-2
/
+1
|
|
|
|
cancelledAmount since in V2 it's binary.
*
Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵
Fabio Berger
2018-05-10
2
-0
/
+14
unifying library with the same interface