Skip to content

Commit a7875ec

Browse files
committed
visualizer: use late IB inclusion
1 parent 3bcb1a1 commit a7875ec

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

sim-rs/parameters/full.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
leios-variant: full
2+
leios-late-ib-inclusion: true
3+
praos-chain-quality: 40

ui/public/traces/100xsummary.jsonl.gz

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:4f484999993f16c36feacd5dae30d21f9e8463694150966244ea048386f8026c
3-
size 14706812
2+
oid sha256:e2b51025ff2b88f3ff9a234d7295e626fa5b0d04f4d7f0b36f94cf35c72e3a09
3+
size 14814836

ui/public/traces/10xsummary.jsonl.gz

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:887602dac9aef3193f36c402f7cfca1730dfa36fb00630b86ebb1841b24894cc
3-
size 12774319
2+
oid sha256:773ae6054c4972c698699293f78e7d1466c6212a14301fc10122f845c064a980
3+
size 12848482

ui/public/traces/1xsummary.jsonl.gz

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:79bb79faf0e5149ea2b8dce32e1e14f0d046a460faf1b1d5f6223ed2d0bba077
3-
size 8650616
2+
oid sha256:105bec4da490e8be84c1da418372476ee3d3691e056c499c0621b4ca2cd68d26
3+
size 8675700

ui/src/components/Transactions/TransactionsView.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ export const TransactionsView: FC = ({ }) => {
3333
<XAxis dataKey="Time" />
3434
<YAxis />
3535
<Tooltip />
36-
<Area type="monotone" dataKey="On Chain" stackId="1" stroke="#9e0142" fill="#9e0142" />
37-
<Area type="monotone" dataKey="In Endorser Block" stackId="1" stroke="#d0394e" fill="#d0394e" />
38-
<Area type="monotone" dataKey="In Input Block" stackId="1" stroke="#ef6445" fill="#ef6445" />
39-
<Area type="monotone" dataKey="Created" stackId="1" stroke="#fb9d56" fill="#fb9d56" />
36+
<Area type="monotone" dataKey="On Chain" stackId="1" isAnimationActive={false} stroke="#9e0142" fill="#9e0142" />
37+
<Area type="monotone" dataKey="In Endorser Block" stackId="1" isAnimationActive={false} stroke="#d0394e" fill="#d0394e" />
38+
<Area type="monotone" dataKey="In Input Block" stackId="1" isAnimationActive={false} stroke="#ef6445" fill="#ef6445" />
39+
<Area type="monotone" dataKey="Created" stackId="1" isAnimationActive={false} stroke="#fb9d56" fill="#fb9d56" />
4040
</AreaChart>
4141
</ResponsiveContainer>
4242
</div>

0 commit comments

Comments
 (0)