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
5169cfb5
Commit
5169cfb5
authored
Jan 02, 2020
by
Iuri Matias
Committed by
yann300
Feb 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move udapp into blockchain module
parent
1732e9e7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
0 deletions
+1
-0
settings.js
src/app/tabs/runTab/settings.js
+1
-0
blockchain.js
src/blockchain/blockchain.js
+0
-0
universalDapp.js
src/blockchain/universalDapp.js
+0
-0
No files found.
src/app/tabs/runTab/settings.js
View file @
5169cfb5
...
@@ -251,6 +251,7 @@ class SettingsUI {
...
@@ -251,6 +251,7 @@ class SettingsUI {
newAccount
()
{
newAccount
()
{
this
.
blockchain
.
newAccount
(
this
.
blockchain
.
newAccount
(
''
,
(
cb
)
=>
{
(
cb
)
=>
{
modalDialogCustom
.
promptPassphraseCreation
((
error
,
passphrase
)
=>
{
modalDialogCustom
.
promptPassphraseCreation
((
error
,
passphrase
)
=>
{
if
(
error
)
{
if
(
error
)
{
...
...
src/blockchain/blockchain.js
View file @
5169cfb5
This diff is collapsed.
Click to expand it.
src/blockchain/universalDapp.js
deleted
100644 → 0
View file @
1732e9e7
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