You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add metrics for gasless 7702, refactoring (MetaMask#6363)
## Explanation
This PR adds metrics for gasless 7702 and includes refactoring
(renaming, updated gasIncluded7702 checks). It also makes the
`getBridgeHistoryItemByTxMetaId` function available via messaging
system.
## References
## Checklist
- [x] 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
- [x] 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),
highlighting breaking changes as necessary
- [x] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes
---------
Signed-off-by: dan437 <80175477+dan437@users.noreply.github.com>
Co-authored-by: rarquevaux <r.arquevaux@gmail.com>
Copy file name to clipboardExpand all lines: packages/bridge-controller/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Added
11
+
12
+
- Add `gas_included_7702` field to metrics tracking for EIP-7702 gasless transactions ([#6363](https://github.com/MetaMask/core/pull/6363))
13
+
10
14
### Changed
11
15
12
16
-**BREAKING** Rename QuotesError and InputSourceDestinationSwitched events to match segment schema ([#6447](https://github.com/MetaMask/core/pull/6447))
13
17
- Bump `@metamask/base-controller` from `^8.2.0` to `^8.3.0` ([#6465](https://github.com/MetaMask/core/pull/6465))
18
+
-**BREAKING** Rename `gasless7702` to `gasIncluded7702` in QuoteRequest and Quote types
0 commit comments