Skip to content

Commit c90969a

Browse files
Merge branch 'feat/srp-flow-header' into feat/srp-flow-create-password
2 parents e18dfcd + 6b2c02b commit c90969a

File tree

105 files changed

+1567
-7641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+1567
-7641
lines changed

.circleci/scripts/bundle.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,18 @@ export FIREBASE_PROJECT_ID=""
1313
export FIREBASE_STORAGE_BUCKET=""
1414
export INFURA_BETA_PROJECT_ID=""
1515
export INFURA_FLASK_PROJECT_ID=""
16-
export INFURA_MMI_PROJECT_ID=""
1716
export INFURA_PROD_PROJECT_ID=""
1817
export INFURA_PROJECT_ID=""
19-
export MMI_CONFIGURATION_SERVICE_URL=""
2018
export PUBNUB_PUB_KEY=""
2119
export SEGMENT_BETA_WRITE_KEY=""
2220
export SEGMENT_FLASK_WRITE_KEY=""
23-
export SEGMENT_MMI_WRITE_KEY=""
2421
export SEGMENT_PROD_LEGACY_WRITE_KEY=""
2522
export SEGMENT_PROD_WRITE_KEY=""
2623
export SEGMENT_WRITE_KEY=""
2724
export ANALYTICS_DATA_DELETION_SOURCE_ID=""
2825
export ANALYTICS_DATA_DELETION_ENDPOINT=""
2926
export SENTRY_AUTH_TOKEN=""
3027
export SENTRY_DSN=""
31-
export SENTRY_MMI_DSN=""
3228
export SENTRY_DSN_DEV=""
3329
export VAPID_KEY=""
3430
export TZ="UTC"

.github/workflows/update-lavamoat-policies.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
matrix:
9999
# Ensure this is synchronized with the list below in the "commit-updated-policies" job
100100
# and with the build type list in `builds.yml`
101-
build-type: [main, beta, flask, mmi]
101+
build-type: [main, beta, flask]
102102
name: Update LavaMoat ${{ matrix.build-type }} application policy
103103
runs-on: ubuntu-latest
104104
needs:
@@ -163,7 +163,7 @@ jobs:
163163
path: lavamoat/build-system
164164
key: cache-build-${{ needs.prepare.outputs.COMMIT_SHA }}
165165
fail-on-cache-miss: true
166-
# One restore step per build type: [main, beta, flask, mmi]
166+
# One restore step per build type: [main, beta, flask]
167167
# Ensure this is synchronized with the list above in the "update-lavamoat-webapp-policy" job
168168
# and with the build type list in `builds.yml`
169169
- name: Restore main application policy
@@ -184,12 +184,6 @@ jobs:
184184
path: lavamoat/browserify/flask
185185
key: cache-flask-${{ needs.prepare.outputs.COMMIT_SHA }}
186186
fail-on-cache-miss: true
187-
- name: Restore MMI application policy
188-
uses: actions/cache/restore@v4
189-
with:
190-
path: lavamoat/browserify/mmi
191-
key: cache-mmi-${{ needs.prepare.outputs.COMMIT_SHA }}
192-
fail-on-cache-miss: true
193187
- name: Check whether there are policy changes
194188
id: policy-changes
195189
run: |

.github/workflows/validate-lavamoat-policy-webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
build-type: [main, beta, flask, mmi]
12+
build-type: [main, beta, flask]
1313
steps:
1414
- name: Checkout and setup environment
1515
uses: MetaMask/action-checkout-and-setup@v1

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ Before running e2e tests, ensure you've run `yarn install` to download dependenc
147147
- `yarn build:test` for main build
148148
- `yarn build:test:flask` for flask build
149149
- `yarn build:test:mv2` for mv2 build
150-
- `yarn build:test:mmi` for mmi build
151150
3. Start a test build with live changes: `yarn start:test` is particularly useful for development. It starts a test build that automatically recompiles application code upon changes. This option is ideal for iterative testing and development. This command also allows you to generate test builds for various types, including:
152151
- `yarn start:test` for main build
153152
- `yarn start:test:flask` for flask build

app/_locales/de/messages.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/el/messages.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/en/messages.json

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/en_GB/messages.json

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/es/messages.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/fr/messages.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/hi/messages.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/id/messages.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/ja/messages.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/ko/messages.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/pt/messages.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/ru/messages.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/tl/messages.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/tr/messages.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/vi/messages.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/zh_CN/messages.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-4.98 KB
Binary file not shown.
-703 Bytes
Binary file not shown.
-873 Bytes
Binary file not shown.
-1.38 KB
Binary file not shown.
-1.63 KB
Binary file not shown.
-2.04 KB
Binary file not shown.
-19.9 KB
Binary file not shown.
-2.7 KB
Binary file not shown.

app/build-types/mmi/images/icons/custody.svg

Lines changed: 0 additions & 8 deletions
This file was deleted.

app/build-types/mmi/images/icons/stake.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.
-11.4 KB
Binary file not shown.

app/build-types/mmi/images/logo/metamask-fox.svg

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)