From a0a3aa23b9306828a67669c6b2e48fbf305b0bcf Mon Sep 17 00:00:00 2001 From: lianahus Date: Wed, 20 Nov 2024 16:41:03 +0100 Subject: [PATCH 1/7] removed popup panel from plugin manager --- apps/remix-ide/src/remixAppManager.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/remix-ide/src/remixAppManager.js b/apps/remix-ide/src/remixAppManager.js index 9d6938f134..87a5d935c1 100644 --- a/apps/remix-ide/src/remixAppManager.js +++ b/apps/remix-ide/src/remixAppManager.js @@ -145,7 +145,8 @@ export function isNative(name) { 'environmentExplorer', 'templateSelection', 'walletconnect', - 'contract-verification' + 'contract-verification', + 'popupPanel' ] return nativePlugins.includes(name) || requiredModules.includes(name) || isInjectedProvider(name) || isVM(name) || isScriptRunner(name) } From 90ac174c57382848a265fb928e96fb63c7de5d47 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:51:40 +0100 Subject: [PATCH 2/7] Update TEST.md --- apps/remixdesktop/TEST.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remixdesktop/TEST.md b/apps/remixdesktop/TEST.md index 3258a119b2..c131291c34 100644 --- a/apps/remixdesktop/TEST.md +++ b/apps/remixdesktop/TEST.md @@ -15,7 +15,7 @@ Executables are stored in the ./release directory. Without that executable you c This is done by running ./rundist.bash -Normally when you would do a 'real' release you would package remix IDE into the distributable but for local e2e this not necessary because it will use the remix IDE that is being served. +Normally when you would do a 'real' release you would package remix IDE into the distributable but for local e2e this is not necessary because it will use the remix IDE that is being served. ``` @@ -39,7 +39,7 @@ In order to facilitate local testing nightwatch will boot the executable with th So to start testing locally - run the IDE with 'yarn serve' as you would normally do. -- build your release. You will always need to this when the Desktop app itself changes its code. +- build your release. You will always need to do this when the Desktop app itself changes its code. - ./rundist.bash - in apps/remixdesktop: - yarn build:e2e From 69cb8f07a3709f40b885248bef3aac6dcdfe0f4f Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:55:48 +0100 Subject: [PATCH 3/7] Update README.md --- libs/remix-tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/remix-tests/README.md b/libs/remix-tests/README.md index 81a3bc6aaf..55a38ac3ec 100644 --- a/libs/remix-tests/README.md +++ b/libs/remix-tests/README.md @@ -246,7 +246,7 @@ remixTests.runTestSources(contractSources: SrcIfc, versionUrl: string, usingWork 2. `compilerConfig` - Custom compiler configuration * `currentCompilerUrl: URL to load compiler from` * `evmVersion: EVM name` -* `optimize: set true to enable optimizartion` +* `optimize: set true to enable optimization` * `usingWorker?: set true to load compiler using worker` * `runs: number of contract runs` 3. `testCallback(object)` - Called each time there is a test event. 3 possible type of objects: @@ -269,7 +269,7 @@ For more details, see parameters' type definitions [here](src/types.ts). Please feel free to open an issue or a pull request. -In case you want to add a code, do have a look to our contribution guidelnes [here](https://github.com/ethereum/remix-project/blob/master/CONTRIBUTING.md). Reach us in [Gitter](https://gitter.im/ethereum/remix) in case of any queries. +In case you want to add a code, do have a look to our contribution guidelines [here](https://github.com/ethereum/remix-project/blob/master/CONTRIBUTING.md). Reach us in [Gitter](https://gitter.im/ethereum/remix) in case of any queries. ### License MIT © 2018-21 Remix Team From 10d5e14b184f7ec32f9356c18d7ef0ccbd2930fe Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:00:38 +0100 Subject: [PATCH 4/7] Update release-process.md --- release-process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-process.md b/release-process.md index 24f6afa735..d66786d602 100644 --- a/release-process.md +++ b/release-process.md @@ -49,7 +49,7 @@ This command will ask for a new version. This command uses `lerna` and is solely responsible for publishing all the remix libraries. It will ask for a new version of each library. Make sure you are logged in to NPM. -Once these command run successfully, the version for each remix library will be updated to latest in the libs' package.json file. +Once these commands run successfully, the version for each remix library will be updated to latest in the libs' package.json file. - Create and merge bump PR to master @@ -95,7 +95,7 @@ Publish a new release on GitHub using created tag and generate automated changel ### Part 2. Update the Remix Live -Updating the `remix_live` branch latest to the `remix_beta` runs the CircleCI build which updates liver version of Remix IDE on `remix.ethereum.org` +Updating the `remix_live` branch latest to the `remix_beta` runs the CircleCI build which updates live version of Remix IDE on `remix.ethereum.org` Use this unified command: From c7dc159e5adbbe5c30a32b824171b94ae86ea84a Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Fri, 15 Nov 2024 17:19:55 +0100 Subject: [PATCH 5/7] add padding to the bottom to secure space --- apps/remix-ide/src/app/components/panel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/components/panel.ts b/apps/remix-ide/src/app/components/panel.ts index bf80f3614d..9c3d169033 100644 --- a/apps/remix-ide/src/app/components/panel.ts +++ b/apps/remix-ide/src/app/components/panel.ts @@ -29,7 +29,7 @@ export class AbstractPanel extends HostPlugin { view: view, active: false, pinned: false, - class: 'plugItIn active' + class: 'plugItIn active pb-2' } } From be63574d3131c48bcec1ade6afdc37d805b1f8c1 Mon Sep 17 00:00:00 2001 From: wangjingcun Date: Fri, 8 Nov 2024 10:18:28 +0800 Subject: [PATCH 6/7] chore(libs): fix some typos in comment Signed-off-by: wangjingcun --- libs/remix-ui/run-tab/src/lib/actions/events.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ui/run-tab/src/lib/actions/events.ts b/libs/remix-ui/run-tab/src/lib/actions/events.ts index ccbd7ae7d8..111c598a70 100644 --- a/libs/remix-ui/run-tab/src/lib/actions/events.ts +++ b/libs/remix-ui/run-tab/src/lib/actions/events.ts @@ -46,7 +46,7 @@ export const setupEvents = (plugin: RunTab) => { setFinalContext(plugin, dispatch) fillAccountsList(plugin, dispatch) // 'contextChanged' & 'networkStatus' both are triggered on workspace & network change - // There is chance that pinned contracts state is overrided by othe event + // There is chance that pinned contracts state is overridden by other event // We load pinned contracts for VM environment in this event // and for other environments in 'networkStatus' event if (context.startsWith('vm')) await loadPinnedContracts(plugin, dispatch, context) From e5e3713f921f15880fd03059a83576bc1a9a1d91 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:37:56 +0300 Subject: [PATCH 7/7] Typo Update README.md Fix Typographical Error in Testing Documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 113c4b897c..947d9c2d1d 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ You need to have ### Splitting tests with groups -Groups can be used to group tests in a test file together. The advantage is you can avoid running long test files when you want to focus on a specific set of tests within a test file.x +Groups can be used to group tests in a test file together. The advantage is you can avoid running long test files when you want to focus on a specific set of tests within a test file. These groups only apply to the test file, not across all test files. So for example group1 in the ballot is not related to a group1 in another test file.