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
/
mempool
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass orderHash instead of an order to removeOrder and adjust the tests
Leonid Logvinov
2017-11-10
1
-3
/
+6
*
Remove check for now, we need a more robust check
Fabio Berger
2017-11-10
1
-3
/
+0
*
Look for relevant events in the decodedLogs and emit orderState events for or...
Fabio Berger
2017-11-10
1
-8
/
+81
*
Add todo comments
Fabio Berger
2017-11-10
1
-0
/
+2
*
fix styling
Fabio Berger
2017-11-10
1
-1
/
+2
*
Add naive order state watcher implementation
Leonid Logvinov
2017-11-10
2
-34
/
+41
*
Add empty implementation of order state watcher
Leonid Logvinov
2017-11-10
2
-28
/
+70
*
Clear event cache on unsubscribe
Leonid Logvinov
2017-11-10
1
-0
/
+1
*
Move provider altering logic to Web3Wrapper
Leonid Logvinov
2017-11-10
1
-10
/
+11
*
Add initial interface of an OrderWatcher
Leonid Logvinov
2017-11-10
1
-0
/
+27
*
Rename MempoolWatcher to EventWatcher and remove from public interface
Leonid Logvinov
2017-11-10
1
-1
/
+1
*
Fix namings
Leonid Logvinov
2017-11-10
1
-2
/
+2
*
Don't emit new events if already unsubscribed
Leonid Logvinov
2017-11-10
1
-1
/
+3
*
Compare logs by string representation
Leonid Logvinov
2017-11-10
1
-2
/
+2
*
Add initial mempool watching implememtation
Leonid Logvinov
2017-11-10
1
-0
/
+64