Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update multichain controllers to listen for new update events #5221

Merged
merged 54 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
ba60fbf
chore: wip
zone-live Jan 22, 2025
cf56fa9
fix: if image starts with 'ipfs://', the return value should be strin…
GinMu Jan 20, 2025
bb2d4f3
Update ESLint warning thresholds (#5179)
mcmire Jan 21, 2025
fc73fee
Release 286.0.0 (#5178)
mcmire Jan 21, 2025
3ac8e9d
feat: SOL-46 adds the multichain transactions controller package (#5133)
zone-live Jan 21, 2025
9b0c8d3
chore: bump accounts dependencies (#5177)
ccharly Jan 22, 2025
e81f91d
Release 287.0.0 (#5182)
ccharly Jan 22, 2025
5c92c0f
feat: Add Multichain API to `@metamask/multichain` (#4813)
jiexi Jan 22, 2025
1291bb2
fix: ensure non scope caip25 permission property values are preserved…
jiexi Jan 22, 2025
7c22464
Release/288.0.0 (#5184)
adonesky1 Jan 22, 2025
ded0033
Revert "Release/288.0.0 (#5184)" (#5185)
adonesky1 Jan 22, 2025
cba7be5
Release/288.0.0 (#5186)
adonesky1 Jan 22, 2025
49f407c
Complete `createServicePolicy` (#5149)
mcmire Jan 22, 2025
a6dde93
createServicePolicy: Convert callbacks to methods (#5188)
mcmire Jan 23, 2025
6927357
Fix NetworkController Redux selectors (#5193)
mcmire Jan 24, 2025
742d158
Update `createServicePolicy` to expose sub-policies; add re-exports f…
mcmire Jan 24, 2025
acdd9fa
Refactor services to align with eventual RpcService (#5109)
mcmire Jan 24, 2025
766cdcb
feat: update notification controller firebase package (#5196)
Prithpal-Sooriya Jan 27, 2025
30d0359
Release/289.0.0 (#5199)
Prithpal-Sooriya Jan 27, 2025
b041237
chore: update event name
zone-live Jan 27, 2025
7f4e4cf
Merge branch 'main' into SOL-103-emit-assets-balance-events
zone-live Jan 27, 2025
2a61542
chore: adds listeners for the transactions controller
zone-live Jan 27, 2025
fe0e37a
chore: adds imports from keyring-api
zone-live Jan 27, 2025
88ce672
chore: prettier
zone-live Jan 27, 2025
d444c7a
chore: lint fix
zone-live Jan 27, 2025
18bc761
chore: remove polling functionality
zone-live Jan 28, 2025
9ff0541
Merge branch 'main' into SOL-103-emit-assets-balance-events
zone-live Jan 28, 2025
b21a5db
chore: update controllers and tests
zone-live Jan 30, 2025
3002c6d
chore: lint fix
zone-live Jan 30, 2025
cffed0c
Merge branch 'main' into SOL-103-emit-assets-balance-events
zone-live Jan 30, 2025
026a663
chore: lint
zone-live Jan 30, 2025
84d193a
chore: review points
zone-live Feb 5, 2025
1d4df5e
chore: adds AccountsControllerAccountBalancesUpdatesEvent and Account…
zone-live Feb 5, 2025
6a53d33
chore: lint
zone-live Feb 5, 2025
bccd873
chore: prettier
zone-live Feb 5, 2025
7e40ee9
chore: runs yarn lint
zone-live Feb 5, 2025
3d2228a
Merge branch 'main' into SOL-103-emit-assets-balance-events
zone-live Feb 5, 2025
8cde6c7
chore: manually remove entries
zone-live Feb 5, 2025
807bc4d
chore: import order
zone-live Feb 5, 2025
3fdb9f7
chore: update
zone-live Feb 5, 2025
4a59c6c
test: improve coverage for MultichainBalancesController
ccharly Feb 5, 2025
726ef48
test: improve coverage for MultichainTransactionsController
ccharly Feb 5, 2025
0e422b1
refactor: remove unreachable code
ccharly Feb 5, 2025
3188286
fix: fix solana transaction filtering
ccharly Feb 5, 2025
77829cc
chore: clean up
zone-live Feb 5, 2025
4177a2a
chore: lint
zone-live Feb 5, 2025
3b65264
chore: needs this because thinks its unsafe when it isn't, we control…
zone-live Feb 5, 2025
39c7084
chore: update comment
zone-live Feb 5, 2025
a470084
chore: removes unused variable
zone-live Feb 5, 2025
8dbb8ab
chore: clean up
zone-live Feb 5, 2025
04bd31c
Merge branch 'main' into SOL-103-emit-assets-balance-events
zone-live Feb 5, 2025
23caaf8
Update packages/multichain-transactions-controller/jest.config.js
zone-live Feb 5, 2025
1ce5774
Merge branch 'main' into SOL-103-emit-assets-balance-events
ccharly Feb 5, 2025
9eace70
Merge branch 'main' into SOL-103-emit-assets-balance-events
zone-live Feb 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions eslint-warning-thresholds.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@
"packages/assets-controllers/src/CurrencyRateController.ts": {
"jsdoc/check-tag-names": 6
},
"packages/assets-controllers/src/MultichainBalancesController/BalancesTracker.test.ts": {
"jsdoc/tag-lines": 1
},
"packages/assets-controllers/src/MultichainBalancesController/MultichainBalancesController.test.ts": {
"import-x/order": 1
},
"packages/assets-controllers/src/NftController.test.ts": {
"import-x/namespace": 9,
"import-x/order": 3,
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading