Skip to content

Commit 9b83965

Browse files
committed
update _expected_plot_size() for v2 plots
1 parent 2a6f564 commit 9b83965

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

chia/consensus/pos_quality.py

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@
77
# This is not used in consensus, only for display purposes
88
UI_ACTUAL_SPACE_CONSTANT_FACTOR = 0.78
99

10-
# these values are from CHIP-48
10+
# these values prelimenary. When the plotter is complete, replace this table
11+
# with a closed form formula
1112
v2_plot_sizes: dict[int, uint64] = {
12-
28: uint64(1717986918),
13-
30: uint64(4509715660),
14-
32: uint64(11381663334),
13+
16: uint64(222_863),
14+
18: uint64(1_048_737),
15+
20: uint64(4_824_084),
16+
22: uint64(21_812_958),
17+
24: uint64(97_318_160),
18+
26: uint64(429_539_960),
19+
28: uint64(1_879_213_114),
20+
30: uint64(8_161_097_549),
21+
32: uint64(35_221_370_574),
1522
}
1623

1724

0 commit comments

Comments
 (0)