@exodus/activity-txs
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -6,2 +6,8 @@ # Change Log | ||
## [3.1.3](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/activity-txs@3.1.2...@exodus/activity-txs@3.1.3) (2023-10-31) | ||
### Bug Fixes | ||
- collapse batch ([#4647](https://github.com/ExodusMovement/exodus-hydra/issues/4647)) ([d4e468f](https://github.com/ExodusMovement/exodus-hydra/commit/d4e468f80049e94aabe2bed79b8a4c8dee03db2b)) | ||
## [3.1.2](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/activity-txs@3.1.1...@exodus/activity-txs@3.1.2) (2023-10-20) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@exodus/activity-txs", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "The activity-txs feature", | ||
@@ -33,6 +33,6 @@ "author": "Exodus Movement Inc.", | ||
"dependencies": { | ||
"@exodus/atoms": "^5.7.3", | ||
"@exodus/atoms": "^6.0.1", | ||
"@exodus/basic-utils": "^2.1.0", | ||
"@exodus/core-selectors": "^1.5.0", | ||
"@exodus/module": "^1.2.0", | ||
"@exodus/module": "^1.2.1", | ||
"@exodus/multi-account-redux": "^2.0.0", | ||
@@ -45,5 +45,5 @@ "lodash": "^4.17.21", | ||
"@exodus/assets-base": "^8.1.10", | ||
"@exodus/assets-feature": "^3.5.0", | ||
"@exodus/assets-feature": "^3.7.0", | ||
"@exodus/bitcoin-plugin": "^1.4.2", | ||
"@exodus/blockchain-metadata": "^14.1.0", | ||
"@exodus/blockchain-metadata": "^14.2.0", | ||
"@exodus/dependency-injection": "^2.0.1", | ||
@@ -55,3 +55,3 @@ "@exodus/dependency-preprocessors": "^3.1.1", | ||
"@exodus/storage-memory": "^2.1.1", | ||
"@exodus/wallet-accounts": "^14.1.0", | ||
"@exodus/wallet-accounts": "^14.2.0", | ||
"eslint": "^8.44.0", | ||
@@ -61,3 +61,3 @@ "jest": "^29.1.2", | ||
}, | ||
"gitHead": "18791c72d9be2a75aea6621a216c1aed819442ca" | ||
"gitHead": "4a29da06e8d3e0efe2251025ee9aa285a259182c" | ||
} |
@@ -25,3 +25,5 @@ import { memoize, get, groupBy, merge } from 'lodash' | ||
coinAmount: totalBatchValue, | ||
coinName: asset.name, | ||
feeAmount: totalBatchFee, | ||
feeCoinName: asset.feeAsset.name, | ||
...(batchedIds.length > 1 && { | ||
@@ -28,0 +30,0 @@ data: { |
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
14284
277
+ Added@exodus/atoms@6.0.2(transitive)
+ Added@exodus/storage-interface@1.0.1(transitive)
- Removed@exodus/atoms@5.7.3(transitive)
Updated@exodus/atoms@^6.0.1
Updated@exodus/module@^1.2.1