@@ -16,16 +16,17 @@ import {
1616} from '../utils/poco-tools' ;
1717import { IexecWrapper } from './utils/IexecWrapper' ;
1818
19- // +---------+-------------+-------------+-------------+----------+-----+---------------------------------+
20- // | | Sponsorship | Replication | Beneficiary | Callback | BoT | Type |
21- // +---------+-------------+-------------+-------------+----------+-----+---------------------------------+
22- // | [1] | ✔ | ✔ | ✔ | ✔ | ✔ | Standard |
23- // | [2] | x | ✔ | ✔ | ✔ | ✔ | Standard |
24- // | [3] | ✔ | x | ✔ | ✔ | ✔ | Standard,TEE |
25- // | [4] | x | x | ✔ | ✔ | ✔ | Standard,TEE |
26- // | [5] | x | x | x | x | x | Standard,TEE |
27- // | [6.x] | x | ✔ | x | x | x | Standard,TEE, X good workers |
28- // +---------+-------------+-------------+-------------+----------+-----+---------------------------------+
19+ // +---------+-------------+-------------+-------------+----------+-----+---------------------------------------------+
20+ // | | Sponsorship | Replication | Beneficiary | Callback | BoT | Type |
21+ // +---------+-------------+-------------+-------------+----------+-----+---------------------------------------------+
22+ // | [1] | ✔ | ✔ | ✔ | ✔ | ✔ | Standard |
23+ // | [2] | x | ✔ | ✔ | ✔ | ✔ | Standard |
24+ // | [3] | ✔ | x | ✔ | ✔ | ✔ | Standard,TEE |
25+ // | [4] | x | x | ✔ | ✔ | ✔ | Standard,TEE |
26+ // | [5] | x | x | x | x | x | Standard,TEE |
27+ // | [6.x] | x | ✔ | x | x | x | Standard,TEE, X good workers |
28+ // | [7.x] | x | ✔ | x | x | x | Standard,TEE, X good workers 1 bad worker |
29+ // +---------+-------------+-------------+-------------+----------+-----+---------------------------------------------+
2930
3031const standardDealTag = '0x0000000000000000000000000000000000000000000000000000000000000000' ;
3132const teeDealTag = '0x0000000000000000000000000000000000000000000000000000000000000001' ;
0 commit comments