aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-05-23 01:16:38 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-05-23 06:22:12 +0800
commitf8c628b0c7b750e1096dcc507190525feb8bd572 (patch)
treec9201aec5dea17981418371289d4dbd34abb0421 /packages/order-utils
parent2f35e4789c5a41e25a97896bab68ac73b8ba3d28 (diff)
downloaddexon-0x-contracts-f8c628b0c7b750e1096dcc507190525feb8bd572.tar
dexon-0x-contracts-f8c628b0c7b750e1096dcc507190525feb8bd572.tar.gz
dexon-0x-contracts-f8c628b0c7b750e1096dcc507190525feb8bd572.tar.bz2
dexon-0x-contracts-f8c628b0c7b750e1096dcc507190525feb8bd572.tar.lz
dexon-0x-contracts-f8c628b0c7b750e1096dcc507190525feb8bd572.tar.xz
dexon-0x-contracts-f8c628b0c7b750e1096dcc507190525feb8bd572.tar.zst
dexon-0x-contracts-f8c628b0c7b750e1096dcc507190525feb8bd572.zip
Updated CHANGELOGS
Diffstat (limited to 'packages/order-utils')
-rw-r--r--packages/order-utils/CHANGELOG.json6
-rw-r--r--packages/order-utils/CHANGELOG.md6
2 files changed, 7 insertions, 5 deletions
diff --git a/packages/order-utils/CHANGELOG.json b/packages/order-utils/CHANGELOG.json
index 9399379fa..1bdb25347 100644
--- a/packages/order-utils/CHANGELOG.json
+++ b/packages/order-utils/CHANGELOG.json
@@ -3,13 +3,11 @@
"version": "0.0.5",
"changes": [
{
- "note": "Add formatters package for converting signedOrder to orderAddresses & orderValues",
- "note": "Add RemainingFillableCalculator to calculate the remaining fillable amount of an order",
- "note": "Add AbstractBalanceAndProxyAllowanceFetcher and AbstractOrderFilledCancelledFetcher",
"note":
"Add orderStateUtils, a module for computing order state needed to decide if an order is still valid"
}
- ]
+ ],
+ "timestamp": 1527008794
},
{
"timestamp": 1525477860,
diff --git a/packages/order-utils/CHANGELOG.md b/packages/order-utils/CHANGELOG.md
index d0bb706aa..5b10c13bc 100644
--- a/packages/order-utils/CHANGELOG.md
+++ b/packages/order-utils/CHANGELOG.md
@@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
-## v0.0.4 - _May 5, 2018_
+## v0.0.5 - _May 22, 2018_
+
+ * Add orderStateUtils, a module for computing order state needed to decide if an order is still valid
+
+## v0.0.4 - _May 4, 2018_
* Dependencies updated