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
Description
Updating SupportedProofTypes in Filecoin.StateGetNetworkParams to the correct ProofTypes caused failures in devnet tooling:
PR #11988 updated SupportedProofTypes to the correct values, but this caused panics in the the devnet tooling when using lotus-seed, more specifically it seems to come from this part of the code:
PR #11990 reverted the changes from PR #11988 to restore devnet-testing stability in the master branch. But we should look into the root-cause here, and fix it, so that we can update the SupportedProofTypes to the correct values.
The text was updated successfully, but these errors were encountered:
Description
Updating
SupportedProofTypes
inFilecoin.StateGetNetworkParams
to the correct ProofTypes caused failures in devnet tooling:PR #11988 updated
SupportedProofTypes
to the correct values, but this caused panics in the the devnet tooling when usinglotus-seed
, more specifically it seems to come from this part of the code:lotus/chain/actors/policy/policy.go
Lines 107 to 139 in 7e005be
PR #11990 reverted the changes from PR #11988 to restore devnet-testing stability in the master branch. But we should look into the root-cause here, and fix it, so that we can update the
SupportedProofTypes
to the correct values.The text was updated successfully, but these errors were encountered: