-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path08-cardano-probabilistic_errors.json
More file actions
82 lines (82 loc) · 2.01 KB
/
Copy path08-cardano-probabilistic_errors.json
File metadata and controls
82 lines (82 loc) · 2.01 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"module_name": "08-cardano-probabilistic",
"error_code": 2,
"description": "invalid chain-id"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 3,
"description": "invalid trusting period"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 4,
"description": "invalid probabilistic header height"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 5,
"description": "invalid probabilistic header"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 6,
"description": "processed time not found"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 7,
"description": "processed height not found"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 8,
"description": "packet-specified delay period has not been reached"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 9,
"description": "time since latest trusted state has passed the trusting period"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 10,
"description": "invalid current epoch"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 12,
"description": "invalid security score"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 13,
"description": "invalid unique pool count"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 14,
"description": "invalid qualified unique stake basis points"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 15,
"description": "invalid accepted block"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 16,
"description": "invalid host state commitment evidence"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 17,
"description": "invalid timestamp"
},
{
"module_name": "08-cardano-probabilistic",
"error_code": 18,
"description": "not implemented"
}
]