1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

[skip e2e] Update changelog for v9.7.1 (#11431)

This commit is contained in:
ryanml 2021-06-30 12:46:23 -07:00 committed by GitHub
parent 4b7a1ec91f
commit da259e11a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,17 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [9.7.1]
### Uncategorized
- Fix gas-modal-page-container.container check for custom gas price safety ([#11426](https://github.com/MetaMask/metamask-extension/pull/11426))
- fix jest tests to run ui tests ([#11390](https://github.com/MetaMask/metamask-extension/pull/11390))
- use jest for testing shared ([#11334](https://github.com/MetaMask/metamask-extension/pull/11334))
- add eip-1559 fields to event schema ([#11408](https://github.com/MetaMask/metamask-extension/pull/11408))
- Add methods to easily detect transaction type based on gas fields ([#11382](https://github.com/MetaMask/metamask-extension/pull/11382))
- Updating address error ([#11389](https://github.com/MetaMask/metamask-extension/pull/11389))
- Removing obsolete client-side transaction metrics events ([#11329](https://github.com/MetaMask/metamask-extension/pull/11329))
- Adding metric events for Approved, Rejected, and Submitted to the TxController ([#11358](https://github.com/MetaMask/metamask-extension/pull/11358))
- Add 'Transaction Added' metric event to TransactionController ([#11341](https://github.com/MetaMask/metamask-extension/pull/11341))
- Adding gasEstimateType to 'Changed Gas Button' metrics event ([#11352](https://github.com/MetaMask/metamask-extension/pull/11352))
### Fixed
- [#11426](https://github.com/MetaMask/metamask-extension/pull/11426): Fixed bug that broke transaction speed up and cancel, when attempting those actions immediately after opening MetaMask
## [9.7.0]
### Added