mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Merge pull request #20534 from MetaMask/master-sync
Master sync follow v10.34.5
This commit is contained in:
commit
a56ab44c23
16
CHANGELOG.md
16
CHANGELOG.md
@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [10.34.5]
|
||||||
|
### Changed
|
||||||
|
- Improve error diagnostic information
|
||||||
|
- Add additional logging for state migrations ([#20424](https://github.com/MetaMask/metamask-extension/pull/20424), [#20517](https://github.com/MetaMask/metamask-extension/pull/20517), [#20521](https://github.com/MetaMask/metamask-extension/pull/20521))
|
||||||
|
- Improve diagnostic state snapshot ([#20457](https://github.com/MetaMask/metamask-extension/pull/20457), [#20491](https://github.com/MetaMask/metamask-extension/pull/20491), [#20428](https://github.com/MetaMask/metamask-extension/pull/20428), [#20458](https://github.com/MetaMask/metamask-extension/pull/20458))
|
||||||
|
- Capture additional errors when state migrations fail ([#20427](https://github.com/MetaMask/metamask-extension/pull/20427))
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix bug where state was temporarily incomplete upon initial load ([#20468](https://github.com/MetaMask/metamask-extension/pull/20468))
|
||||||
|
- In rare circumstances, this bug may have resulted in data loss (of preferences, permissions, or tracked NFTs/tokens) or UI crashes.
|
||||||
|
|
||||||
## [10.34.4]
|
## [10.34.4]
|
||||||
### Changed
|
### Changed
|
||||||
- Updated snaps execution environment ([#20420](https://github.com/MetaMask/metamask-extension/pull/20420))
|
- Updated snaps execution environment ([#20420](https://github.com/MetaMask/metamask-extension/pull/20420))
|
||||||
@ -36,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## [10.34.1]
|
## [10.34.1]
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix bug that could cause a failure in the persistence of network related data ([#20080](https://github.com/MetaMask/metamask-extension/pull/20080))
|
- Fix bug that could cause a failure in the persistence of network related data ([#20080](https://github.com/MetaMask/metamask-extension/pull/20080))
|
||||||
- Fix possible crash when opening the network menu ([#20181](https://github.com/MetaMask/metamask-extension/pull/20181))
|
- Fix ([#20080](https://github.com/MetaMask/metamask-extension/pull/20080))
|
||||||
|
|
||||||
## [10.34.0]
|
## [10.34.0]
|
||||||
### Added
|
### Added
|
||||||
@ -3885,7 +3896,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Uncategorized
|
### Uncategorized
|
||||||
- Added the ability to restore accounts from seed words.
|
- Added the ability to restore accounts from seed words.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.34.4...HEAD
|
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.34.5...HEAD
|
||||||
|
[10.34.5]: https://github.com/MetaMask/metamask-extension/compare/v10.34.4...v10.34.5
|
||||||
[10.34.4]: https://github.com/MetaMask/metamask-extension/compare/v10.34.3...v10.34.4
|
[10.34.4]: https://github.com/MetaMask/metamask-extension/compare/v10.34.3...v10.34.4
|
||||||
[10.34.3]: https://github.com/MetaMask/metamask-extension/compare/v10.34.2...v10.34.3
|
[10.34.3]: https://github.com/MetaMask/metamask-extension/compare/v10.34.2...v10.34.3
|
||||||
[10.34.2]: https://github.com/MetaMask/metamask-extension/compare/v10.34.1...v10.34.2
|
[10.34.2]: https://github.com/MetaMask/metamask-extension/compare/v10.34.1...v10.34.2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "metamask-crx",
|
"name": "metamask-crx",
|
||||||
"version": "10.34.4",
|
"version": "10.34.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"AnnouncementController": "object",
|
"AnnouncementController": "object",
|
||||||
"AppMetadataController": {
|
"AppMetadataController": {
|
||||||
"currentAppVersion": "10.34.4",
|
"currentAppVersion": "10.34.5",
|
||||||
"previousAppVersion": "",
|
"previousAppVersion": "",
|
||||||
"previousMigrationVersion": 0,
|
"previousMigrationVersion": 0,
|
||||||
"currentMigrationVersion": 94
|
"currentMigrationVersion": 94
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
"usedNetworks": "object",
|
"usedNetworks": "object",
|
||||||
"snapsInstallPrivacyWarningShown": "boolean",
|
"snapsInstallPrivacyWarningShown": "boolean",
|
||||||
"serviceWorkerLastActiveTime": "number",
|
"serviceWorkerLastActiveTime": "number",
|
||||||
"currentAppVersion": "10.34.4",
|
"currentAppVersion": "10.34.5",
|
||||||
"previousAppVersion": "",
|
"previousAppVersion": "",
|
||||||
"previousMigrationVersion": 0,
|
"previousMigrationVersion": 0,
|
||||||
"currentMigrationVersion": 94,
|
"currentMigrationVersion": 94,
|
||||||
|
Loading…
Reference in New Issue
Block a user