You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[#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
require((consensus.revealDate <=now&& consensus.revealCounter >0) || (consensus.revealCounter == consensus.winnerCount)); // consensus.winnerCount never 0 at this step
407
407
408
408
// add penalized to the call worker to contribution and they never contribute ?
@@ -420,7 +420,7 @@ contract WorkerPool is OwnableOZ, IexecHubAccessor, MarketplaceAccessor
assert.strictEqual(events[0].args.result,'0x5def3ac0554e7a443f84985aa9629864e81d71d59e0649ddad3d618f85a1bf4b',"check revealed result by resourceProvider");
418
418
assert.strictEqual(events[0].args.result,web3.sha3("iExec the wanderer"),"check revealed result by resourceProvider");
assert.strictEqual(categoriesCreatorCall,resourceProvider,"check m_categoriesCreator in aIexecHubInstance");
243
-
});
244
222
245
223
it("setCategoriesCreator_05 : when m_categoriesCreator is valorized. it must not be possible to others users to call setCategoriesCreator",asyncfunction(){
0 commit comments