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
The visor derived_gas_ouput table does not show any zero values in the base_burn_fee column for SubmitWindowedPoSt
SELECTo.cid, o.actor_name, o.method, o.base_fee_burn, o.over_estimation_burnFROM derived_gas_outputs o
WHERE height >=300000AND height <400000AND actor_name ='fil/2/storageminer'AND method =5AND base_fee_burn ='0'- returns no results
We rely on the lotus/chain/vm ComputeGasOutputs function to populate the values... and that module changed with the 1.4 release of lotus that included FIP-0009 so we need to upgrade our lotus dep and reingest.
Since FIP-0009 the value for
BaseBurnFee
should be0
forSubmitWindowedPoSt
messges as per /~https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0009.md#test-casesThe visor
derived_gas_ouput
table does not show any zero values in thebase_burn_fee
column forSubmitWindowedPoSt
We rely on the lotus/chain/vm
ComputeGasOutputs
function to populate the values... and that module changed with the 1.4 release of lotus that included FIP-0009 so we need to upgrade our lotus dep and reingest./~https://github.com/filecoin-project/sentinel-visor/blob/4ae639cbea3f5826ee42ef32fdc587ed39e60d06/chain/message.go#L166-L191
Visor Version:
v0.4
The text was updated successfully, but these errors were encountered: