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
/
event_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
-88
/
+0
*
Remove blockStore and default to numConfirmations === 0
Leonid Logvinov
2017-11-13
1
-7
/
+3
*
Store number of confirmations in a blockStore
Leonid Logvinov
2017-11-13
1
-5
/
+2
*
Pass blockStore to eventWatcher
Leonid Logvinov
2017-11-13
1
-10
/
+8
*
Use enum instead of boolean to avoid potential bugs from isRemoved incorrectl...
Fabio Berger
2017-11-11
1
-6
/
+10
*
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
*
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
1
-10
/
+12
*
Rename _callbackAsync to _callbackIfExistsAsync for clarity
Fabio Berger
2017-11-10
1
-5
/
+5
*
Fix getting events from non-mempool
Leonid Logvinov
2017-11-10
1
-2
/
+3
*
Remove finished TODOs
Fabio Berger
2017-11-10
1
-1
/
+0
*
Rename MempoolEventCallback to EventWatcherCallback
Fabio Berger
2017-11-10
1
-3
/
+3
*
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
1
-0
/
+78