Skip to content

Commit 2f18557

Browse files
committed
update table
1 parent b864645 commit 2f18557

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

test/000_fullchain.test.ts

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ import {
1616
} from '../utils/poco-tools';
1717
import { 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-
// +---------+-------------+-------------+----------+-----+-------------+----------------+
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+
// +---------+-------------+-------------+-------------+----------+-----+---------------------------------+
2829

2930
const standardDealTag = '0x0000000000000000000000000000000000000000000000000000000000000000';
3031
const teeDealTag = '0x0000000000000000000000000000000000000000000000000000000000000001';

0 commit comments

Comments
 (0)