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
5a38498d
Commit
5a38498d
authored
Aug 08, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move txlistener eventDecoder => execution folder
parent
ed31f64c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
app.js
src/app.js
+2
-2
eventsDecoder.js
src/app/execution/eventsDecoder.js
+0
-0
txListener.js
src/app/execution/txListener.js
+0
-0
No files found.
src/app.js
View file @
5a38498d
...
@@ -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/example-contracts'
)
var
examples
=
require
(
'./app/example-contracts'
)
var
modalDialogCustom
=
require
(
'./app/ui/modal-dialog-custom'
)
var
modalDialogCustom
=
require
(
'./app/ui/modal-dialog-custom'
)
var
Txlistener
=
require
(
'./app/txListener'
)
var
Txlistener
=
require
(
'./app/
execution/
txListener'
)
var
EventsDecoder
=
require
(
'./app/eventsDecoder'
)
var
EventsDecoder
=
require
(
'./app/e
xecution/e
ventsDecoder'
)
var
Web3VMProvider
=
remix
.
web3
.
web3VMProvider
var
Web3VMProvider
=
remix
.
web3
.
web3VMProvider
var
css
=
csjs
`
var
css
=
csjs
`
...
...
src/app/eventsDecoder.js
→
src/app/e
xecution/e
ventsDecoder.js
View file @
5a38498d
File moved
src/app/txListener.js
→
src/app/
execution/
txListener.js
View file @
5a38498d
File moved
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