Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BLOCK_GAS_LIMIT
: Neither the FVM nor the builtin actors care about the block gas limit. And if they did, it would have to be a runtime parameter passed from the client.EPOCH_DURATION_SECONDS
: Different networks may have different block times, this constant is useless.math
,reward
,smooth
: part of the reward actor calculations, not relevant to the FVM itself (moved to the builtin actors).TOTAL_FILECOIN
,TOTAL_FILECOIN_BASE
: Network parameter, not a concern of the FVM.BLOCKS_PER_EPOCH
: protocol parameter, moved to the builtin actors.MAX_SECTOR_NUMBER
: moved to the builtin actors.Spacetime
,SectorQuality
: moved to the builtin actors.ZERO_ADDRESS
,*_LOOKBACK
,ALLOWABLE_CLOCK_DRIFT
,NetworkParams
,DefaultNetworkParams
: unused.