You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `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.
0 commit comments