index
:
dexon-0x-contracts
dev
master
stable
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
order_watcher
/
order_state_watcher.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach
Fabio Berger
2017-11-13
1
-232
/
+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
1
-16
/
+4
*
Add a comment
Leonid Logvinov
2017-11-13
1
-0
/
+2
*
Store number of confirmations in a blockStore
Leonid Logvinov
2017-11-13
1
-4
/
+4
*
Remove tautology check
Leonid Logvinov
2017-11-13
1
-3
/
+0
*
Pass blockStore to eventWatcher
Leonid Logvinov
2017-11-13
1
-5
/
+8
*
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
*
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
*
Make sure to set the defaultBlock to the blockNumber rather then the number o...
Fabio Berger
2017-11-10
1
-5
/
+9
*
Fix bug where we hard-coded using pendingBlock for fetching the orderState. M...
Fabio Berger
2017-11-10
1
-4
/
+13
*
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
1
-6
/
+6
*
use explicit import
Fabio Berger
2017-11-10
1
-1
/
+1
*
Remove finished TODOs
Fabio Berger
2017-11-10
1
-1
/
+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
1
-2
/
+2
*
rename folder to order_watcher
Fabio Berger
2017-11-10
1
-0
/
+175