@@ -169,18 +169,18 @@ type SectorOnChainInfo struct {
169
169
SectorNumber abi.SectorNumber
170
170
SealProof abi.RegisteredSealProof // The seal proof type implies the PoSt proof/s
171
171
SealedCID cid.Cid // CommR
172
- DeprecatedDealIDs []abi.DealID
173
- Activation abi.ChainEpoch // Epoch during which the sector proof was accepted
174
- Expiration abi.ChainEpoch // Epoch during which the sector expires
175
- DealWeight abi.DealWeight // Integral of active deals over sector lifetime
176
- VerifiedDealWeight abi.DealWeight // Integral of active verified deals over sector lifetime
177
- InitialPledge abi.TokenAmount // Pledge collected to commit this sector
178
- ExpectedDayReward * abi.TokenAmount // Expected one day projection of reward for sector computed at activation time
179
- ExpectedStoragePledge * abi.TokenAmount // Expected twenty day projection of reward for sector computed at activation time
180
- PowerBaseEpoch abi.ChainEpoch // Epoch at which this sector's power was most recently updated
181
- ReplacedDayReward * abi.TokenAmount // Day reward of this sector before its power was most recently updated
182
- SectorKeyCID * cid.Cid // The original SealedSectorCID, only gets set on the first ReplicaUpdate
183
- Flags SectorOnChainInfoFlags // Additional flags
172
+ DeprecatedDealIDs []abi.DealID `json:"-"`
173
+ Activation abi.ChainEpoch // Epoch during which the sector proof was accepted
174
+ Expiration abi.ChainEpoch // Epoch during which the sector expires
175
+ DealWeight abi.DealWeight // Integral of active deals over sector lifetime
176
+ VerifiedDealWeight abi.DealWeight // Integral of active verified deals over sector lifetime
177
+ InitialPledge abi.TokenAmount // Pledge collected to commit this sector
178
+ ExpectedDayReward * abi.TokenAmount // Expected one day projection of reward for sector computed at activation time
179
+ ExpectedStoragePledge * abi.TokenAmount // Expected twenty day projection of reward for sector computed at activation time
180
+ PowerBaseEpoch abi.ChainEpoch // Epoch at which this sector's power was most recently updated
181
+ ReplacedDayReward * abi.TokenAmount // Day reward of this sector before its power was most recently updated
182
+ SectorKeyCID * cid.Cid // The original SealedSectorCID, only gets set on the first ReplicaUpdate
183
+ Flags SectorOnChainInfoFlags // Additional flags
184
184
// The total fee payable per day for this sector. The value of this field is set at the time of
185
185
// sector activation, extension and whenever a sector's QAP is changed. This fee is payable for
186
186
// the lifetime of the sector and is aggregated in the deadline's `daily_fee` field.
0 commit comments