@exodus/activity-txs
Advanced tools
Comparing version 4.4.0 to 4.4.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [4.4.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/activity-txs@4.4.0...@exodus/activity-txs@4.4.1) (2024-10-04) | ||
### Bug Fixes | ||
- typo in activity selector ([#9777](https://github.com/ExodusMovement/exodus-hydra/issues/9777)) ([0a33139](https://github.com/ExodusMovement/exodus-hydra/commit/0a331397ecac23f1240af6cc509b22099282ce4a)) | ||
## [4.4.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/activity-txs@4.3.5...@exodus/activity-txs@4.4.0) (2024-10-04) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@exodus/activity-txs", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"description": "The activity-txs feature", | ||
@@ -63,3 +63,3 @@ "author": "Exodus Movement, Inc.", | ||
}, | ||
"gitHead": "e156047047673e249a00450b9ac704d6c6abc4ac" | ||
"gitHead": "56c1dc472499cdc1745b969a2a0ac7ef7c466d3c" | ||
} |
@@ -91,3 +91,5 @@ import { createSelector } from 'reselect' | ||
if (orderSet && (isIndexless || displayOrderWithoutTx)) { | ||
const orderIdsFromActivity = new Set(activityResult.map((tx) => tx.orderId)) | ||
const orderIdsFromActivity = new Set( | ||
activityResult.map((item) => item.order?.orderId) | ||
) | ||
const ordersForIndexlessAssets = [...orderSet].filter( | ||
@@ -94,0 +96,0 @@ (order) => |
@@ -7,3 +7,3 @@ import typeforce from '@exodus/typeforce' | ||
{ | ||
txId: 'String', | ||
txId: '?String', | ||
date: 'Date', | ||
@@ -10,0 +10,0 @@ id: 'String', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48501
877