Skip to content

Commit 8cce7ba

Browse files
author
francois branciard
committed
update ChangeLog.md and test coverage result
1 parent 3d65320 commit 8cce7ba

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

ChangeLog.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,18 @@ Features:
1717
* [#21](https://github.com/iExecBlockchainComputing/PoCo/issues/21): remove change ownership in OwnableOZ.sol
1818

1919
Bugfixes:
20-
* [#24](https://github.com/iExecBlockchainComputing/PoCo/issues/24) possibly useless RLC address getter
21-
* [#15](https://github.com/iExecBlockchainComputing/PoCo/issues/15): Malicious IexecAPI contract without callback
22-
* [#15](https://github.com/iExecBlockchainComputing/PoCo/issues/15): [SC AUDIT] Result without Payment. Malicious IexecAPI contract without callback
23-
* [#25](https://github.com/iExecBlockchainComputing/PoCo/issues/25) :[SC AUDIT] Scheduler can manipulate its reward percentage
24-
* [#26](https://github.com/iExecBlockchainComputing/PoCo/issues/26) :[SC AUDIT] Arbitrary Contract are trusted
20+
* [#24](https://github.com/iExecBlockchainComputing/PoCo/issues/24) : possibly useless RLC address getter
21+
* [#15](https://github.com/iExecBlockchainComputing/PoCo/issues/15) :[CS AUDIT] Result without Payment. Malicious IexecAPI contract without callback
22+
* [#25](https://github.com/iExecBlockchainComputing/PoCo/issues/25) :[CS AUDIT] Scheduler can manipulate its reward percentage
23+
* [#26](https://github.com/iExecBlockchainComputing/PoCo/issues/26) :[CS AUDIT] Arbitrary Contract are trusted
24+
* [#27](https://github.com/iExecBlockchainComputing/PoCo/issues/27) :[CS AUDIT] fix consensusTimout, failled typo to consensusTimeout, failed
25+
* [#28](https://github.com/iExecBlockchainComputing/PoCo/issues/28) : Attacker can race to attach invalid hubs.
26+
* [#29](https://github.com/iExecBlockchainComputing/PoCo/issues/29) : [CS AUDIT] Addresses are are duplicates
27+
* [#30](https://github.com/iExecBlockchainComputing/PoCo/issues/30) : IexecHubInterface is not up to date
28+
* [#31](https://github.com/iExecBlockchainComputing/PoCo/issues/31) : OwnableOZ event not correct
29+
* [#32](https://github.com/iExecBlockchainComputing/PoCo/issues/32) : Need more gas
30+
* [#33](https://github.com/iExecBlockchainComputing/PoCo/issues/33) : [CS AUDIT] Both a contract and an event are called WorkOrder.
31+
* [#34](https://github.com/iExecBlockchainComputing/PoCo/issues/34) : [CS AUDIT] the variable names workerReward and workersReward are confusingly similar
2532

2633

2734
### [v1.0.12](https://github.com/iExecBlockchainComputing/PoCo/releases/tag/v1.0.12)

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -492,15 +492,15 @@ or
492492

493493

494494
```
495-
coverage : 12/04/2018
495+
coverage : 20/05/2018
496496
497-
180 passing (12m)
497+
184 passing (10m)
498498
1 pending
499499
500500
-----------------------------|----------|----------|----------|----------|----------------|
501501
File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines |
502502
-----------------------------|----------|----------|----------|----------|----------------|
503-
contracts/ | 100 | 75.16 | 100 | 100 | |
503+
contracts/ | 100 | 74.7 | 100 | 100 | |
504504
App.sol | 100 | 50 | 100 | 100 | |
505505
AppHub.sol | 100 | 100 | 100 | 100 | |
506506
Dataset.sol | 100 | 50 | 100 | 100 | |
@@ -511,17 +511,17 @@ IexecHub.sol | 100 | 70.54 | 100 | 100 |
511511
IexecHubAccessor.sol | 100 | 75 | 100 | 100 | |
512512
IexecHubInterface.sol | 100 | 100 | 100 | 100 | |
513513
IexecLib.sol | 100 | 100 | 100 | 100 | |
514-
Marketplace.sol | 100 | 88.89 | 100 | 100 | |
514+
Marketplace.sol | 100 | 83.33 | 100 | 100 | |
515515
MarketplaceAccessor.sol | 100 | 50 | 100 | 100 | |
516516
MarketplaceInterface.sol | 100 | 100 | 100 | 100 | |
517-
OwnableOZ.sol | 100 | 75 | 100 | 100 | |
517+
OwnableOZ.sol | 100 | 66.67 | 100 | 100 | |
518518
SafeMathOZ.sol | 100 | 75 | 100 | 100 | |
519519
TestSha.sol | 100 | 100 | 100 | 100 | |
520-
WorkOrder.sol | 100 | 60 | 100 | 100 | |
521-
WorkerPool.sol | 100 | 82.69 | 100 | 100 | |
520+
WorkOrder.sol | 100 | 56.25 | 100 | 100 | |
521+
WorkerPool.sol | 100 | 81.9 | 100 | 100 | |
522522
WorkerPoolHub.sol | 100 | 75 | 100 | 100 | |
523523
-----------------------------|----------|----------|----------|----------|----------------|
524-
All files | 100 | 75.16 | 100 | 100 | |
524+
All files | 100 | 74.7 | 100 | 100 | |
525525
-----------------------------|----------|----------|----------|----------|----------------|
526526
```
527527
## Oyente analyse see [here](./oyente)

0 commit comments

Comments
 (0)