Commit 184b340
authored
fix: cleanup log when fetching balances (#7429)
## Explanation
Cleans up warning log when fetching balances.
## References
* Fixes
[#12345](MetaMask/metamask-extension#37183)
## Checklist
- [ ] I've updated the test suite for new or updated code as appropriate
- [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] I've communicated my changes to consumers by [updating changelogs
for packages I've
changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs)
- [ ] I've introduced [breaking
changes](https://github.com/MetaMask/core/tree/main/docs/breaking-changes.md)
in this PR and have prepared draft pull requests for clients and
consumer packages to resolve them
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Removes warning logs on failed chain balance fetches in
`RpcBalanceFetcher` and documents the change in the changelog.
>
> - **Logging cleanup**
> - Remove warning logs for failed chain balance fetches in
`packages/assets-controllers/src/rpc-service/rpc-balance-fetcher.ts`
(skip rejected results without logging).
> - **Changelog**
> - Update `packages/assets-controllers/CHANGELOG.md` under “Changed” to
note the logging removal.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
6c2d0e1. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent b66ca79 commit 184b340
File tree
2 files changed
+1
-3
lines changed- packages/assets-controllers
- src/rpc-service
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | 194 | | |
198 | 195 | | |
199 | 196 | | |
| |||
0 commit comments