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
3b7e0333
Commit
3b7e0333
authored
Aug 03, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
standard
parent
cd4706be
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
Mapping.js
remix-debug/src/solidity-decoder/types/Mapping.js
+0
-1
util.js
remix-debug/src/solidity-decoder/types/util.js
+1
-0
storageViewer.js
remix-debug/src/storage/storageViewer.js
+0
-1
No files found.
remix-debug/src/solidity-decoder/types/Mapping.js
View file @
3b7e0333
...
...
@@ -13,7 +13,6 @@ class Mapping extends RefType {
async
decodeFromStorage
(
location
,
storageResolver
)
{
var
corrections
=
this
.
valueType
.
members
?
this
.
valueType
.
members
.
map
((
value
)
=>
{
return
value
.
storagelocation
})
:
[]
if
(
!
this
.
initialDecodedState
)
{
// cache the decoded initial storage
var
mappingsInitialPreimages
try
{
...
...
remix-debug/src/solidity-decoder/types/util.js
View file @
3b7e0333
...
...
@@ -9,6 +9,7 @@ module.exports = {
extractHexByteSlice
:
extractHexByteSlice
,
toBN
:
toBN
,
add
:
add
,
sub
:
sub
,
extractLocation
:
extractLocation
,
removeLocation
:
removeLocation
,
normalizeHex
:
normalizeHex
,
...
...
remix-debug/src/storage/storageViewer.js
View file @
3b7e0333
...
...
@@ -111,7 +111,6 @@ class StorageViewer {
/**
* retrieve mapping location changes from the storage changes.
* @param {Map} storageChanges
* @param {Array} corrections - used in case the calculated sha3 has been modifyed before SSTORE (notably used for struct in mapping).
*/
...
...
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