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
d3755d3d
Commit
d3755d3d
authored
Mar 14, 2018
by
ninabreznik
Committed by
yann300
Apr 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update compiling.js tests
parent
7fad49d8
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
13 deletions
+7
-13
contract_firefox_toremove.sol
contracts/folder1/contract_firefox_toremove.sol
+0
-2
renamed_contract_firefox.sol
contracts/folder1/renamed_contract_firefox.sol
+0
-0
txLogger.js
src/app/execution/txLogger.js
+6
-4
compiling.js
test-browser/tests/compiling.js
+1
-7
No files found.
contracts/folder1/contract_firefox_toremove.sol
deleted
100644 → 0
View file @
7fad49d8
contract test2 { function get () returns (uint) { return 11; }}
\ No newline at end of file
contracts/folder1/contract_firefox.sol
→
contracts/folder1/
renamed_
contract_firefox.sol
View file @
d3755d3d
File moved
src/app/execution/txLogger.js
View file @
d3755d3d
...
...
@@ -17,6 +17,7 @@ var typeConversion = remixLib.execution.typeConversion
var
css
=
csjs
`
.log {
display: flex;
justify-content: space-between;
cursor: pointer;
}
.log:hover {
...
...
@@ -34,7 +35,7 @@ var css = csjs`
color:
${
styles
.
terminal
.
icon_HoverColor_Menu
}
;
}
.txLog {
width:
9
5%;
width:
7
5%;
}
.txItem {
color:
${
styles
.
terminal
.
text_Primary
}
;
...
...
@@ -50,7 +51,9 @@ var css = csjs`
float: left;
margin: 0 10px;
}
.txTable, .tr, .td {
.txTable,
.tr,
.td {
border-collapse: collapse;
font-size: 10px;
color:
${
styles
.
terminal
.
text_Primary
}
;
...
...
@@ -89,8 +92,7 @@ var css = csjs`
}
.debug:hover {
opacity: 0.8;
}
`
}`
/**
* This just export a function that register to `newTransaction` and forward them to the logger.
* Emit debugRequested
...
...
test-browser/tests/compiling.js
View file @
d3755d3d
...
...
@@ -73,13 +73,7 @@ function testReturnValues (browser, callback) {
.
testFunction
(
'retunValues1 - transact (not payable)'
,
'0x79dc928d149d2ade02ab610a8ae290636222d034d4adce0bb08a68401e3d1f7f'
,
`[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",
"1": "uint256: _u 345",
"2": "int256: _i -345",
"3": "address: _a 0xca35b7d915458ef540ade6068dfe2f44e8fa733c"
}`
)
null
)
.
pause
(
500
)
.
testFunction
(
'retunValues2 - transact (not payable)'
,
'0x09175dcb30227b3af422d75786dbba3b0549985e5c7f59f86d12c7e1043ccb8c'
,
...
...
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