File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/assets-controllers Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
12
+ - Bump ` @metamask/keyring-api ` from ` ^18.0.0 ` to ` ^19.0.0 ` ([ #6146 ] ( https://github.com/MetaMask/core/pull/6146 ) )
13
+
10
14
### Fixed
11
15
12
16
- Improve error handling in ` MultichainAssetsRatesController ` for Snap request failures ([ #6104 ] ( https://github.com/MetaMask/core/pull/6104 ) )
13
17
- Enhanced ` #handleSnapRequest ` method with detailed error logging and graceful failure recovery
14
18
- Added null safety checks to prevent crashes when Snap requests return null
15
19
- Controller now continues operation when individual Snap requests fail instead of crashing
16
20
- Added comprehensive unit tests covering various error scenarios including JSON-RPC errors and network failures
17
- ### Changed
18
-
19
- - Bump ` @metamask/keyring-api ` from ` ^18.0.0 ` to ` ^19.0.0 ` ([ #6146 ] ( https://github.com/MetaMask/core/pull/6146 ) )
20
21
21
22
## [ 72.0.0]
22
23
You can’t perform that action at this time.
0 commit comments