Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
5c9fb4ae
Commit
5c9fb4ae
authored
Feb 03, 2021
by
aniket-engg
Committed by
Aniket
Feb 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update compiler version
parent
0485a140
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
debugger.test.ts
apps/remix-ide-e2e/src/tests/debugger.test.ts
+1
-1
remixd.test.ts
apps/remix-ide-e2e/src/tests/remixd.test.ts
+1
-1
solidityImport.test.ts
apps/remix-ide-e2e/src/tests/solidityImport.test.ts
+1
-1
No files found.
apps/remix-ide-e2e/src/tests/debugger.test.ts
View file @
5c9fb4ae
...
...
@@ -79,7 +79,7 @@ module.exports = {
'Should display solidity imported code while debugging github import'
:
function
(
browser
:
NightwatchBrowser
)
{
browser
.
clickLaunchIcon
(
'solidity'
)
.
setSolidityCompilerVersion
(
'soljson-v0.
6.12+commit.27d51765
.js'
)
.
setSolidityCompilerVersion
(
'soljson-v0.
8.0+commit.c7dfd78e
.js'
)
.
pause
(
2000
)
.
clickLaunchIcon
(
'udapp'
)
.
testContracts
(
'externalImport.sol'
,
sources
[
1
][
'browser/externalImport.sol'
],
[
'ERC20'
])
...
...
apps/remix-ide-e2e/src/tests/remixd.test.ts
View file @
5c9fb4ae
...
...
@@ -67,7 +67,7 @@ module.exports = {
.
clickLaunchIcon
(
'fileExplorers'
)
.
addFile
(
'test_import_node_modules_with_github_import.sol'
,
sources
[
4
][
'browser/test_import_node_modules_with_github_import.sol'
])
.
clickLaunchIcon
(
'solidity'
)
.
setSolidityCompilerVersion
(
'soljson-v0.
6.2+commit.bacdbe57.js'
)
// open-zeppelin moved to pragma ^0.6
.0
.
setSolidityCompilerVersion
(
'soljson-v0.
8.0+commit.c7dfd78e.js'
)
// open-zeppelin moved to pragma ^0.8
.0
.
testContracts
(
'test_import_node_modules_with_github_import.sol'
,
sources
[
4
][
'browser/test_import_node_modules_with_github_import.sol'
],
[
'ERC20'
,
'test11'
])
},
...
...
apps/remix-ide-e2e/src/tests/solidityImport.test.ts
View file @
5c9fb4ae
...
...
@@ -31,7 +31,7 @@ module.exports = {
'Test Github Import - from master branch'
:
function
(
browser
:
NightwatchBrowser
)
{
browser
.
setSolidityCompilerVersion
(
'soljson-v0.
6.2+commit.bacdbe57.js'
)
// open-zeppelin moved to pragma ^0.6
.0 (master branch)
.
setSolidityCompilerVersion
(
'soljson-v0.
8.0+commit.c7dfd78e.js'
)
// open-zeppelin moved to pragma ^0.8
.0 (master branch)
.
addFile
(
'Untitled4.sol'
,
sources
[
3
][
'browser/Untitled4.sol'
])
.
clickLaunchIcon
(
'fileExplorers'
)
.
verifyContracts
([
'test7'
,
'ERC20'
],
{
wait
:
10000
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment