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
52cf826c
Commit
52cf826c
authored
Apr 11, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump ethereumjsvm
parent
7884b1e7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
package.json
remix-debug/package.json
+1
-1
package.json
remix-debugger/package.json
+1
-1
package.json
remix-lib/package.json
+1
-1
execution-context.js
remix-lib/src/execution/execution-context.js
+1
-1
package.json
remix-solidity/package.json
+1
-1
No files found.
remix-debug/package.json
View file @
52cf826c
...
...
@@ -23,7 +23,7 @@
"babel-preset-stage-0"
:
"^6.24.1"
,
"babelify"
:
"^7.3.0"
,
"ethereumjs-util"
:
"^4.5.0"
,
"ethereumjs-vm"
:
"
2.3.1
"
,
"ethereumjs-vm"
:
"
^2.3.3
"
,
"notify-error"
:
"^1.2.0"
,
"npm-run-all"
:
"^4.1.2"
,
"remix-core"
:
"latest"
,
...
...
remix-debugger/package.json
View file @
52cf826c
...
...
@@ -30,7 +30,7 @@
"ethereumjs-block"
:
"^1.2.2"
,
"ethereumjs-tx"
:
"^1.1.1"
,
"ethereumjs-util"
:
"^4.5.0"
,
"ethereumjs-vm"
:
"
2.3.1
"
,
"ethereumjs-vm"
:
"
^2.3.3
"
,
"fast-async"
:
"^6.1.2"
,
"http-server"
:
"^0.9.0"
,
"nightwatch"
:
"^0.9.5"
,
...
...
remix-lib/package.json
View file @
52cf826c
...
...
@@ -24,7 +24,7 @@
"fast-async"
:
"^6.1.2"
,
"ethereumjs-util"
:
"^5.1.2"
,
"ethereumjs-abi"
:
"https://github.com/ethereumjs/ethereumjs-abi"
,
"ethereumjs-vm"
:
"
2.3.1
"
,
"ethereumjs-vm"
:
"
^2.3.3
"
,
"ethereumjs-block"
:
"^1.6.0"
,
"ethereumjs-tx"
:
"^1.3.3"
,
"web3"
:
"^0.18.0"
,
...
...
remix-lib/src/execution/execution-context.js
View file @
52cf826c
...
...
@@ -3,7 +3,7 @@ var Web3 = require('web3')
var
EventManager
=
require
(
'../eventManager'
)
var
EthJSVM
=
require
(
'ethereumjs-vm'
)
var
ethUtil
=
require
(
'ethereumjs-util'
)
var
StateManager
=
require
(
'ethereumjs-vm/
lib
/stateManager'
)
var
StateManager
=
require
(
'ethereumjs-vm/
dist
/stateManager'
)
var
Web3VMProvider
=
require
(
'../web3Provider/web3VmProvider'
)
var
rlp
=
ethUtil
.
rlp
...
...
remix-solidity/package.json
View file @
52cf826c
...
...
@@ -19,7 +19,7 @@
"babel-eslint"
:
"^7.1.1"
,
"babelify"
:
"^7.3.0"
,
"ethereumjs-util"
:
"^4.5.0"
,
"ethereumjs-vm"
:
"
2.3.1
"
,
"ethereumjs-vm"
:
"
^2.3.3
"
,
"fast-async"
:
"^6.1.2"
,
"remix-core"
:
"latest"
,
"remix-lib"
:
"latest"
,
...
...
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