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
Copy file name to clipboardExpand all lines: contracts/finality/schema/finality.json
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -837,6 +837,7 @@
837
837
"required": [
838
838
"babylon_epoch",
839
839
"commitment",
840
+
"interval",
840
841
"num_pub_rand",
841
842
"start_height"
842
843
],
@@ -856,6 +857,12 @@
856
857
"minimum": 0.0
857
858
}
858
859
},
860
+
"interval": {
861
+
"description": "The interval of the commitment between each two consecutive pub rand values The pub rand values will be in height `start_height`, `start_height + interval`, `start_height + 2 * interval`, ...",
862
+
"type": "integer",
863
+
"format": "uint64",
864
+
"minimum": 0.0
865
+
},
859
866
"num_pub_rand": {
860
867
"description": "The amount of committed public randomness",
861
868
"type": "integer",
@@ -901,6 +908,7 @@
901
908
"required": [
902
909
"babylon_epoch",
903
910
"commitment",
911
+
"interval",
904
912
"num_pub_rand",
905
913
"start_height"
906
914
],
@@ -920,6 +928,12 @@
920
928
"minimum": 0.0
921
929
}
922
930
},
931
+
"interval": {
932
+
"description": "The interval of the commitment between each two consecutive pub rand values The pub rand values will be in height `start_height`, `start_height + interval`, `start_height + 2 * interval`, ...",
933
+
"type": "integer",
934
+
"format": "uint64",
935
+
"minimum": 0.0
936
+
},
923
937
"num_pub_rand": {
924
938
"description": "The amount of committed public randomness",
925
939
"type": "integer",
@@ -951,6 +965,7 @@
951
965
"required": [
952
966
"babylon_epoch",
953
967
"commitment",
968
+
"interval",
954
969
"num_pub_rand",
955
970
"start_height"
956
971
],
@@ -970,6 +985,12 @@
970
985
"minimum": 0.0
971
986
}
972
987
},
988
+
"interval": {
989
+
"description": "The interval of the commitment between each two consecutive pub rand values The pub rand values will be in height `start_height`, `start_height + interval`, `start_height + 2 * interval`, ...",
990
+
"type": "integer",
991
+
"format": "uint64",
992
+
"minimum": 0.0
993
+
},
973
994
"num_pub_rand": {
974
995
"description": "The amount of committed public randomness",
975
996
"type": "integer",
@@ -1005,6 +1026,7 @@
1005
1026
"required": [
1006
1027
"babylon_epoch",
1007
1028
"commitment",
1029
+
"interval",
1008
1030
"num_pub_rand",
1009
1031
"start_height"
1010
1032
],
@@ -1024,6 +1046,12 @@
1024
1046
"minimum": 0.0
1025
1047
}
1026
1048
},
1049
+
"interval": {
1050
+
"description": "The interval of the commitment between each two consecutive pub rand values The pub rand values will be in height `start_height`, `start_height + interval`, `start_height + 2 * interval`, ...",
1051
+
"type": "integer",
1052
+
"format": "uint64",
1053
+
"minimum": 0.0
1054
+
},
1027
1055
"num_pub_rand": {
1028
1056
"description": "The amount of committed public randomness",
Copy file name to clipboardExpand all lines: contracts/finality/schema/raw/response_to_first_pub_rand_commit.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
"required": [
17
17
"babylon_epoch",
18
18
"commitment",
19
+
"interval",
19
20
"num_pub_rand",
20
21
"start_height"
21
22
],
@@ -35,6 +36,12 @@
35
36
"minimum": 0.0
36
37
}
37
38
},
39
+
"interval": {
40
+
"description": "The interval of the commitment between each two consecutive pub rand values The pub rand values will be in height `start_height`, `start_height + interval`, `start_height + 2 * interval`, ...",
41
+
"type": "integer",
42
+
"format": "uint64",
43
+
"minimum": 0.0
44
+
},
38
45
"num_pub_rand": {
39
46
"description": "The amount of committed public randomness",
Copy file name to clipboardExpand all lines: contracts/finality/schema/raw/response_to_last_pub_rand_commit.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
"required": [
17
17
"babylon_epoch",
18
18
"commitment",
19
+
"interval",
19
20
"num_pub_rand",
20
21
"start_height"
21
22
],
@@ -35,6 +36,12 @@
35
36
"minimum": 0.0
36
37
}
37
38
},
39
+
"interval": {
40
+
"description": "The interval of the commitment between each two consecutive pub rand values The pub rand values will be in height `start_height`, `start_height + interval`, `start_height + 2 * interval`, ...",
41
+
"type": "integer",
42
+
"format": "uint64",
43
+
"minimum": 0.0
44
+
},
38
45
"num_pub_rand": {
39
46
"description": "The amount of committed public randomness",
Copy file name to clipboardExpand all lines: contracts/finality/schema/raw/response_to_list_pub_rand_commit.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
"required": [
13
13
"babylon_epoch",
14
14
"commitment",
15
+
"interval",
15
16
"num_pub_rand",
16
17
"start_height"
17
18
],
@@ -31,6 +32,12 @@
31
32
"minimum": 0.0
32
33
}
33
34
},
35
+
"interval": {
36
+
"description": "The interval of the commitment between each two consecutive pub rand values The pub rand values will be in height `start_height`, `start_height + interval`, `start_height + 2 * interval`, ...",
37
+
"type": "integer",
38
+
"format": "uint64",
39
+
"minimum": 0.0
40
+
},
34
41
"num_pub_rand": {
35
42
"description": "The amount of committed public randomness",
Copy file name to clipboardExpand all lines: contracts/finality/schema/raw/response_to_pub_rand_commit_for_height.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
"required": [
17
17
"babylon_epoch",
18
18
"commitment",
19
+
"interval",
19
20
"num_pub_rand",
20
21
"start_height"
21
22
],
@@ -35,6 +36,12 @@
35
36
"minimum": 0.0
36
37
}
37
38
},
39
+
"interval": {
40
+
"description": "The interval of the commitment between each two consecutive pub rand values The pub rand values will be in height `start_height`, `start_height + interval`, `start_height + 2 * interval`, ...",
41
+
"type": "integer",
42
+
"format": "uint64",
43
+
"minimum": 0.0
44
+
},
38
45
"num_pub_rand": {
39
46
"description": "The amount of committed public randomness",
0 commit comments