aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-01-16 00:05:51 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-01-16 00:05:51 +0800
commit4404f92b3809a1edf538a1ebda6e0afe053b5e0c (patch)
tree49184e33779f4b07a9d480257fe6e4ceebf0af34 /packages/order-watcher
parent0a279794642bde667a51401bd7cf2b2a1079c788 (diff)
downloaddexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.gz
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.bz2
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.lz
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.xz
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.zst
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.zip
Add CHANGELOG entries
Diffstat (limited to 'packages/order-watcher')
-rw-r--r--packages/order-watcher/CHANGELOG.json33
1 files changed, 25 insertions, 8 deletions
diff --git a/packages/order-watcher/CHANGELOG.json b/packages/order-watcher/CHANGELOG.json
index bb77feee0..706e749ac 100644
--- a/packages/order-watcher/CHANGELOG.json
+++ b/packages/order-watcher/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "version": "3.0.0",
+ "changes": [
+ {
+ "note": "Upgrade the bignumber.js to v8.0.2",
+ "pr": 1517
+ }
+ ]
+ },
+ {
"timestamp": 1547561734,
"version": "2.4.2",
"changes": [
@@ -31,7 +40,8 @@
"version": "2.3.0",
"changes": [
{
- "note": "Added a WebSocket interface to OrderWatcher so that it can be used by a client written in any language",
+ "note":
+ "Added a WebSocket interface to OrderWatcher so that it can be used by a client written in any language",
"pr": 1427
}
]
@@ -76,7 +86,8 @@
"version": "2.2.4",
"changes": [
{
- "note": "Fix the bug when order watcher was throwing an error on order removal when maker token was ZRX",
+ "note":
+ "Fix the bug when order watcher was throwing an error on order removal when maker token was ZRX",
"pr": 1259
}
],
@@ -90,7 +101,8 @@
"pr": 1227
},
{
- "note": "Fix the bug when order watcher was trying to convert undefined to an object in case of CancelUpTo event"
+ "note":
+ "Fix the bug when order watcher was trying to convert undefined to an object in case of CancelUpTo event"
}
],
"timestamp": 1542134075
@@ -121,7 +133,8 @@
"pr": 1118
},
{
- "note": "Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers. Constructor has a new optional `contractAddresses` parameter.",
+ "note":
+ "Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers. Constructor has a new optional `contractAddresses` parameter.",
"pr": 1105
}
],
@@ -150,15 +163,18 @@
"version": "2.0.0",
"changes": [
{
- "note": "Fixes dropped events issue by fetching logs by blockHash instead of blockNumber. Support for fetching by blockHash was added in Geth > v1.8.13 and Parity > v2.1.0. Infura works too.",
+ "note":
+ "Fixes dropped events issue by fetching logs by blockHash instead of blockNumber. Support for fetching by blockHash was added in Geth > v1.8.13 and Parity > v2.1.0. Infura works too.",
"pr": 1080
},
{
- "note": "Fix misunderstanding about blockstream interface callbacks and pass the raw JSON RPC responses to it",
+ "note":
+ "Fix misunderstanding about blockstream interface callbacks and pass the raw JSON RPC responses to it",
"pr": 1080
},
{
- "note": "Add `transactionHash` to `OrderState` emitted by `OrderWatcher` subscriptions if the order's state change originated from a transaction.",
+ "note":
+ "Add `transactionHash` to `OrderState` emitted by `OrderWatcher` subscriptions if the order's state change originated from a transaction.",
"pr": 1087
}
],
@@ -222,7 +238,8 @@
"version": "1.0.1-rc.4",
"changes": [
{
- "note": "Export types: `ExchangeContractErrs`, `OrderRelevantState`, `JSONRPCRequestPayload`, `JSONRPCErrorCallback` and `JSONRPCResponsePayload`",
+ "note":
+ "Export types: `ExchangeContractErrs`, `OrderRelevantState`, `JSONRPCRequestPayload`, `JSONRPCErrorCallback` and `JSONRPCResponsePayload`",
"pr": 924
},
{