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
9f86012b
Unverified
Commit
9f86012b
authored
Apr 23, 2018
by
yann300
Committed by
GitHub
Apr 23, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1029 from ethereum/terminalUI
Terminal ui
parents
20a01579
2a98be92
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
20 additions
and
19 deletions
+20
-19
txLogger.js
src/app/execution/txLogger.js
+0
-0
terminal-styles.js
src/app/panels/styles/terminal-styles.js
+1
-1
run-tab.js
src/app/tabs/run-tab.js
+1
-1
universal-dapp-ui.js
src/universal-dapp-ui.js
+1
-1
contracts.js
test-browser/helpers/contracts.js
+1
-1
init.js
test-browser/helpers/init.js
+3
-2
ballot.js
test-browser/tests/ballot.js
+3
-3
compiling.js
test-browser/tests/compiling.js
+10
-10
No files found.
src/app/execution/txLogger.js
View file @
9f86012b
This diff is collapsed.
Click to expand it.
src/app/panels/styles/terminal-styles.js
View file @
9f86012b
...
...
@@ -105,7 +105,7 @@ var css = csjs`
margin-right : 0.5em;
font-family : monospace;
font-weight : bold;
font-size :
large
;
font-size :
14px
;
color :
${
styles
.
appProperties
.
supportText_OppositeColor
}
;
}
.input {
...
...
src/app/tabs/run-tab.js
View file @
9f86012b
...
...
@@ -419,7 +419,7 @@ function settings (container, appAPI, appEvents, opts) {
<div class="
${
css
.
col1_1
}
">Account</div>
<select name="txorigin" class="
${
css
.
select
}
" id="txorigin"></select>
${
copyToClipboard
(()
=>
document
.
querySelector
(
'#runTabView #txorigin'
).
value
)}
<i class="fa fa-plus-
circle
${
css
.
icon
}
" aria-hidden="true" onclick=
${
newAccount
}
title="Create a new account"></i>
<i class="fa fa-plus-
square-o
${
css
.
createAccount
}
${
css
.
icon
}
" aria-hidden="true" onclick=
${
newAccount
}
title="Create a new account"></i>
</div>
<div class="
${
css
.
crow
}
">
<div class="
${
css
.
col1_1
}
">Gas limit</div>
...
...
src/universal-dapp-ui.js
View file @
9f86012b
...
...
@@ -47,7 +47,7 @@ UniversalDAppUI.prototype.renderInstanceFromABI = function (contractABI, address
if
(
self
.
udapp
.
removable_instances
)
{
var
close
=
yo
`<div class="
${
css
.
udappClose
}
" onclick=
${
remove
}
><i class="
${
css
.
closeIcon
}
fa fa-close" aria-hidden="true"></i></div>`
instance
.
append
(
close
)
instance
.
append
Child
(
close
)
}
function
toggleClass
()
{
...
...
test-browser/helpers/contracts.js
View file @
9f86012b
...
...
@@ -132,7 +132,7 @@ function testFunction (fnFullName, txHash, log, expectedInput, expectedReturn, e
.
pause
(
500
)
.
waitForElementPresent
(
'#editor-container div[class^="terminal"] span[id="tx'
+
txHash
+
'"]'
)
.
assert
.
containsText
(
'#editor-container div[class^="terminal"] span[id="tx'
+
txHash
+
'"] span'
,
log
)
.
click
(
'#editor-container div[class^="terminal"] span[id="tx'
+
txHash
+
'"]
button[class^="details
"]'
)
.
click
(
'#editor-container div[class^="terminal"] span[id="tx'
+
txHash
+
'"]
div[class^="log
"]'
)
.
perform
(
function
(
client
,
done
)
{
if
(
expectedReturn
)
{
client
.
assert
.
containsText
(
'#editor-container div[class^="terminal"] span[id="tx'
+
txHash
+
'"] table[class^="txTable"] #decodedoutput'
,
expectedReturn
)
...
...
test-browser/helpers/init.js
View file @
9f86012b
...
...
@@ -2,10 +2,11 @@ module.exports = function (browser, callback) {
browser
.
url
(
'http://127.0.0.1:8080/#version=builtin'
)
.
injectScript
(
'test-browser/helpers/applytestmode.js'
,
function
()
{
browser
.
resizeWindow
(
2560
,
1440
,
callback
)
.
click
(
'#autoCompile'
)
browser
.
resizeWindow
(
2560
,
1440
,
()
=>
{
browser
.
click
(
'#autoCompile'
)
.
perform
(
function
()
{
callback
()
})
})
})
}
test-browser/tests/ballot.js
View file @
9f86012b
...
...
@@ -37,10 +37,10 @@ function runTests (browser, testData) {
.
setValue
(
'input[placeholder="uint8 _numProposals"]'
,
'1'
)
.
click
(
'#runTabView div[class^="create"]'
)
.
testFunction
(
'delegate - transact (not payable)'
,
'0x0571a2439ea58bd349dd130afb8aff62a33af14c06de0dbc3928519bdf13ce2e'
,
'[vm] from:0xca3...a733c, to:Ballot.delegate(address) 0x692...77b3a, value:0 wei, data:0x5c1...4d2db, 0 logs, hash:0x057...3ce2e'
,
`[vm]\nfrom:0xca3...a733c\nto:Ballot.delegate(address) 0x692...77b3a\nvalue:0 wei\ndata:0x5c1...4d2db\nlogs:0\nhash:0x057...3ce2e`
,
{
types
:
'address to'
,
values
:
'"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"'
},
null
,
null
)
.
pause
(
500
)
.
click
(
'span#tx0x0571a2439ea58bd349dd130afb8aff62a33af14c06de0dbc3928519bdf13ce2e
button
[class^="debug"]'
)
.
click
(
'span#tx0x0571a2439ea58bd349dd130afb8aff62a33af14c06de0dbc3928519bdf13ce2e
div
[class^="debug"]'
)
.
pause
(
1000
)
.
click
(
'#jumppreviousbreakpoint'
)
.
click
(
'#stepdetail .title .fa'
)
...
...
@@ -86,7 +86,7 @@ function runTests (browser, testData) {
.
perform
((
client
,
done
)
=>
{
console
.
log
(
'delegate - transact (not payable)'
)
browser
.
testFunction
(
'delegate - transact (not payable)'
,
'0xd3cd54e2f76f3993078ecf9e1b54a148def4520afc141a182293b3610bddf10f'
,
'[vm] from:0xca3...a733c, to:Ballot.delegate(address) 0x692...77b3a, value:0 wei, data:0x5c1...4d2db, 0 logs, hash:0xd3c...df10f'
,
`[vm]\nfrom:0xca3...a733c\nto:Ballot.delegate(address) 0x692...77b3a\nvalue:0 wei\ndata:0x5c1...4d2db\nlogs:0\nhash:0xd3c...df10f`
,
{
types
:
'address to'
,
values
:
'"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"'
},
null
,
null
,
()
=>
{
done
()
})
}).
end
()
}
...
...
test-browser/tests/compiling.js
View file @
9f86012b
...
...
@@ -44,7 +44,7 @@ function testSimpleContract (browser, callback) {
.
click
(
'#runTabView .instance div[class^="title"]'
)
.
testFunction
(
'f - transact (not payable)'
,
'0xa178c603400a184ce5fedbcfab392d9b77822f6ffa7facdec693aded214523bc'
,
'[vm] from:0xca3...a733c, to:TestContract.f() 0x692...77b3a, value:0 wei, data:0x261...21ff0, 0 logs, hash:0xa17...523bc'
,
null
,
`[vm]\nfrom:0xca3...a733c\nto:TestContract.f() 0x692...77b3a\nvalue:0 wei\ndata:0x261...21ff0\nlogs:0\nhash:0xa17...523bc`
,
null
,
`{
"0": "uint256: 8"
}`
)
...
...
@@ -56,12 +56,12 @@ function testSimpleContract (browser, callback) {
})
.
testFunction
(
'g - transact (not payable)'
,
'0xb1532162e2e31397dc1e07ed0a1cf08f728e9b4487c6f9ed79d2f39410c92781'
,
'[vm] from:0xca3...a733c, to:TestContract.g() 0x692...77b3a, value:0 wei, data:0xe21...79b8e, 0 logs, hash:0xb15...92781'
,
null
,
`{
`[vm]\nfrom:0xca3...a733c\nto:TestContract.g() 0x692...77b3a\nvalue:0 wei\ndata:0xe21...79b8e\nlogs:0\nhash:0xb15...92781`
,
null
,
`{
"0": "uint256: 345",
"1": "string: comment_comment_",
"2": "bool: true",
"3": "uint256: 4"
}`
).
perform
(()
=>
{
callback
(
null
,
browser
)
})
}`
).
click
(
'i[class^="clearinstance"]'
).
perform
(()
=>
{
callback
(
null
,
browser
)
})
})
}
...
...
@@ -72,7 +72,7 @@ function testReturnValues (browser, callback) {
.
pause
(
500
)
.
testFunction
(
'retunValues1 - transact (not payable)'
,
'0x79dc928d149d2ade02ab610a8ae290636222d034d4adce0bb08a68401e3d1f7f'
,
'[vm] from:0xca3...a733c, to:testReturnValues.retunValues1() 0x5e7...26e9f, value:0 wei, data:0x9ed...59eb7, 0 logs, hash:0x79d...d1f7f'
,
`[vm]\nfrom:0xca3...a733c\nto:testReturnValues.retunValues1() 0x5e7...26e9f\nvalue:0 wei\ndata:0x9ed...59eb7\nlogs:0\nhash:0x79d...d1f7f`
,
null
,
`{
"0": "bool: _b true",
...
...
@@ -83,7 +83,7 @@ function testReturnValues (browser, callback) {
.
pause
(
500
)
.
testFunction
(
'retunValues2 - transact (not payable)'
,
'0x09175dcb30227b3af422d75786dbba3b0549985e5c7f59f86d12c7e1043ccb8c'
,
'[vm] from:0xca3...a733c, to:testReturnValues.retunValues2() 0x5e7...26e9f, value:0 wei, data:0xf57...4036c, 0 logs, hash:0x091...ccb8c'
,
null
,
`{
`[vm]\nfrom:0xca3...a733c\nto:testReturnValues.retunValues2() 0x5e7...26e9f\nvalue:0 wei\ndata:0xf57...4036c\nlogs:0\nhash:0x091...ccb8c`
,
null
,
`{
"0": "bytes1: _b 0x12",
"1": "bytes2: _b2 0x1223",
"2": "bytes3: _b3 0x000000",
...
...
@@ -96,10 +96,10 @@ function testReturnValues (browser, callback) {
"9": "bytes32: _b32 0x0000000000000000000000000000000000032523532532523532523532523532"
}`
).
pause
(
500
).
testFunction
(
'retunValues3 - transact (not payable)'
,
'0x7faab07aeaafc8afe6bf283bb83be70c000dff381dec04e779354e354da14aff'
,
'[vm]
from:0xca3...a733c, to:testReturnValues.retunValues3() 0x5e7...26e9f, value:0 wei, data:0x033...e0a7d, 0 logs,
hash:0x7fa...14aff'
,
null
,
`{
'[vm]
\
nfrom:0xca3...a733c
\
nto:testReturnValues.retunValues3() 0x5e7...26e9f
\
nvalue:0 wei
\
ndata:0x033...e0a7d
\
nlogs:0
\
n
hash:0x7fa...14aff'
,
null
,
`{
"0": "uint8: _en 2",
"1": "int256[5][]: _a1 1,-45,-78,56,60, -1,42,334,-45455,-446, 1,10,-5435,45,-7"
}`
).
perform
(()
=>
{
callback
(
null
,
browser
)
})
}`
).
click
(
'i[class^="clearinstance"]'
).
perform
(()
=>
{
callback
(
null
,
browser
)
})
})
}
...
...
@@ -110,7 +110,7 @@ function testInputValues (browser, callback) {
.
pause
(
500
)
.
testFunction
(
'inputValue1 - transact (not payable)'
,
'0x917a873d27d105213eaf5461e14780387ccceb66fed574f8432d1963917832ae'
,
'[vm] from:0xca3...a733c, to:test.inputValue1(uint256,int256,string) 0x8c1...401f5, value:0 wei, data:0xd69...00000, 0 logs, hash:0x917...832ae'
,
`[vm]\nfrom:0xca3...a733c\nto:test.inputValue1(uint256,int256,string) 0x8c1...401f5\nvalue:0 wei\ndata:0xd69...00000\nlogs:0\nhash:0x917...832ae`
,
{
types
:
'uint256 _u, int256 _i, string _str'
,
values
:
'"2343242", "-4324324", "string _ string _ string _ string _ string _ string _ string _ string _ string _ string _"'
},
`{
"0": "uint256: _uret 2343242",
...
...
@@ -118,7 +118,7 @@ function testInputValues (browser, callback) {
"2": "string: _strret string _ string _ string _ string _ string _ string _ string _ string _ string _ string _"
}`
).
pause
(
500
).
testFunction
(
'inputValue2 - transact (not payable)'
,
'0x487d09e244853bcb108b3a22cd6ee57b6431e50869619c9b918e9764fc16ef7f'
,
'[vm] from:0xca3...a733c, to:test.inputValue2(uint256[3],bytes8[4]) 0x8c1...401f5, value:0 wei, data:0x1b7...00000, 1 logs, hash:0x487...6ef7f'
,
`[vm]\nfrom:0xca3...a733c\nto:test.inputValue2(uint256[3],bytes8[4]) 0x8c1...401f5\nvalue:0 wei\ndata:0x1b7...00000\nlogs:1\nhash:0x487...6ef7f`
,
{
types
:
'uint256[3] _n, bytes8[4] _b8'
,
values
:
'[1,2,3], ["0x1234", "0x1234","0x1234","0x1234"]'
},
`{
"0": "uint256[3]: _nret 1, 2, 3",
...
...
@@ -136,7 +136,7 @@ function testInputValues (browser, callback) {
]
}
]`
)
.
perform
(()
=>
{
callback
(
null
,
browser
)
})
.
click
(
'i[class^="clearinstance"]'
).
perform
(()
=>
{
callback
(
null
,
browser
)
})
})
}
...
...
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