@exodus/activity-txs 4.3.0 → 4.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/atoms/activity-txs.js +2 -1
- package/package.json +15 -15
- package/plugin/index.js +1 -0
- package/redux/selectors/create-batched-asset-source-by-id.js +1 -1
- package/redux/selectors/create-batched-asset-source.js +1 -1
- package/redux/selectors/create-limited-asset-source.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.3.2](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/activity-txs@4.3.1...@exodus/activity-txs@4.3.2) (2024-07-25)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- migrate definitions ([#8030](https://github.com/ExodusMovement/exodus-hydra/issues/8030)) ([d2dfde5](https://github.com/ExodusMovement/exodus-hydra/commit/d2dfde55dfa843eb52842f64b3aac3a6f9a59069))
|
|
11
|
+
|
|
12
|
+
## [4.3.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/activity-txs@4.3.0...@exodus/activity-txs@4.3.1) (2024-07-18)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @exodus/activity-txs
|
|
15
|
+
|
|
6
16
|
## [4.3.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/activity-txs@4.2.2...@exodus/activity-txs@4.3.0) (2024-06-13)
|
|
7
17
|
|
|
8
18
|
### Features
|
package/atoms/activity-txs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { combine, compute } from '@exodus/atoms'
|
|
2
2
|
import { createSelector } from 'reselect'
|
|
3
|
-
import { memoize } from 'lodash'
|
|
3
|
+
import { memoize } from 'lodash' // eslint-disable-line @exodus/restricted-imports/prefer-basic-utils -- TODO: fix next time we touch this file
|
|
4
4
|
import { mapValues } from '@exodus/basic-utils'
|
|
5
5
|
import { createDeepEqualOutputSelector } from '@exodus/core-selectors/utils/deep-equal'
|
|
6
6
|
|
|
@@ -150,6 +150,7 @@ const activityTxsAtomDefinition = {
|
|
|
150
150
|
type: 'atom',
|
|
151
151
|
factory: createActivityTxsAtom,
|
|
152
152
|
dependencies: ['txLogsAtom', 'accountStatesAtom', 'assetsModule'],
|
|
153
|
+
public: true,
|
|
153
154
|
}
|
|
154
155
|
|
|
155
156
|
export default activityTxsAtomDefinition
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exodus/activity-txs",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"description": "The activity-txs feature",
|
|
5
5
|
"author": "Exodus Movement, Inc.",
|
|
6
6
|
"repository": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test": "run -T jest"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@exodus/atoms": "^
|
|
33
|
+
"@exodus/atoms": "^8.0.0",
|
|
34
34
|
"@exodus/basic-utils": "^2.3.0",
|
|
35
35
|
"@exodus/core-selectors": "^1.5.0",
|
|
36
36
|
"@exodus/models": "^10.1.0",
|
|
@@ -44,22 +44,22 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@exodus/assets": "^8.0.95",
|
|
46
46
|
"@exodus/assets-base": "^8.1.10",
|
|
47
|
-
"@exodus/assets-feature": "^5.
|
|
48
|
-
"@exodus/available-assets": "^8.
|
|
47
|
+
"@exodus/assets-feature": "^5.8.2",
|
|
48
|
+
"@exodus/available-assets": "^8.4.0",
|
|
49
49
|
"@exodus/bitcoin-plugin": "^1.4.2",
|
|
50
|
-
"@exodus/blockchain-metadata": "^15.3.
|
|
51
|
-
"@exodus/connected-origins": "^3.3.
|
|
52
|
-
"@exodus/dependency-injection": "^2.2
|
|
53
|
-
"@exodus/dependency-preprocessors": "^
|
|
54
|
-
"@exodus/fiat-ramp": "^10.
|
|
55
|
-
"@exodus/nfts": "^9.3.
|
|
56
|
-
"@exodus/orders": "^4.10.
|
|
57
|
-
"@exodus/personal-notes": "^3.6.
|
|
58
|
-
"@exodus/redux-dependency-injection": "^3.
|
|
50
|
+
"@exodus/blockchain-metadata": "^15.3.5",
|
|
51
|
+
"@exodus/connected-origins": "^3.3.4",
|
|
52
|
+
"@exodus/dependency-injection": "^2.3.2",
|
|
53
|
+
"@exodus/dependency-preprocessors": "^6.0.2",
|
|
54
|
+
"@exodus/fiat-ramp": "^10.9.2",
|
|
55
|
+
"@exodus/nfts": "^9.3.3",
|
|
56
|
+
"@exodus/orders": "^4.10.2",
|
|
57
|
+
"@exodus/personal-notes": "^3.6.2",
|
|
58
|
+
"@exodus/redux-dependency-injection": "^3.2.3",
|
|
59
59
|
"@exodus/storage-memory": "^2.1.1",
|
|
60
|
-
"@exodus/wallet-accounts": "^16.
|
|
60
|
+
"@exodus/wallet-accounts": "^16.8.2",
|
|
61
61
|
"@types/minimalistic-assert": "^1.0.1",
|
|
62
62
|
"redux": "^4.2.1"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "3995391eb48639b2d60ced5224a6a8f4902a2466"
|
|
65
65
|
}
|
package/plugin/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { memoize } from 'lodash'
|
|
1
|
+
import { memoize } from 'lodash' // eslint-disable-line @exodus/restricted-imports/prefer-basic-utils -- TODO: fix next time we touch this file
|
|
2
2
|
import { createSelector } from 'reselect'
|
|
3
3
|
|
|
4
4
|
const createBatchedAssetSourceActivityByIdSelector = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { memoize, get, groupBy, merge } from 'lodash'
|
|
1
|
+
import { memoize, get, groupBy, merge } from 'lodash' // eslint-disable-line @exodus/restricted-imports/prefer-basic-utils -- TODO: fix next time we touch this file
|
|
2
2
|
import { createSelector } from 'reselect'
|
|
3
3
|
import { Tx } from '@exodus/models'
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { memoize } from 'lodash'
|
|
1
|
+
import { memoize } from 'lodash' // eslint-disable-line @exodus/restricted-imports/prefer-basic-utils -- TODO: fix next time we touch this file
|
|
2
2
|
import { createSelector } from 'reselect'
|
|
3
3
|
|
|
4
4
|
const createLimitedAssetSourceSelectorDefinition = {
|