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
/
src
/
order_watcher
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach
Fabio Berger
2017-11-13
2
-320
/
+0
*
Remove unused code
Leonid Logvinov
2017-11-13
1
-3
/
+0
*
Fix a typo
Leonid Logvinov
2017-11-13
1
-1
/
+1
*
Remove duplicate operations
Leonid Logvinov
2017-11-13
1
-2
/
+0
*
Remove redundant instance variables
Leonid Logvinov
2017-11-13
1
-8
/
+2
*
Remove blockStore and default to numConfirmations === 0
Leonid Logvinov
2017-11-13
2
-23
/
+7
*
Add a comment
Leonid Logvinov
2017-11-13
1
-0
/
+2
*
Store number of confirmations in a blockStore
Leonid Logvinov
2017-11-13
2
-9
/
+6
*
Remove tautology check
Leonid Logvinov
2017-11-13
1
-3
/
+0
*
Pass blockStore to eventWatcher
Leonid Logvinov
2017-11-13
2
-15
/
+16
*
Fix last merge conflicts
Leonid Logvinov
2017-11-13
1
-13
/
+3
*
Clear cache on unsubscribe
Leonid Logvinov
2017-11-13
1
-0
/
+2
*
Clear store cache on events
Leonid Logvinov
2017-11-13
1
-30
/
+71
*
Make subscribe function async and make blockStore operational
Leonid Logvinov
2017-11-13
1
-17
/
+34
*
Create stores in orderStateWatcher
Leonid Logvinov
2017-11-13
1
-15
/
+23
*
Make orderStateUtils operate on stores
Leonid Logvinov
2017-11-13
1
-8
/
+1
*
Add comment
Fabio Berger
2017-11-12
1
-0
/
+2
*
rename isDecodedLog to isLogDecoded
Fabio Berger
2017-11-11
1
-2
/
+2
*
Improve comment
Fabio Berger
2017-11-11
1
-1
/
+2
*
Fix comment
Fabio Berger
2017-11-11
1
-3
/
+0
*
Remove keys from dependentOrderHashes if empty
Fabio Berger
2017-11-11
1
-2
/
+10
*
establish convention of initializing empty instances in instance declaration
Fabio Berger
2017-11-11
1
-4
/
+2
*
Use enum instead of boolean to avoid potential bugs from isRemoved incorrectl...
Fabio Berger
2017-11-11
1
-6
/
+10
*
rename _orders to _orderByOrderhash for clarity
Fabio Berger
2017-11-11
1
-7
/
+7
*
Add comment above orderStateWatcher class
Fabio Berger
2017-11-11
1
-0
/
+6
*
Feather the callback down to _emitDifferencesAsync and don't store it as a cl...
Fabio Berger
2017-11-11
1
-11
/
+11
*
Throw if trying to subscribe multiple times
Fabio Berger
2017-11-11
1
-1
/
+9
*
Fix alignment
Fabio Berger
2017-11-11
1
-2
/
+2
*
Add comment above the eventWatcher class
Fabio Berger
2017-11-11
1
-0
/
+4
*
Rename method since it's not more then just mempool
Fabio Berger
2017-11-11
1
-2
/
+2
*
Make sure to set the defaultBlock to the blockNumber rather then the number o...
Fabio Berger
2017-11-10
1
-5
/
+9
*
Simplify to/from block code
Fabio Berger
2017-11-10
1
-8
/
+5
*
Add assertion
Fabio Berger
2017-11-10
1
-0
/
+2
*
rename intervalId to intervalIdIfExists
Fabio Berger
2017-11-10
1
-3
/
+5
*
Fix bug where we hard-coded using pendingBlock for fetching the orderState. M...
Fabio Berger
2017-11-10
2
-14
/
+25
*
Fix comments
Fabio Berger
2017-11-10
1
-3
/
+2
*
comment improvements
Fabio Berger
2017-11-10
1
-3
/
+3
*
Closing paren on same level as open
Fabio Berger
2017-11-10
1
-1
/
+2
*
Rename _callbackAsync to _callbackIfExistsAsync for clarity
Fabio Berger
2017-11-10
2
-11
/
+11
*
Merge branches 'orderWatcher' and 'orderWatcher' of github.com:0xProject/0x.j...
Fabio Berger
2017-11-10
1
-2
/
+3
|
\
|
*
Fix getting events from non-mempool
Leonid Logvinov
2017-11-10
1
-2
/
+3
*
|
use explicit import
Fabio Berger
2017-11-10
1
-1
/
+1
|
/
*
Remove finished TODOs
Fabio Berger
2017-11-10
2
-2
/
+0
*
Create assert.isValidSignature method and use it in `addOrder`
Fabio Berger
2017-11-10
1
-0
/
+1
*
Add nested config for orderWatcher
Fabio Berger
2017-11-10
1
-1
/
+3
*
Rename MempoolEventCallback to EventWatcherCallback
Fabio Berger
2017-11-10
2
-5
/
+5
*
Merge branch 'orderWatcher' of github.com:0xProject/0x.js into orderWatcher
Fabio Berger
2017-11-10
1
-5
/
+5
*
rename folder to order_watcher
Fabio Berger
2017-11-10
2
-0
/
+253