We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6f564 commit 9b83965Copy full SHA for 9b83965
chia/consensus/pos_quality.py
@@ -7,11 +7,18 @@
7
# This is not used in consensus, only for display purposes
8
UI_ACTUAL_SPACE_CONSTANT_FACTOR = 0.78
9
10
-# these values are from CHIP-48
+# these values prelimenary. When the plotter is complete, replace this table
11
+# with a closed form formula
12
v2_plot_sizes: dict[int, uint64] = {
- 28: uint64(1717986918),
13
- 30: uint64(4509715660),
14
- 32: uint64(11381663334),
+ 16: uint64(222_863),
+ 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),
22
}
23
24
0 commit comments