diff options
Diffstat (limited to 'packages/order-watcher')
-rw-r--r-- | packages/order-watcher/CHANGELOG.json | 3 | ||||
-rw-r--r-- | packages/order-watcher/CHANGELOG.md | 5 | ||||
-rw-r--r-- | packages/order-watcher/package.json | 28 |
3 files changed, 21 insertions, 15 deletions
diff --git a/packages/order-watcher/CHANGELOG.json b/packages/order-watcher/CHANGELOG.json index 6104fc81c..a66db6eec 100644 --- a/packages/order-watcher/CHANGELOG.json +++ b/packages/order-watcher/CHANGELOG.json @@ -10,7 +10,8 @@ "note": "Do not stop subscription if error is encountered", "pr": 825 } - ] + ], + "timestamp": 1531149657 }, { "timestamp": 1529397769, diff --git a/packages/order-watcher/CHANGELOG.md b/packages/order-watcher/CHANGELOG.md index 5e216f90c..c14b66e39 100644 --- a/packages/order-watcher/CHANGELOG.md +++ b/packages/order-watcher/CHANGELOG.md @@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v0.0.7 - _July 9, 2018_ + + * Switch out simple getLogs polling with ethereumjs-blockstream (#825) + * Do not stop subscription if error is encountered (#825) + ## v0.0.6 - _June 19, 2018_ * Dependencies updated diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json index 44748ddf9..27d64a371 100644 --- a/packages/order-watcher/package.json +++ b/packages/order-watcher/package.json @@ -47,12 +47,12 @@ "node": ">=6.0.0" }, "devDependencies": { - "@0xproject/abi-gen": "^0.3.2", - "@0xproject/dev-utils": "^0.4.4", - "@0xproject/migrations": "^0.0.8", - "@0xproject/monorepo-scripts": "^0.2.1", - "@0xproject/sol-compiler": "^0.5.2", - "@0xproject/tslint-config": "^0.4.20", + "@0xproject/abi-gen": "^0.3.3", + "@0xproject/dev-utils": "^0.4.5", + "@0xproject/migrations": "^0.0.9", + "@0xproject/monorepo-scripts": "^0.2.2", + "@0xproject/sol-compiler": "^0.5.3", + "@0xproject/tslint-config": "^0.4.21", "@types/bintrees": "^1.0.2", "@types/lodash": "4.14.104", "@types/mocha": "^2.2.42", @@ -77,16 +77,16 @@ "typescript": "2.7.1" }, "dependencies": { - "@0xproject/assert": "0.2.12", - "@0xproject/base-contract": "^0.3.4", + "@0xproject/assert": "0.2.13", + "@0xproject/base-contract": "^0.3.5", "@0xproject/contract-wrappers": "0.0.5", - "@0xproject/fill-scenarios": "^0.0.4", - "@0xproject/json-schemas": "0.8.1", - "@0xproject/order-utils": "^0.0.7", - "@0xproject/types": "^0.8.1", - "@0xproject/typescript-typings": "^0.4.1", + "@0xproject/fill-scenarios": "^0.0.5", + "@0xproject/json-schemas": "0.8.2", + "@0xproject/order-utils": "^0.0.8", + "@0xproject/types": "^0.8.2", + "@0xproject/typescript-typings": "^0.4.2", "@0xproject/utils": "^0.7.2", - "@0xproject/web3-wrapper": "^0.7.1", + "@0xproject/web3-wrapper": "^0.7.2", "ethereumjs-blockstream": "5.0.0", "ethereum-types": "^0.0.2", "bintrees": "^1.0.2", |