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
198c8c19
Commit
198c8c19
authored
Oct 15, 2019
by
aniket-engg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ethereumjs-util version updated
parent
fa772c01
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
88 additions
and
174 deletions
+88
-174
package-lock.json
remix-debug/package-lock.json
+0
-0
package.json
remix-debug/package.json
+1
-1
package-lock.json
remix-lib/package-lock.json
+63
-3
package.json
remix-lib/package.json
+1
-1
util.js
remix-lib/src/util.js
+1
-1
package-lock.json
remix-simulator/package-lock.json
+0
-0
package.json
remix-simulator/package.json
+1
-1
package-lock.json
remix-solidity/package-lock.json
+20
-166
package.json
remix-solidity/package.json
+1
-1
No files found.
remix-debug/package-lock.json
View file @
198c8c19
This diff is collapsed.
Click to expand it.
remix-debug/package.json
View file @
198c8c19
...
...
@@ -19,7 +19,7 @@
"main"
:
"./index.js"
,
"dependencies"
:
{
"commander"
:
"^2.19.0"
,
"ethereumjs-util"
:
"^
4.5
.0"
,
"ethereumjs-util"
:
"^
6.1
.0"
,
"ethereumjs-vm"
:
"3.0.0"
,
"fast-async"
:
"^6.1.2"
,
"remix-lib"
:
"0.4.14"
,
...
...
remix-lib/package-lock.json
View file @
198c8c19
{
"name"
:
"remix-lib"
,
"version"
:
"0.4.1
2
"
,
"version"
:
"0.4.1
4
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
@@ -2687,6 +2687,22 @@
"ethereumjs-util"
:
"^5.0.0"
,
"rlp"
:
"^2.0.0"
,
"safe-buffer"
:
"^5.1.1"
},
"dependencies"
:
{
"ethereumjs-util"
:
{
"version"
:
"5.2.0"
,
"resolved"
:
"https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz"
,
"integrity"
:
"sha512-CJAKdI0wgMbQFLlLRtZKGcy/L6pzVRgelIZqRqNbuVFM3K9VEnyfbcvz0ncWMRNCe4kaHWjwRYQcYMucmwsnWA=="
,
"requires"
:
{
"bn.js"
:
"^4.11.0"
,
"create-hash"
:
"^1.1.2"
,
"ethjs-util"
:
"^0.1.3"
,
"keccak"
:
"^1.0.2"
,
"rlp"
:
"^2.0.0"
,
"safe-buffer"
:
"^5.1.1"
,
"secp256k1"
:
"^3.0.1"
}
}
}
},
"ethereumjs-block"
:
{
...
...
@@ -2699,6 +2715,22 @@
"ethereumjs-tx"
:
"^1.2.2"
,
"ethereumjs-util"
:
"^5.0.0"
,
"merkle-patricia-tree"
:
"^2.1.2"
},
"dependencies"
:
{
"ethereumjs-util"
:
{
"version"
:
"5.2.0"
,
"resolved"
:
"https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz"
,
"integrity"
:
"sha512-CJAKdI0wgMbQFLlLRtZKGcy/L6pzVRgelIZqRqNbuVFM3K9VEnyfbcvz0ncWMRNCe4kaHWjwRYQcYMucmwsnWA=="
,
"requires"
:
{
"bn.js"
:
"^4.11.0"
,
"create-hash"
:
"^1.1.2"
,
"ethjs-util"
:
"^0.1.3"
,
"keccak"
:
"^1.0.2"
,
"rlp"
:
"^2.0.0"
,
"safe-buffer"
:
"^5.1.1"
,
"secp256k1"
:
"^3.0.1"
}
}
}
},
"ethereumjs-blockchain"
:
{
...
...
@@ -2780,8 +2812,6 @@
"version"
:
"0.0.18"
,
"resolved"
:
"https://registry.npmjs.org/ethereum-common/-/ethereum-common-0.0.18.tgz"
,
"integrity"
:
"sha1-L9w1dvIykDNYl26znaeDIT/5Uj8="
}
}
},
"ethereumjs-util"
:
{
"version"
:
"5.2.0"
,
...
...
@@ -2796,6 +2826,22 @@
"safe-buffer"
:
"^5.1.1"
,
"secp256k1"
:
"^3.0.1"
}
}
}
},
"ethereumjs-util"
:
{
"version"
:
"6.1.0"
,
"resolved"
:
"https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-6.1.0.tgz"
,
"integrity"
:
"sha512-URESKMFbDeJxnAxPppnk2fN6Y3BIatn9fwn76Lm8bQlt+s52TpG8dN9M66MLPuRAiAOIqL3dfwqWJf0sd0fL0Q=="
,
"requires"
:
{
"bn.js"
:
"^4.11.0"
,
"create-hash"
:
"^1.1.2"
,
"ethjs-util"
:
"0.1.6"
,
"keccak"
:
"^1.0.2"
,
"rlp"
:
"^2.0.0"
,
"safe-buffer"
:
"^5.1.1"
,
"secp256k1"
:
"^3.0.1"
}
},
"ethereumjs-vm"
:
{
"version"
:
"3.0.0"
,
...
...
@@ -3803,6 +3849,20 @@
"version"
:
"1.5.2"
,
"resolved"
:
"https://registry.npmjs.org/async/-/async-1.5.2.tgz"
,
"integrity"
:
"sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo="
},
"ethereumjs-util"
:
{
"version"
:
"5.2.0"
,
"resolved"
:
"https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz"
,
"integrity"
:
"sha512-CJAKdI0wgMbQFLlLRtZKGcy/L6pzVRgelIZqRqNbuVFM3K9VEnyfbcvz0ncWMRNCe4kaHWjwRYQcYMucmwsnWA=="
,
"requires"
:
{
"bn.js"
:
"^4.11.0"
,
"create-hash"
:
"^1.1.2"
,
"ethjs-util"
:
"^0.1.3"
,
"keccak"
:
"^1.0.2"
,
"rlp"
:
"^2.0.0"
,
"safe-buffer"
:
"^5.1.1"
,
"secp256k1"
:
"^3.0.1"
}
}
}
},
...
...
remix-lib/package.json
View file @
198c8c19
...
...
@@ -17,7 +17,7 @@
"async"
:
"^2.1.2"
,
"ethereumjs-block"
:
"^1.6.0"
,
"ethereumjs-tx"
:
"^1.3.3"
,
"ethereumjs-util"
:
"^
5.1.2
"
,
"ethereumjs-util"
:
"^
6.1.0
"
,
"ethereumjs-vm"
:
"3.0.0"
,
"ethers"
:
"^4.0.27"
,
"events"
:
"^3.0.0"
,
...
...
remix-lib/src/util.js
View file @
198c8c19
...
...
@@ -162,7 +162,7 @@ module.exports = {
value
=
'0x'
+
value
}
var
ret
=
ethutil
.
bufferToHex
(
ethutil
.
setLengthLeft
(
value
,
32
))
ret
=
ethutil
.
sha3
(
ret
)
ret
=
ethutil
.
keccak
(
ret
)
return
ethutil
.
bufferToHex
(
ret
)
},
...
...
remix-simulator/package-lock.json
View file @
198c8c19
This diff is collapsed.
Click to expand it.
remix-simulator/package.json
View file @
198c8c19
...
...
@@ -20,7 +20,7 @@
"color-support"
:
"^1.1.3"
,
"commander"
:
"^2.19.0"
,
"cors"
:
"^2.8.5"
,
"ethereumjs-util"
:
"^
5.1.2
"
,
"ethereumjs-util"
:
"^
6.1.0
"
,
"ethereumjs-vm"
:
"3.0.0"
,
"express"
:
"^4.16.3"
,
"express-ws"
:
"^4.0.0"
,
...
...
remix-solidity/package-lock.json
View file @
198c8c19
This diff is collapsed.
Click to expand it.
remix-solidity/package.json
View file @
198c8c19
...
...
@@ -14,7 +14,7 @@
],
"main"
:
"./index.js"
,
"dependencies"
:
{
"ethereumjs-util"
:
"^
4.5
.0"
,
"ethereumjs-util"
:
"^
6.1
.0"
,
"ethereumjs-vm"
:
"3.0.0"
,
"fast-async"
:
"^6.1.2"
,
"remix-lib"
:
"0.4.14"
,
...
...
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