Skip to content

Commit 7cfec00

Browse files
authored
Merge pull request #2042 from oasisprotocol/lw/rename-repo
Rename repository from oasis-wallet-web to wallet
2 parents c07005f + ea20f98 commit 7cfec00

18 files changed

Lines changed: 857 additions & 856 deletions

File tree

.changelog/2042.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Rename repository from oasis-wallet-web to wallet

.github/workflows/dump-validators.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: dump-validators
22

33
on:
4-
# Triggered monthly or manually in https://github.com/oasisprotocol/oasis-wallet-web/actions/workflows/dump-validators.yml
4+
# Triggered monthly or manually in https://github.com/oasisprotocol/wallet/actions/workflows/dump-validators.yml
55
workflow_dispatch:
66
schedule:
77
- cron: '0 0 1 * *'
@@ -12,7 +12,7 @@ permissions: # Limit secrets.GITHUB_TOKEN permissions
1212

1313
jobs:
1414
dump-validators:
15-
if: github.repository == 'oasisprotocol/oasis-wallet-web'
15+
if: github.repository == 'oasisprotocol/wallet'
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
@@ -29,7 +29,7 @@ jobs:
2929
commit-message: 'Update dumped validators'
3030
title: 'Update dumped validators'
3131
body: |
32-
Created by https://github.com/oasisprotocol/oasis-wallet-web/blob/master/.github/workflows/dump-validators.yml
32+
Created by https://github.com/oasisprotocol/wallet/blob/master/.github/workflows/dump-validators.yml
3333
3434
If CI actions and checks don't run in this PR: close it and reopen.
3535
https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs

CHANGELOG.md

Lines changed: 824 additions & 824 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Adding a new language:
201201

202202
[Release process doc](docs/release-process.md)
203203

