Documentation ¶
Index ¶
Constants ¶
View Source
const ( BlockGasLimit = 10_000_000_000 BlockGasTarget = BlockGasLimit / 2 BaseFeeMaxChangeDenom = 8 // 12.5% InitialBaseFee = 100e6 MinimumBaseFee = 100 PackingEfficiencyNum = 4 PackingEfficiencyDenom = 5 )
View Source
const ( FilBase = uint64(2_000_000_000) FilAllocStorageMining = uint64(1_100_000_000) )
View Source
const ( FilecoinPrecision = uint64(1_000_000_000_000_000_000) FilReserved = uint64(300_000_000) )
View Source
const BlockMessageLimit = 10000
TODO: If this is gonna stay, it should move to specs-actors
Variables ¶
View Source
var ( BlocksPerEpoch = uint64(builtin0.ExpectedLeadersPerEpoch) MaxWinCount = 3 * int64(BlocksPerEpoch) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.