Skip to content

Commit 7421758

Browse files
chloeYuecursoragent
andcommitted
Merge branch 'stable' into release/7.74.3-ota
Co-authored-by: Cursor <cursoragent@cursor.com>
2 parents 096cf78 + 02efb6e commit 7421758

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.74.2]
11+
12+
### Fixed
13+
14+
- Updated Polymarket adapter contracts so Polymarket prediction transactions continue working after the relayer migration. (#29573)
15+
16+
## [7.74.1]
17+
18+
### Fixed
19+
20+
- Fixed the environmental issue that push notifications not received on Android
21+
1022
## [7.74.0]
1123

1224
### Added
@@ -11288,7 +11300,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1128811300
- [#957](https://github.com/MetaMask/metamask-mobile/pull/957): fix timeouts (#957)
1128911301
- [#954](https://github.com/MetaMask/metamask-mobile/pull/954): Bugfix: onboarding navigation (#954)
1129011302

11291-
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.74.0...HEAD
11303+
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.74.2...HEAD
11304+
[7.74.2]: https://github.com/MetaMask/metamask-mobile/compare/v7.74.1...v7.74.2
11305+
[7.74.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.74.0...v7.74.1
1129211306
[7.74.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.73.2...v7.74.0
1129311307
[7.73.2]: https://github.com/MetaMask/metamask-mobile/compare/v7.73.1...v7.73.2
1129411308
[7.73.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.73.0...v7.73.1

tests/smoke/predict/predict-open-position.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ const PredictionMarketFeature = async (mockServer: Mockttp) => {
5656
await POLYMARKET_POSITIONS_WITH_WINNINGS_MOCKS(mockServer, false); // do not include winnings. Claim Button is animated and problematic for e2e
5757
};
5858

59-
describe(SmokePredictions('Predictions'), () => {
59+
// Disabling because of https://consensys.slack.com/archives/C02U025CVU4/p1777884336901849
60+
describe.skip(SmokePredictions('Predictions'), () => {
6061
it('opens position on Celtics vs. Nets market', async () => {
6162
await withFixtures(
6263
{

0 commit comments

Comments
 (0)