filecoin-project / specs-actors

DEPRECATED Specification of builtin actors, in the form of executable code.
Other
86 stars 102 forks source link

remove logic specific to network versions before actors v3 #1360

Closed Stebalien closed 3 years ago

Stebalien commented 3 years ago

Specifically, we no longer need to care about v0/v7/v8 supported seal type differences.

ribasushi commented 3 years ago

@Stebalien does this change not preclude "syncing from genesis" ?

Stebalien commented 3 years ago

Actually, I'm going to leave this. Otherwise, we can't create a miner with old sectors (for testing) and those miners exist on the network.

Stebalien commented 3 years ago

@Stebalien does this change not preclude "syncing from genesis" ?

No. We're using go major versions so lotus will use v0 and v2 until the v3 upgrade epoch.

anorth commented 3 years ago

Otherwise, we can't create a miner with old sectors (for testing) and those miners exist on the network

Yes, that's why I left it behind in #1330