-
Notifications
You must be signed in to change notification settings - Fork 0
/
units.json
43 lines (43 loc) · 1.37 KB
/
units.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"registry": {
"state": {
"num_nodes": 19,
"threshold": 13,
"opcodes": [
"init_contract",
"update_state"
]
},
"codeexec": {
"num_nodes": 13,
"threshold": 7,
"opcodes": [
"init_txn",
"exec"
]
},
"threshold": {
"num_nodes": 19,
"threshold": 13,
"opcodes": [
"init_dkg",
"decrypt"
]
},
"easyneff": {
"num_nodes": 13,
"threshold": 7,
"opcodes": [
"shuffle"
]
},
"easyrand": {
"num_nodes": 10,
"threshold": 7,
"opcodes": [
"init_dkg",
"get_randomness"
]
}
}
}