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
7ddc136b
Commit
7ddc136b
authored
Feb 16, 2018
by
Iuri Matias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move txlistener code to remix-lib
parent
c28ce1b8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
app.js
src/app.js
+1
-1
txListener.js
src/app/execution/txListener.js
+0
-0
No files found.
src/app.js
View file @
7ddc136b
...
@@ -31,8 +31,8 @@ var EditorPanel = require('./app/panels/editor-panel')
...
@@ -31,8 +31,8 @@ var EditorPanel = require('./app/panels/editor-panel')
var
RighthandPanel
=
require
(
'./app/panels/righthand-panel'
)
var
RighthandPanel
=
require
(
'./app/panels/righthand-panel'
)
var
examples
=
require
(
'./app/editor/example-contracts'
)
var
examples
=
require
(
'./app/editor/example-contracts'
)
var
modalDialogCustom
=
require
(
'./app/ui/modal-dialog-custom'
)
var
modalDialogCustom
=
require
(
'./app/ui/modal-dialog-custom'
)
var
Txlistener
=
require
(
'./app/execution/txListener'
)
var
TxLogger
=
require
(
'./app/execution/txLogger'
)
var
TxLogger
=
require
(
'./app/execution/txLogger'
)
var
Txlistener
=
remixLib
.
execution
.
txListener
var
EventsDecoder
=
remixLib
.
execution
.
EventsDecoder
var
EventsDecoder
=
remixLib
.
execution
.
EventsDecoder
var
handleImports
=
require
(
'./app/compiler/compiler-imports'
)
var
handleImports
=
require
(
'./app/compiler/compiler-imports'
)
var
FileManager
=
require
(
'./app/files/fileManager'
)
var
FileManager
=
require
(
'./app/files/fileManager'
)
...
...
src/app/execution/txListener.js
deleted
100644 → 0
View file @
c28ce1b8
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