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
b7d0c594
Commit
b7d0c594
authored
Jun 18, 2018
by
Iuri Matias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove global from remix-lib
parent
18d90084
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
README.md
remix-lib/README.md
+0
-2
index.js
remix-lib/index.js
+0
-2
global.js
remix-lib/src/global.js
+0
-4
No files found.
remix-lib/README.md
View file @
b7d0c594
...
...
@@ -18,9 +18,7 @@ Provides:
init: init,
util: util,
AstWalker: AstWalker,
global: global,
ui: {
styleGuide: styleGuide
}
}
}
remix-lib/index.js
View file @
b7d0c594
...
...
@@ -11,7 +11,6 @@ var Web3Providers = require('./src/web3Provider/web3Providers')
var
DummyProvider
=
require
(
'./src/web3Provider/dummyProvider'
)
var
Web3VMProvider
=
require
(
'./src/web3Provider/web3VmProvider'
)
var
AstWalker
=
require
(
'./src/astWalker'
)
var
global
=
require
(
'./src/global'
)
var
Storage
=
require
(
'./src/storage'
)
var
EventsDecoder
=
require
(
'./src/execution/eventsDecoder'
)
...
...
@@ -50,7 +49,6 @@ function modules () {
init
:
init
,
util
:
util
,
AstWalker
:
AstWalker
,
global
:
global
,
execution
:
{
EventsDecoder
:
EventsDecoder
,
txExecution
:
txExecution
,
...
...
remix-lib/src/global.js
deleted
100644 → 0
View file @
18d90084
module
.
exports
=
{
web3
:
null
,
web3Debug
:
null
// this node should support the debug endpoint
}
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