204-
[demo-video]: https://github.com/oasisprotocol/oasis-wallet-web/assets/3758846/ef11fbea-dd55-42b1-87a4-1b74509a2809
204+
[demo-video]: https://github.com/oasisprotocol/wallet/assets/3758846/ef11fbea-dd55-42b1-87a4-1b74509a2809
205205
[docker-compose.yml]: docker-compose.yml
206206
[envoy-proxy]: https://www.envoyproxy.io
207207
[oasis-monitor]: https://oasismonitor.com
@@ -219,14 +219,14 @@ Adding a new language:
219219
[useTranslation hook]: https://react.i18next.com/latest/usetranslation-hook
220220
[English translation.json]: src/locales/en/translation.json
221221
[i18n.ts]: src/locales/i18n.ts
222-
[github-ci-build-badge]: https://github.com/oasisprotocol/oasis-wallet-web/actions/workflows/ci-build.yml/badge.svg
223-
[github-ci-build-link]: https://github.com/oasisprotocol/oasis-wallet-web/actions?query=workflow:ci-build+branch:master
224-
[github-ci-test-badge]: https://github.com/oasisprotocol/oasis-wallet-web/actions/workflows/ci-test.yml/badge.svg
225-
[github-ci-test-link]: https://github.com/oasisprotocol/oasis-wallet-web/actions?query=workflow:ci-test+branch:master
226-
[github-ci-lint-badge]: https://github.com/oasisprotocol/oasis-wallet-web/actions/workflows/ci-lint.yml/badge.svg
227-
[github-ci-lint-link]: https://github.com/oasisprotocol/oasis-wallet-web/actions?query=workflow:ci-lint+branch:master
228-
[github-release-badge]: https://github.com/oasisprotocol/oasis-wallet-web/actions/workflows/release.yml/badge.svg
229-
[github-release-link]: https://github.com/oasisprotocol/oasis-wallet-web/actions?query=workflow:release
222+
[github-ci-build-badge]: https://github.com/oasisprotocol/wallet/actions/workflows/ci-build.yml/badge.svg
223+
[github-ci-build-link]: https://github.com/oasisprotocol/wallet/actions?query=workflow:ci-build+branch:master
224+
[github-ci-test-badge]: https://github.com/oasisprotocol/wallet/actions/workflows/ci-test.yml/badge.svg
225+
[github-ci-test-link]: https://github.com/oasisprotocol/wallet/actions?query=workflow:ci-test+branch:master
226+
[github-ci-lint-badge]: https://github.com/oasisprotocol/wallet/actions/workflows/ci-lint.yml/badge.svg
227+
[github-ci-lint-link]: https://github.com/oasisprotocol/wallet/actions?query=workflow:ci-lint+branch:master
228+
[github-release-badge]: https://github.com/oasisprotocol/wallet/actions/workflows/release.yml/badge.svg
229+
[github-release-link]: https://github.com/oasisprotocol/wallet/actions?query=workflow:release
230230
[github-renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg
231231
[github-renovate-link]: https://www.mend.io/renovate/
232232
[license-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg

cypress/e2e/api-transaction-methods.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44

55
function ignoreTimeoutError() {
66
// Note: This is strongly discouraged. If it stops working, we converted to
7-
// jest in https://github.com/oasisprotocol/oasis-wallet-web/pull/736
7+
// jest in https://github.com/oasisprotocol/wallet/pull/736
88
cy.on('fail', error => {
99
if (error.name === 'CypressError' && error.message.includes('timed out waiting')) {
1010
return false

docs/release-process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Make a release:
1616

1717
Staging:
1818

19-
- download <https://github.com/oasisprotocol/oasis-wallet-web/releases>
19+
- download <https://github.com/oasisprotocol/wallet/releases>
2020
- deploy to <https://wallet.stg.oasis.io/>
2121

2222
Production:
@@ -29,7 +29,7 @@ Production:
2929

3030
### Deploy
3131

32-
<https://github.com/oasisprotocol/oasis-wallet-web/wiki/Deployment-on-AWS>.
32+
<https://github.com/oasisprotocol/wallet/wiki/Deployment-on-AWS>.
3333

3434
Verify deployed version by opening the page in
3535
incognito (no cache) - it is displayed in the footer.
@@ -44,7 +44,7 @@ Verify security headers were updated:
4444
```
4545

4646
- Compare to Content-Security-Policy.txt and Permissions-Policy.txt in
47-
<https://github.com/oasisprotocol/oasis-wallet-web/releases>
47+
<https://github.com/oasisprotocol/wallet/releases>
4848

4949
## TODO: Extension wallet
5050

extension/src/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script type="module" src="./popup/popup.tsx"></script>
1010
<!--
1111
TODO: re-enable after supporting multiple extension popups with persistence
12-
https://github.com/oasisprotocol/oasis-wallet-web/issues/792#issuecomment-1238715243
12+
https://github.com/oasisprotocol/wallet/issues/792#issuecomment-1238715243
1313
<a href="./popup.html" target="_blank">Open in new tab</a>
1414
-->
1515
</body>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/oasisprotocol/oasis-wallet-web.git"
8+
"url": "https://github.com/oasisprotocol/wallet.git"
99
},
1010
"scripts": {
1111
"build": "node ./internals/scripts/build-web.js",

playwright/tests/migrating-v0-ext-persisted-state.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ test('Migrate from V0 extension persisted state to valid RootState', async ({
6565
...walletExtensionV0UnlockedState,
6666

6767
// TODO: fix mockApi inside extension tests to get consistent responses
68-
// https://github.com/oasisprotocol/oasis-wallet-web/issues/1770
68+
// https://github.com/oasisprotocol/wallet/issues/1770
6969
account: expect.any(Object),
7070
network: expect.any(Object),
7171
staking: expect.any(Object),

playwright/tests/syncTabs.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ test.describe('syncTabs', () => {
334334
})
335335
await page.waitForTimeout(100)
336336

337-
// TODO: https://github.com/oasisprotocol/oasis-wallet-web/pull/975#discussion_r1019567305
337+
// TODO: https://github.com/oasisprotocol/wallet/pull/975#discussion_r1019567305
338338
// await expect(page.getByTestId('fatalerror-stacktrace')).toBeHidden()
339339
await expect(page.getByTestId('fatalerror-stacktrace')).toBeVisible()
340340
await page.close() // Just to avoid expectNoFatal in afterEach

0 commit comments

Comments
 (0)