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
Copy file name to clipboardExpand all lines: apps/remix-ide/src/app/tabs/locales/en/remixd.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
"remixd.text1": "Access your local file system from Remix IDE using <a>Remixd NPM package</a>.",
8
8
"remixd.text2": "Remixd <a>documentation</a>.",
9
9
"remixd.text3": "The remixd command is:",
10
-
"remixd.text4": "The remixd command without options uses the terminal's current directory as the shared directory and the shared Remix domain can only be https://remix.ethereum.org, https://remix-alpha.ethereum.org, or https://remix-beta.ethereum.org",
10
+
"remixd.text4": "The remixd command without options uses the terminal's current directory as the shared directory and the shared Remix domain can only be https://remix.ethereum.org, https://alpha.remix.live, or https://beta.remix.live",
11
11
"remixd.text5": "Example command with flags:",
12
12
"remixd.text6": "For info about ports, see <a>Remixd ports usage</a>",
13
13
"remixd.text7": "This feature is still in Alpha. We recommend to keep a backup of the shared folder.",
@@ -114,7 +114,7 @@ Before starting to coding, we should ensure all devs / contributors are aware of
114
114
### 3) Merge:
115
115
116
116
- Merging is possible after Review and Tests are ok and when the PR is approved.
117
-
- After a merge, it is highly recommended to check the new code in `remix-alpha.ethereum.org`
117
+
- After a merge, it is highly recommended to check the new code in `alpha.remix.live`
118
118
119
119
---
120
120
@@ -195,8 +195,8 @@ Before starting to coding, we should ensure all devs / contributors are aware of
195
195
### release process:
196
196
197
197
- We release an `x.0.0` if there's a fundamental change in our UX design, which means users will need to readapt the way they use the app
198
-
- after a week finishes, we publish/release a new version as **remix-beta.ethereum.org** and inform users so early adopters can test. after another week, when the next finished work is released as **remix-beta.ethereum.org**, the previous one becomes **remix.ethereum.org** and all users can start using it
199
-
- a bot to automatically notify users about upcoming features on all channels whenever **remix-beta.ethereum.org** is updated
198
+
- after a week finishes, we publish/release a new version as **beta.remix.live** and inform users so early adopters can test. after another week, when the next finished work is released as **beta.remix.live**, the previous one becomes **remix.ethereum.org** and all users can start using it
199
+
- a bot to automatically notify users about upcoming features on all channels whenever **beta.remix.live** is updated
200
200
- in case it's a major version increase - this announcement should be specially marked so people can check early instead of being confronted with drastic changes when **remix.ethereum.org** updates
201
201
### maintenance:
202
202
- Setting up a "bug" time where we each take a bug for which:
setContent('Welcome to the Remix alpha instance. Please use it to try out latest features. But use preferably https://remix.ethereum.org for any production work.')
Copy file name to clipboardExpand all lines: libs/remixd/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ If you were using the old one you need to:
33
33
34
34
## remixd command
35
35
36
-
The remixd command without options shares present working directory and the shared Remix domain will be https://remix.ethereum.org, https://remix-alpha.ethereum.org, or https://remix-beta.ethereum.org
36
+
The remixd command without options shares present working directory and the shared Remix domain will be https://remix.ethereum.org, https://alpha.remix.live, or https://beta.remix.live
Copy file name to clipboardExpand all lines: release-process.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ This document includes the release instructions for:
5
5
- Publishing `remixd` to NPM
6
6
- Publishing remix libraries to NPM
7
7
- Updating Remix's live version on remix.ethereum.org
8
-
- Updating Remix's alpha version on remix-alpha.ethereum.org
9
-
- Updating Remix's beta version on remix-beta.ethereum.org
8
+
- Updating Remix's alpha version on `alpha.remix.live`
9
+
- Updating Remix's beta version on `beta.remix.live`
10
10
11
11
## Feature Freeze
12
-
Once feature freeze is done, `remix_beta` should be updated to the latest master which will automatically update `remix-beta.ethereum.org` through a CI job.
12
+
Once feature freeze is done, `remix_beta` should be updated to the latest master which will automatically update `beta.remix.live` through a CI job.
13
13
14
14
Use this unified command:
15
15
@@ -23,7 +23,7 @@ or individually:
23
23
-`git push -f origin remix_beta`
24
24
25
25
## Testing
26
-
Testing is performed after the Feature Freeze on `remix-beta.ethereum.org`. `build-qa-doc.js` script can be used to generate the list of QA tasks. Instructions to use the file are given in the file itself: https://github.com/ethereum/remix-project/blob/master/build-qa-doc.js#L18
26
+
Testing is performed after the Feature Freeze on `beta.remix.live`. `build-qa-doc.js` script can be used to generate the list of QA tasks. Instructions to use the file are given in the file itself: https://github.com/ethereum/remix-project/blob/master/build-qa-doc.js#L18
27
27
28
28
Once ready to run, it can be run using the Node.js: `node build-qa-doc.js`
29
29
@@ -141,4 +141,4 @@ or individually:
141
141
142
142
## Remix IDE Alpha Release
143
143
144
-
remix-alpha.ethereum.org is automatically updated every time a commit is pushed to `master` branch
144
+
`alpha.remix.live` is automatically updated every time a commit is pushed to `master` branch
0 commit comments