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
a83a691e
Unverified
Commit
a83a691e
authored
Apr 09, 2019
by
Iuri Matias
Committed by
GitHub
Apr 09, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1150 from ethereum/move_udapp_logic
move universal-dapp logic from remix-ide to remix-lib
parents
3b004a56
e84e1e23
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
index.js
remix-lib/index.js
+4
-1
universalDapp.js
remix-lib/src/universalDapp.js
+0
-0
No files found.
remix-lib/index.js
View file @
a83a691e
...
@@ -27,6 +27,8 @@ var CodeManager = require('./src/code/codeManager')
...
@@ -27,6 +27,8 @@ var CodeManager = require('./src/code/codeManager')
var
BreakpointManager
=
require
(
'./src/code/breakpointManager'
)
var
BreakpointManager
=
require
(
'./src/code/breakpointManager'
)
var
TraceManager
=
require
(
'./src/trace/traceManager'
)
var
TraceManager
=
require
(
'./src/trace/traceManager'
)
var
UniversalDApp
=
require
(
'./src/universalDapp'
)
if
(
typeof
(
module
)
!==
'undefined'
&&
typeof
(
module
.
exports
)
!==
'undefined'
)
{
if
(
typeof
(
module
)
!==
'undefined'
&&
typeof
(
module
.
exports
)
!==
'undefined'
)
{
module
.
exports
=
modules
()
module
.
exports
=
modules
()
}
}
...
@@ -71,6 +73,7 @@ function modules () {
...
@@ -71,6 +73,7 @@ function modules () {
txListener
:
txListener
,
txListener
:
txListener
,
txRunner
:
txRunner
,
txRunner
:
txRunner
,
typeConversion
:
typeConversion
typeConversion
:
typeConversion
}
},
UniversalDApp
:
UniversalDApp
}
}
}
}
remix-lib/src/universalDapp.js
0 → 100644
View file @
a83a691e
This diff is collapsed.
Click to expand it.
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