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-watcher
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a comment
Leonid Logvinov
2018-11-14
1
-0
/
+1
*
Fix a bug in an order-watcher order removal when maker token is ZRX
Leonid Logvinov
2018-11-14
1
-1
/
+3
*
Fix a bug when undefined was been tried to convert to an array
Leonid Logvinov
2018-11-14
1
-1
/
+1
*
chore: change package org from 0xproject to 0x
Jacob Evans
2018-10-18
9
-24
/
+24
*
Fix failing doc generation tests
Alex Browne
2018-10-16
1
-0
/
+1
*
Introduce new contract-addresses package and use it everywhere
Alex Browne
2018-10-16
1
-10
/
+7
*
update order-watcher to use new artifacts and abi-gen wrappers packages
Alex Browne
2018-10-16
3
-23
/
+16
*
Merge branch 'development' into development
Andrew Maurer
2018-10-13
1
-1
/
+7
|
\
|
*
Update the exported types for the packages which touch RPC providers
Jacob Evans
2018-10-09
1
-1
/
+7
*
|
Exported Stats in OW package
amaurer
2018-10-13
1
-0
/
+1
*
|
Fixes per converstaion, stats interface to pub
amaurer
2018-10-12
1
-6
/
+2
*
|
Changed getWatchedOrders to getStats and returns Stats object
amaurer
2018-10-08
1
-3
/
+9
*
|
Fix lint issues
amaurer
2018-10-06
1
-1
/
+0
*
|
Fixed linting issue
amaurer
2018-10-06
1
-1
/
+1
*
|
Added comments to new getWatchCounts function
amaurer
2018-10-06
1
-0
/
+4
*
|
Added orderWatchCount to return total count of orders watched.
amaurer
2018-10-06
1
-0
/
+3
|
/
*
Export ExpirationWatcher from OrderWatcher
Leonid Logvinov
2018-09-27
1
-0
/
+1
*
Add transactionHash to OrderState and emit it from OrderWatcher subscription
Fabio Berger
2018-09-25
1
-12
/
+13
*
Fix lint issues
Fabio Berger
2018-09-25
1
-11
/
+9
*
Decode logs received from blockstream
Fabio Berger
2018-09-25
1
-4
/
+5
*
Add missing type
Fabio Berger
2018-09-25
1
-1
/
+1
*
Refactor blockstream integration to use the proper callback method interface
Fabio Berger
2018-09-25
1
-11
/
+29
*
Add comments for clarity
Fabio Berger
2018-09-24
1
-0
/
+1
*
Fix bug where if block wasn't found, getBlockAsync would throw. Now it return...
Fabio Berger
2018-09-24
1
-4
/
+14
*
Import fetchers from contract-wrappers
Fabio Berger
2018-09-04
1
-2
/
+2
*
Move fetchers to contract-wrappers
Fabio Berger
2018-09-04
2
-101
/
+0
*
Fix remaining merge issues
Fabio Berger
2018-08-22
1
-1
/
+1
*
Fix order-watcher index.ts
Fabio Berger
2018-08-22
1
-3
/
+9
*
Merge development
Fabio Berger
2018-08-15
1
-1
/
+1
|
\
|
*
Fix order-watcher json-schemas
fragosti
2018-08-10
1
-1
/
+1
*
|
Add missing comments
Fabio Berger
2018-08-04
1
-0
/
+6
*
|
Make signature_util into an object literal so related functions are rendered ...
Fabio Berger
2018-08-03
1
-2
/
+2
*
|
Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate...
Fabio Berger
2018-07-30
1
-8
/
+0
|
/
*
Remove artifacts for git
Fabio Berger
2018-07-26
4
-3256
/
+0
*
Prettier fixes
Fabio Berger
2018-07-26
4
-3190
/
+3252
*
Replace hard-coded compact_artifacts with migrations artifacts
Fabio Berger
2018-07-26
10
-375
/
+3206
*
Fix a bad merge
Leonid Logvinov
2018-07-18
3
-19
/
+19
*
Merge
Leonid Logvinov
2018-07-18
3
-8
/
+18
*
Merge branch 'v2-prototype' into feature/order-watcher-v2
Leonid Logvinov
2018-07-18
5
-26
/
+12
|
\
|
*
Merge pull request #883 from 0xProject/feature/tslint-improvements
Leonid Logvinov
2018-07-18
4
-21
/
+21
|
|
\
|
|
*
Fix tslint issues
Leonid Logvinov
2018-07-17
4
-21
/
+21
|
*
|
Fix linter
Fabio Berger
2018-07-17
1
-1
/
+1
|
*
|
Remove stateLayer OrderWatcher config and instead temporarily hard-code until...
Fabio Berger
2018-07-17
3
-8
/
+5
|
*
|
Remove blockRetention config
Fabio Berger
2018-07-17
3
-11
/
+1
|
*
|
Pass stateLater into getBlockAsync call
Fabio Berger
2018-07-16
1
-1
/
+1
|
*
|
Fix bug that make all getBlock and getLog requests go to latest block
Fabio Berger
2018-07-14
1
-6
/
+2
|
*
|
Expose Blockstreams blockRetention config as an OrderWatcher config
Fabio Berger
2018-07-14
3
-1
/
+11
|
|
/
*
|
Migrate order-watcher to v2
Leonid Logvinov
2018-07-13
11
-235
/
+655
*
|
Add OrderWatcherPartialConfigSchema
Leonid Logvinov
2018-07-13
1
-0
/
+13
*
|
Update compact_artifacts in order-watcher
Leonid Logvinov
2018-07-13
10
-1740
/
+258
|
/
*
Merge pull request #863 from 0xProject/refactor/0x.js
Fabio Berger
2018-07-12
1
-0
/
+6
|
\
|
*
Fix linter issues
Fabio Berger
2018-07-12
1
-0
/
+6
*
|
Fix lint for order watcher
Brandon Millman
2018-07-12
1
-1
/
+1
*
|
Add explicit HACK comment when we import assert
Brandon Millman
2018-07-12
1
-2
/
+2
|
/
*
Merge pull request #825 from 0xProject/fix-order-watcher
Fabio Berger
2018-07-06
3
-48
/
+84
|
\
|
*
Add isVerbose flag and log blockstream recoverable errors rather then bubblin...
Fabio Berger
2018-07-06
3
-10
/
+17
|
*
properly stop blockstream and pass stateLayer into blockstream
Fabio Berger
2018-07-06
1
-6
/
+19
|
*
Don't unsubscribe on Blockstream errors
Fabio Berger
2018-07-06
2
-6
/
+1
|
*
Remove legacy logic
Fabio Berger
2018-07-05
1
-35
/
+0
|
*
Refactor order-watcher to use Blockstream under-the-hood
Fabio Berger
2018-07-05
1
-47
/
+103
*
|
Fix tests
Leonid Logvinov
2018-07-06
1
-3
/
+0
*
|
Merge branch 'v2-prototype' into v2-contract-wrappers-WIP
Leonid Logvinov
2018-07-05
1
-0
/
+3
|
\
|
|
*
Specify the lint rule to disable
Jacob Evans
2018-07-04
1
-3
/
+3
|
*
compiler and ts lint are confused about ContractEventArgs
Jacob Evans
2018-07-03
1
-8
/
+23
|
*
Fix Tslint issues
Fabio Berger
2018-06-26
1
-24
/
+9
*
|
Change event args names after templates change
Leonid Logvinov
2018-06-29
1
-16
/
+16
|
/
*
Fix no-unused-variable tslint rule to include parameters and fix issues
Fabio Berger
2018-06-12
1
-0
/
+2
*
Fix linter issue
Fabio Berger
2018-06-08
1
-1
/
+0
*
Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utils
Fabio Berger
2018-06-07
3
-20
/
+4
|
\
|
*
Run prettier
fragosti
2018-06-07
1
-6
/
+1
|
*
Get build and tests to pass
fragosti
2018-06-07
1
-2
/
+3
|
*
Try enabling no-unused-variable...
fragosti
2018-06-05
3
-13
/
+1
*
|
Move spawnSwitchErr to @0xproject/utils
Fabio Berger
2018-06-06
2
-5
/
+2
|
/
*
Fix TSLint rules
Fabio Berger
2018-05-16
2
-2
/
+5
*
Fix TSLint issues
Fabio Berger
2018-05-15
1
-1
/
+1
*
Add missing type definitions
Leonid Logvinov
2018-05-14
1
-1
/
+1
*
Remove unneeded tslint disable
Fabio Berger
2018-05-10
1
-2
/
+0
*
Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...
Fabio Berger
2018-05-10
17
-0
/
+2543