File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 4848 " GenRB" ,
4949 " GenVote" ,
5050 " ValEB" ,
51+ " ValEH" ,
5152 " ValIB" ,
5253 " ValIH" ,
5354 " ValRB" ,
Original file line number Diff line number Diff line change 7474 " GenRB" ,
7575 " GenVote" ,
7676 " ValEB" ,
77+ " ValEH" ,
7778 " ValIB" ,
7879 " ValIH" ,
7980 " ValRB" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ interface NoBlockEvent {
3131 slot : number ;
3232}
3333
34- type CpuTaskType = "ValIB" | "ValEB" | "ValRB" | "ValIH" | "ValRH" | "ValVote" | "GenIB" | "GenEB" | "GenVote" | "GenRB" | "ValTX" ;
34+ type CpuTaskType = "ValIB" | "ValEB" | "ValRB" | "ValIH" | "ValEH" | " ValRH" | "ValVote" | "GenIB" | "GenEB" | "GenVote" | "GenRB" | "ValTX" ;
3535type CpuEventType = "Cpu"
3636interface CpuEvent {
3737 type : CpuEventType ;
Original file line number Diff line number Diff line change 4848 " GenRB" ,
4949 " GenVote" ,
5050 " ValEB" ,
51+ " ValEH" ,
5152 " ValIB" ,
5253 " ValIH" ,
5354 " ValRB" ,
99100 },
100101 "GeneratedEndorserBlock" : {
101102 "properties" : {
102- "id" : {
103- "type" : " string"
104- },
105- "input_blocks" : {
103+ "endorser_blocks" : {
106104 "items" : {
107105 "$ref" : " #/definitions/BlockRef"
108106 },
109107 "type" : " array"
110108 },
111- "endorser_blocks" : {
109+ "id" : {
110+ "type" : " string"
111+ },
112+ "input_blocks" : {
112113 "items" : {
113114 "$ref" : " #/definitions/BlockRef"
114115 },
131132 }
132133 },
133134 "required" : [
135+ " endorser_blocks" ,
134136 " id" ,
135137 " input_blocks" ,
136- " endorser_blocks" ,
137138 " pipeline" ,
138139 " producer" ,
139140 " size_bytes" ,
You can’t perform that action at this time.
0 commit comments