Skip to content

Commit 4326c9a

Browse files
committed
commit for merge : we should really remove build from the git
1 parent d406b12 commit 4326c9a

25 files changed

+2406
-1975
lines changed

autotest.sh

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function runDeploy
7575
fi
7676
}
7777

78-
function runTests
78+
function runCoreTests
7979
{
8080
# running tests
8181
for filepath in `find test/ -maxdepth 1 -type f -name "*.js" -print | sort`
@@ -99,12 +99,30 @@ function runTests
9999
done
100100
}
101101

102+
function runAllTests
103+
{
104+
# running tests
105+
logfile="logs/alltests.$date.log"
106+
printf "Starting all test ... "
107+
$TRUFFLE test > $logfile 2>&1
108+
if [[ $? -ne 0 ]];
109+
then
110+
print_style 'danger' "failure\n"
111+
print_style 'danger' "Full report is available at $logfile\n"
112+
catch
113+
else
114+
print_style 'success' "success\n"
115+
rm -f $logfile
116+
fi
117+
}
118+
102119
date=$(date --utc +"%Y-%m-%dT%H:%M:%S")
103120
checkpoint="$1"
104121

105122
# MAIN
106123
initialize
107124
runCompile
108125
runDeploy
109-
runTests
126+
runCoreTests
127+
#runAllTests
110128
finalize

build/contracts/App.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,5 +1504,5 @@
15041504
},
15051505
"networks": {},
15061506
"schemaVersion": "2.0.0",
1507-
"updatedAt": "2018-05-19T20:37:01.850Z"
1507+
"updatedAt": "2018-05-19T20:49:59.808Z"
15081508
}

build/contracts/AppHub.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4574,8 +4574,32 @@
45744574
"links": {},
45754575
"address": "0xe43f6d5be70c6b4d4a438adabd81b8e9065448f5",
45764576
"transactionHash": "0x75e06e07d5afb3ff5cf0fa8b9f8599ad071e63e8039282e23bfa96d39df110bf"
4577+
},
4578+
"1526762989825": {
4579+
"events": {
4580+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0": {
4581+
"anonymous": false,
4582+
"inputs": [
4583+
{
4584+
"indexed": true,
4585+
"name": "previousOwner",
4586+
"type": "address"
4587+
},
4588+
{
4589+
"indexed": true,
4590+
"name": "newOwner",
4591+
"type": "address"
4592+
}
4593+
],
4594+
"name": "OwnershipTransferred",
4595+
"type": "event"
4596+
}
4597+
},
4598+
"links": {},
4599+
"address": "0xe051702f5caaee1f80876ab0bc7070f2fc41d0d5",
4600+
"transactionHash": "0x75e06e07d5afb3ff5cf0fa8b9f8599ad071e63e8039282e23bfa96d39df110bf"
45774601
}
45784602
},
45794603
"schemaVersion": "2.0.0",
4580-
"updatedAt": "2018-05-19T20:37:07.858Z"
4604+
"updatedAt": "2018-05-19T20:50:05.746Z"
45814605
}

build/contracts/Dataset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,5 +1504,5 @@
15041504
},
15051505
"networks": {},
15061506
"schemaVersion": "2.0.0",
1507-
"updatedAt": "2018-05-19T20:37:01.852Z"
1507+
"updatedAt": "2018-05-19T20:49:59.809Z"
15081508
}

build/contracts/DatasetHub.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4574,8 +4574,32 @@
45744574
"links": {},
45754575
"address": "0x284ded705b4c979d683a706be2e01220745d5d6b",
45764576
"transactionHash": "0x60bd78d33ecbdeb02bbeb28611059e92fb027264de21c7026eed9501d57432e2"
4577+
},
4578+
"1526762989825": {
4579+
"events": {
4580+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0": {
4581+
"anonymous": false,
4582+
"inputs": [
4583+
{
4584+
"indexed": true,
4585+
"name": "previousOwner",
4586+
"type": "address"
4587+
},
4588+
{
4589+
"indexed": true,
4590+
"name": "newOwner",
4591+
"type": "address"
4592+
}
4593+
],
4594+
"name": "OwnershipTransferred",
4595+
"type": "event"
4596+
}
4597+
},
4598+
"links": {},
4599+
"address": "0x5672d5ca392017334227fa450a2cdd46a816b41d",
4600+
"transactionHash": "0x60bd78d33ecbdeb02bbeb28611059e92fb027264de21c7026eed9501d57432e2"
45774601
}
45784602
},
45794603
"schemaVersion": "2.0.0",
4580-
"updatedAt": "2018-05-19T20:37:07.855Z"
4604+
"updatedAt": "2018-05-19T20:50:05.749Z"
45814605
}

build/contracts/ERC20.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,5 +1795,5 @@
17951795
},
17961796
"networks": {},
17971797
"schemaVersion": "2.0.0",
1798-
"updatedAt": "2018-05-19T20:37:01.853Z"
1798+
"updatedAt": "2018-05-19T20:49:59.810Z"
17991799
}

build/contracts/IexecCallbackInterface.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,5 +722,5 @@
722722
},
723723
"networks": {},
724724
"schemaVersion": "2.0.0",
725-
"updatedAt": "2018-05-19T20:37:01.846Z"
725+
"updatedAt": "2018-05-19T20:49:59.804Z"
726726
}

build/contracts/IexecHub.json

Lines changed: 2268 additions & 1944 deletions
Large diffs are not rendered by default.

build/contracts/IexecHubAccessor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,5 +1063,5 @@
10631063
},
10641064
"networks": {},
10651065
"schemaVersion": "2.0.0",
1066-
"updatedAt": "2018-05-19T20:37:01.848Z"
1066+
"updatedAt": "2018-05-19T20:49:59.806Z"
10671067
}

build/contracts/IexecHubInterface.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8661,5 +8661,5 @@
86618661
},
86628662
"networks": {},
86638663
"schemaVersion": "2.0.0",
8664-
"updatedAt": "2018-05-19T20:37:01.872Z"
8664+
"updatedAt": "2018-05-19T20:49:59.829Z"
86658665
}

0 commit comments

Comments
 (0)