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
c49b867d
Commit
c49b867d
authored
Oct 21, 2021
by
Aniket-Engg
Committed by
Aniket
Oct 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
muirGlacier removed as EVM version
parent
0ff7d029
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
types.ts
libs/remix-solidity/src/compiler/types.ts
+1
-1
compiler-container.tsx
...remix-ui/solidity-compiler/src/lib/compiler-container.tsx
+0
-1
No files found.
libs/remix-solidity/src/compiler/types.ts
View file @
c49b867d
...
...
@@ -150,7 +150,7 @@ export interface CompilerInputOptions {
language
?:
Language
}
export
type
EVMVersion
=
'homestead'
|
'tangerineWhistle'
|
'spuriousDragon'
|
'byzantium'
|
'constantinople'
|
'petersburg'
|
'istanbul'
|
'
muirGlacier'
|
'
berlin'
|
'london'
|
null
export
type
EVMVersion
=
'homestead'
|
'tangerineWhistle'
|
'spuriousDragon'
|
'byzantium'
|
'constantinople'
|
'petersburg'
|
'istanbul'
|
'berlin'
|
'london'
|
null
export
type
Language
=
'Solidity'
|
'Yul'
...
...
libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx
View file @
c49b867d
...
...
@@ -540,7 +540,6 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
<
option
data
-
id=
{
state
.
evmVersion
===
'default'
?
'selected'
:
''
}
value=
"default"
>
compiler default
</
option
>
<
option
data
-
id=
{
state
.
evmVersion
===
'london'
?
'selected'
:
''
}
value=
"london"
>
london
</
option
>
<
option
data
-
id=
{
state
.
evmVersion
===
'berlin'
?
'selected'
:
''
}
value=
"berlin"
>
berlin
</
option
>
<
option
data
-
id=
{
state
.
evmVersion
===
'muirGlacier'
?
'selected'
:
''
}
value=
"muirGlacier"
>
muirGlacier
</
option
>
<
option
data
-
id=
{
state
.
evmVersion
===
'istanbul'
?
'selected'
:
''
}
value=
"istanbul"
>
istanbul
</
option
>
<
option
data
-
id=
{
state
.
evmVersion
===
'petersburg'
?
'selected'
:
''
}
value=
"petersburg"
>
petersburg
</
option
>
<
option
data
-
id=
{
state
.
evmVersion
===
'constantinople'
?
'selected'
:
''
}
value=
"constantinople"
>
constantinople
</
option
>
...
...
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