Removal of the ProveCommitAggregate method from the miner actor #1116
rvagg
started this conversation in
Enhancements - Technical
Replies: 1 comment
-
Sounds good to me! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm proposing the removal of the
ProveCommitAggregate
method (Method 26) from the miner actor.This method has been effectively (not technically) deprecated since the introduction of
ProveCommitSectors3
, which provides the same functionality with greater flexibility and likely cheaper gas for equivalent use across the various usage scenarios.As of right now, on-chain analysis shows that the last
ProveCommitAggregate
messages were processed in July 2024 at epoch4101201
:The proposed removal would help reduce technical debt and simplify the protocol without impacting current operations, as all functionality is already covered by
ProveCommitSectors3
.Proposed FIP content: #1117
Beta Was this translation helpful? Give feedback.
All reactions